Class BOWarehouseAgendaSerializedMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.BOWarehouseAgendaSerializedMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the relation between a
BOWarehouseAgendaMaterial and a BOSerializedMaterial.- Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the relation id.Returns the serialized material id.getUuid()Returns the warehouse agenda serialized material uuid.Returns the warehouse agenda material id.voidSets the relation id.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidSets the warehouse agenda serialized material uuid.voidsetWarehouseAgendaMaterial(Long warehouseAgendaMaterial) Sets the warehouse agenda material id.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOWarehouseAgendaSerializedMaterial
public BOWarehouseAgendaSerializedMaterial()
-
-
Method Details
-
getId
Returns the relation id.- Returns:
- the warehouse agenda serialized material id
-
setId
Sets the relation id.- Parameters:
id- the warehouse agenda serialized material id
-
getWarehouseAgendaMaterial
Returns the warehouse agenda material id.- Returns:
- the warehouse agenda material id
- See Also:
-
setWarehouseAgendaMaterial
Sets the warehouse agenda material id.- Parameters:
warehouseAgendaMaterial- the warehouse agenda material id- See Also:
-
getSerializedMaterial
Returns the serialized material id.- Returns:
- the serialized material id
- See Also:
-
setSerializedMaterial
Sets the serialized material id.- Parameters:
serializedMaterial- the serialized material id- See Also:
-
getUuid
Returns the warehouse agenda serialized material uuid.- Returns:
- the warehouse agenda serialized material uuid
-
setUuid
Sets the warehouse agenda serialized material uuid.- Parameters:
uuid- the warehouse agenda serialized material uuid
-