Class BOCatalogCode
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.bl.catalogcode.BOCatalogCode
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the catalog code.
- 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 TypeMethodDescriptionGets the catalog code active boolean.Gets the catalog code catalog group.Gets the catalog code catalog group type.getCode()Gets the catalog code code.Gets the catalog code description.getId()Gets the catalog code id.getOrder()Gets the catalog code order.voidSets the catalog code active boolean.voidsetCatalogGroup(Long catalogGroup) Sets the catalog code catalog group.voidsetCatalogGroupType(Long catalogGroupType) Sets the catalog code catalog group type.voidSets the catalog code code.voidsetDescription(LocalizedString description) Sets the catalog code description.voidSets the catalog code id.voidSets the catalog code 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
-
BOCatalogCode
public BOCatalogCode()
-
-
Method Details
-
getId
Gets the catalog code id.- Returns:
- the catalog code id
-
setId
Sets the catalog code id.- Parameters:
id- the catalog code id
-
getCode
Gets the catalog code code.- Returns:
- the catalog code code
-
setCode
Sets the catalog code code.- Parameters:
code- the catalog code code
-
getDescription
Gets the catalog code description.- Returns:
- the catalog code description
-
setDescription
Sets the catalog code description.- Parameters:
description- the catalog code description
-
getOrder
Gets the catalog code order.- Returns:
- the catalog code order
-
setOrder
Sets the catalog code order.- Parameters:
order- the catalog code order
-
getActive
Gets the catalog code active boolean.- Returns:
- true if the catalog code is active, false otherwise
-
setActive
Sets the catalog code active boolean.- Parameters:
active- the catalog code active boolean
-
getCatalogGroupType
Gets the catalog code catalog group type.- Returns:
- the catalog code catalog group type
-
setCatalogGroupType
Sets the catalog code catalog group type.- Parameters:
catalogGroupType- the catalog code catalog group type
-
getCatalogGroup
Gets the catalog code catalog group.- Returns:
- the catalog code catalog group
-
setCatalogGroup
Sets the catalog code catalog group.- Parameters:
catalogGroup- the catalog code catalog group
-