Class DTOCatalogGroup
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.rs1.cataloggroup.DTOCatalogGroup
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for catalog group.
- Since:
- 20.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal BooleanChecks whether the catalog group is active or not.final StringgetCode()Returns the catalog group code.final LocalizedStringReturns the catalog group description.final LonggetId()Returns the catalog group id.final LonggetOrder()Returns the catalog group order.final LonggetType()Returns the catalog group type.final voidSets the catalog group to active.final voidSets the catalog group code.final voidsetDescription(LocalizedString description) Sets the catalog group description.final voidSets the catalog group id.final voidSets the catalog group order.final 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
-
DTOCatalogGroup
public DTOCatalogGroup()
-
-
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
-