Class DTOCatalogCodeUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.rs1.catalogcode.DTOCatalogCodeUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update catalog code.
- 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 TypeMethodDescriptionGets the catalog code active boolean.Gets the catalog code catalog group.getCode()Gets the catalog code code.final Optional<LocalizedString> Gets the catalog code description.getOrder()Gets the catalog code order.final voidSets the catalog code active boolean.final voidsetCatalogGroup(Optional<Long> catalogGroup) Sets the catalog code catalog group.final voidSets the catalog code code.final voidsetDescription(Optional<LocalizedString> description) Sets the catalog code description.final 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
-
DTOCatalogCodeUpdate
public DTOCatalogCodeUpdate()
-
-
Method Details
-
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:
- the catalog code active boolean.
-
setActive
Sets the catalog code active boolean.- Parameters:
active- the catalog code active boolean
-
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
-