Class BOSerializedMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.serialized.BOSerializedMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a serialized material.
- Since:
- 13.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 serialized material id.Returns the material id.getModel()Returns the model id.Returns the serialized material serial number.getUuid()Returns the serialized material uuid.isActive()Checks if the serialized material is active.voidSets the serialized material to active.voidSets the serialized material id.voidsetMaterial(Long material) Sets the material id.voidSets the model id.voidsetSerialNumber(String serialNumber) Sets the serialized material serial number.voidSets the serialized material uuid.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
-
BOSerializedMaterial
public BOSerializedMaterial()
-
-
Method Details
-
getId
Returns the serialized material id.- Returns:
- the the serialized material id
-
setId
Sets the serialized material id.- Parameters:
id- the serialized material id
-
getMaterial
Returns the material id.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getModel
Returns the model id.- Returns:
- the model id
- See Also:
-
setModel
Sets the model id.- Parameters:
model- the model id- See Also:
-
getSerialNumber
Returns the serialized material serial number.- Returns:
- the serialized material serial number
-
setSerialNumber
Sets the serialized material serial number.- Parameters:
serialNumber- the serialized material serial number
-
isActive
Checks if the serialized material is active.- Returns:
- true if is the serialized material is active, false otherwise
-
setActive
Sets the serialized material to active.- Parameters:
active- true if the serialized material must be active, false otherwise
-
getUuid
Returns the serialized material uuid.- Returns:
- the serialized material uuid
-
setUuid
Sets the serialized material uuid.- Parameters:
uuid- the serialized material uuid
-