Class BOCensusType
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.census.type.BOCensusType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the census type.
- Since:
- 20.0
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the active status.getCode()Gets the code.Gets the description.getId()Gets the census type id.voidSets the active status.voidSets the code.voidsetDescription(String description) Sets the description.voidSets the census type id.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
-
BOCensusType
public BOCensusType()
-
-
Method Details
-
getId
Gets the census type id.- Returns:
- the census type id
-
setId
Sets the census type id.- Parameters:
id- the census type id to set
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code to set
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getActive
Gets the active status.- Returns:
- the active status
-
setActive
Sets the active status.- Parameters:
active- the active status to set
-