Class DTOCatalogGroupUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.rs1.cataloggroup.DTOCatalogGroupUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update 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 TypeMethodDescriptionChecks whether the catalog group is active or not.getCode()Returns the catalog group code.final Optional<LocalizedString> Returns the catalog group description.getOrder()Returns the catalog group order.getType()Returns the catalog group type.final voidSets the catalog group to active.final voidSets the catalog group code.final voidsetDescription(Optional<LocalizedString> description) Sets the catalog group description.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
-
DTOCatalogGroupUpdate
public DTOCatalogGroupUpdate()
-
-
Method Details
-
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
-