Class DTOCatalogCodeInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.rs1.catalogcode.DTOCatalogCodeInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 TypeMethodDescriptionfinal BooleanGets the catalog code active boolean.final LongGets the catalog code catalog group.final StringgetCode()Gets the catalog code code.final LocalizedStringGets the catalog code description.final LonggetOrder()Gets the catalog code order.final voidSets the catalog code active boolean.final voidsetCatalogGroup(Long catalogGroup) Sets the catalog code catalog group.final voidSets the catalog code code.final voidsetDescription(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
-
DTOCatalogCodeInsert
public DTOCatalogCodeInsert()
-
-
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:
- true if the catalog code is active, false otherwise
-
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
-