Class DTOCatalogCode
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.rs1.catalogcode.DTOCatalogCode
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for 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 TypeMethodDescriptionfinal BooleanGets the catalog code active boolean.final LongGets the catalog code catalog group.final LongGets the catalog code catalog group type.final StringgetCode()Gets the catalog code code.final LocalizedStringGets the catalog code description.final LonggetId()Gets the catalog code id.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 voidsetCatalogGroupType(Long catalogGroupType) Sets the catalog code catalog group type.final voidSets the catalog code code.final voidsetDescription(LocalizedString description) Sets the catalog code description.final voidSets the catalog code id.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
-
DTOCatalogCode
public DTOCatalogCode()
-
-
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
-