Class SerializedMaterialWithAccount
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.serialized.SerializedMaterialWithAccount
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing serialized material with accounting details.
- Since:
- 14.0
- See Also:
-
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 accounted material.Returns the serialized material.voidsetAccountedMaterial(BOAccountedSerializedMaterial accountedMaterial) Sets the accounted material.voidsetSerializedMaterial(BOSerializedMaterial serializedMaterial) Sets the serialized material.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
-
SerializedMaterialWithAccount
public SerializedMaterialWithAccount()
-
-
Method Details
-
getSerializedMaterial
Returns the serialized material.- Returns:
- the serialized material
-
setSerializedMaterial
Sets the serialized material.- Parameters:
serializedMaterial- the serialized material
-
getAccountedMaterial
Returns the accounted material.- Returns:
- the accounted material
-
setAccountedMaterial
Sets the accounted material.- Parameters:
accountedMaterial- the accounted material
-