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