Class BOSerializedMaterialModel
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.serialized.model.BOSerializedMaterialModel
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a serialized material model.
- 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 TypeMethodDescriptiongetCode()Returns the serialized material model code.Returns the serialized material model description.getId()Returns the serialized material model id.Returns the material class id.Returns the meter brand id.Returns the ordering.isActive()Checks if the serialized material model is active.voidSets the serialized material model to active.voidSets the serialized material model code.voidsetDescription(LocalizedString description) Sets the serialized material model description.voidSets the serialized material model id.voidsetMaterialClass(Long materialClass) Sets the material class id.voidsetMeterBrand(Long meterBrand) Sets the meter brand id.voidsetOrdering(Long ordering) Sets the ordering.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
-
BOSerializedMaterialModel
public BOSerializedMaterialModel()
-
-
Method Details
-
getId
Returns the serialized material model id.- Returns:
- the the serialized material model id
-
setId
Sets the serialized material model id.- Parameters:
id- the serialized material model id
-
getCode
Returns the serialized material model code.- Returns:
- the serialized material model code
-
setCode
Sets the serialized material model code.- Parameters:
code- the serialized material model code
-
getDescription
Returns the serialized material model description.- Returns:
- the serialized material model description
-
setDescription
Sets the serialized material model description.- Parameters:
description- the serialized material model description
-
getMaterialClass
Returns the material class id.- Returns:
- the material class id
- See Also:
-
setMaterialClass
Sets the material class id.- Parameters:
materialClass- the material class id- See Also:
-
getMeterBrand
Returns the meter brand id.- Returns:
- the meter brand id
- See Also:
-
setMeterBrand
Sets the meter brand id.- Parameters:
meterBrand- the meter brand id- See Also:
-
getOrdering
Returns the ordering.- Returns:
- the ordering
-
setOrdering
Sets the ordering.- Parameters:
ordering- the ordering
-
isActive
Checks if the serialized material model is active.- Returns:
- true if is the serialized material model is active, false otherwise
-
setActive
Sets the serialized material model to active.- Parameters:
active- true if the serialized material model must be active, false otherwise
-