Class BOSerializedMaterialHistory
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.serialized.history.BOSerializedMaterialHistory
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a serialized material history.
- 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 TypeMethodDescriptionReturns the history date.Returns the history operation.getId()Returns the serialized material history id.Returns the material id.getModel()Returns the model id.Returns the serialized material id.Returns the serial number.isActive()Checks if the serialized material history is active.voidSets the serialized material history to active.voidsetHistoryDate(Date historyDate) Sets the history date.voidsetHistoryOperation(Long historyOperation) Sets the history operation.voidSets the serialized material history id.voidsetMaterial(Long material) Sets the material id.voidSets the model id.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidsetSerialNumber(String serialNumber) Sets the serial number.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
-
BOSerializedMaterialHistory
public BOSerializedMaterialHistory()
-
-
Method Details
-
getId
Returns the serialized material history id.- Returns:
- the the serialized material history id
-
setId
Sets the serialized material history id.- Parameters:
id- the serialized material history id
-
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:
-
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 serial number.- Returns:
- the serial number
-
setSerialNumber
Sets the serial number.- Parameters:
serialNumber- the serial number
-
isActive
Checks if the serialized material history is active.- Returns:
- true if is the serialized material history is active, false otherwise
-
setActive
Sets the serialized material history to active.- Parameters:
active- true if the serialized material history must be active, false otherwise
-
getHistoryDate
Returns the history date.- Returns:
- the history date
-
setHistoryDate
Sets the history date.- Parameters:
historyDate- the history date
-
getHistoryOperation
Returns the history operation.- Returns:
- the history operation
-
setHistoryOperation
Sets the history operation.- Parameters:
historyOperation- the history operation
-