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