Class BOCatalogGroup
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.bl.cataloggroup.BOCatalogGroup
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the catalog group.
- Since:
- 20.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 TypeMethodDescriptionChecks whether the catalog group is active or not.getCode()Returns the catalog group code.Returns the catalog group description.getId()Returns the catalog group id.getOrder()Returns the catalog group order.getType()Returns the catalog group type.voidSets the catalog group to active.voidSets the catalog group code.voidsetDescription(LocalizedString description) Sets the catalog group description.voidSets the catalog group id.voidSets the catalog group order.voidSets the catalog group type.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
-
BOCatalogGroup
public BOCatalogGroup()
-
-
Method Details
-
getId
Returns the catalog group id.- Returns:
- the catalog group id
-
setId
Sets the catalog group id.- Parameters:
id- the catalog group id
-
getCode
Returns the catalog group code.- Returns:
- the catalog group code
-
setCode
Sets the catalog group code.- Parameters:
code- the catalog group code
-
getDescription
Returns the catalog group description.- Returns:
- the catalog group description
-
setDescription
Sets the catalog group description.- Parameters:
description- the catalog group description
-
getType
Returns the catalog group type.- Returns:
- the catalog group type
-
setType
Sets the catalog group type.- Parameters:
type- the catalog group type
-
getOrder
Returns the catalog group order.- Returns:
- the catalog group order
-
setOrder
Sets the catalog group order.- Parameters:
order- the catalog group order
-
getActive
Checks whether the catalog group is active or not.- Returns:
- true if the catalog group is active, false otherwise
-
setActive
Sets the catalog group to active.- Parameters:
active- true to activate the catalog group, false otherwise
-