Class BOAccountedSerializedMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.serialized.accounted.BOAccountedSerializedMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a accounted serialized material.
- 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 TypeMethodDescriptionReturns the accounting type id.Returns the agenda id.getId()Returns the accounted serialized material id.Checks if is the accounted serialized material is withdrawn.Returns the work order operation id.Returns the serialized material id.Returns the accounted serialized material use date.getUser()Returns the user id.voidsetAccountingType(Long accountingType) Sets the accounting type id.voidSets the agenda id.voidSets the accounted serialized material id.voidsetIsWithdrawn(Boolean isWithdrawn) Sets the accounted serialized material to withdrawn as filter.voidsetOperation(Long operation) Sets the work order operation id.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidsetUseDate(Date useDate) Sets the accounted serialized material use date.voidSets the user 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
-
BOAccountedSerializedMaterial
public BOAccountedSerializedMaterial()
-
-
Method Details
-
getId
Returns the accounted serialized material id.- Returns:
- the the accounted serialized material id
-
setId
Sets the accounted serialized material id.- Parameters:
id- the accounted serialized material id
-
getOperation
Returns the work order operation id.- Returns:
- the work order operation id
- See Also:
-
setOperation
Sets the work order operation id.- Parameters:
operation- the work order operation id- See Also:
-
getAgenda
Returns the agenda id.- Returns:
- the agenda id
- See Also:
-
setAgenda
Sets the agenda id.- Parameters:
agenda- the agenda id- See Also:
-
getUser
Returns the user id.- Returns:
- the user id
- See Also:
-
setUser
Sets the user id.- Parameters:
user- the user 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:
-
getAccountingType
Returns the accounting type id.- Returns:
- the accounting type id
- See Also:
-
setAccountingType
Sets the accounting type id.- Parameters:
accountingType- the accounting type id- See Also:
-
getUseDate
Returns the accounted serialized material use date.- Returns:
- the accounted serialized material use date
-
setUseDate
Sets the accounted serialized material use date.- Parameters:
useDate- the accounted serialized material use date
-
getIsWithdrawn
Checks if is the accounted serialized material is withdrawn.- Returns:
- true if the accounted serialized material is withdrawn, false otherwise
-
setIsWithdrawn
Sets the accounted serialized material to withdrawn as filter.- Parameters:
isWithdrawn- true if the accounted serialized material must be withdrawn, false otherwise
-