Class BOCensusRule
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.census.rule.BOCensusRule
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the technical object census rule.
- 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 TypeMethodDescriptionGets the active status.Gets the description.getId()Gets the census rule id.Gets the mandatory catalog group set.Gets the mandatory catalog group set string.Gets the mandatory characteristic set.Gets the mandatory characteristic set string.Gets the optional catalog group set.Gets the optional catalog group set string.Gets the optional characteristic set.Gets the optional characteristic set string.Gets the technical object status set.Gets the technical object status set string.Gets the technical object type set.Gets the technical object type set string.getType()Gets the census type id.voidSets the active status.voidsetDescription(String description) Sets the description.voidSets the census rule id.voidsetMandatoryCatalogGroupSet(List<Long> mandatoryCatalogGroupSet) Sets the mandatory catalog group set.voidsetMandatoryCatalogGroupSetString(String mandatoryCatalogGroupSetString) Sets the mandatory catalog group set string.voidsetMandatoryCharacteristicSet(List<Long> mandatoryCharacteristicSet) Sets the mandatory characteristic set.voidsetMandatoryCharacteristicSetString(String mandatoryCharacteristicSetString) Sets the mandatory characteristic set string.voidsetOptionalCatalogGroupSet(List<Long> optionalCatalogGroupSet) Sets the optional catalog group set.voidsetOptionalCatalogGroupSetString(String optionalCatalogGroupSetString) Sets the optional catalog group set string.voidsetOptionalCharacteristicSet(List<Long> optionalCharacteristicSet) Sets the optional characteristic set.voidsetOptionalCharacteristicSetString(String optionalCharacteristicSetString) Sets the optional characteristic set string.voidsetTechnicalObjectStatusSet(List<Long> technicalObjectStatusSet) Sets the technical object status set.voidsetTechnicalObjectStatusSetString(String technicalObjectStatusSetString) Sets the technical object status set string.voidsetTechnicalObjectTypeSet(List<Long> technicalObjectTypeSet) Sets the technical object type set.voidsetTechnicalObjectTypeSetString(String technicalObjectTypeSetString) Sets the technical object type set string.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
-
BOCensusRule
public BOCensusRule()
-
-
Method Details
-
getId
Gets the census rule id.- Returns:
- the census rule id
-
setId
Sets the census rule id.- Parameters:
id- the census rule id 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
-
getType
Gets the census type id.- Returns:
- the census type id
-
setType
Sets the census type id.- Parameters:
type- the census type id to set
-
getTechnicalObjectStatusSet
Gets the technical object status set.- Returns:
- the technical object status set
-
setTechnicalObjectStatusSet
Sets the technical object status set.- Parameters:
technicalObjectStatusSet- the technical object status set to set
-
getTechnicalObjectStatusSetString
Gets the technical object status set string.- Returns:
- the technical object status set string
-
setTechnicalObjectStatusSetString
Sets the technical object status set string.- Parameters:
technicalObjectStatusSetString- the technical object status set string to set
-
getTechnicalObjectTypeSet
Gets the technical object type set.- Returns:
- the technical object type set
-
setTechnicalObjectTypeSet
Sets the technical object type set.- Parameters:
technicalObjectTypeSet- the technical object type set to set
-
getTechnicalObjectTypeSetString
Gets the technical object type set string.- Returns:
- the technical object type set string
-
setTechnicalObjectTypeSetString
Sets the technical object type set string.- Parameters:
technicalObjectTypeSetString- the technical object type set string to set
-
getMandatoryCharacteristicSet
Gets the mandatory characteristic set.- Returns:
- the mandatory characteristic set
-
setMandatoryCharacteristicSet
Sets the mandatory characteristic set.- Parameters:
mandatoryCharacteristicSet- the mandatory characteristic set to set
-
getMandatoryCharacteristicSetString
Gets the mandatory characteristic set string.- Returns:
- the mandatory characteristic set string
-
setMandatoryCharacteristicSetString
Sets the mandatory characteristic set string.- Parameters:
mandatoryCharacteristicSetString- the mandatory characteristic set string to set
-
getMandatoryCatalogGroupSet
Gets the mandatory catalog group set.- Returns:
- the mandatory catalog group set
-
setMandatoryCatalogGroupSet
Sets the mandatory catalog group set.- Parameters:
mandatoryCatalogGroupSet- the mandatory catalog group set to set
-
getMandatoryCatalogGroupSetString
Gets the mandatory catalog group set string.- Returns:
- the mandatory catalog group set string
-
setMandatoryCatalogGroupSetString
Sets the mandatory catalog group set string.- Parameters:
mandatoryCatalogGroupSetString- the mandatory catalog group set string to set
-
getOptionalCharacteristicSet
Gets the optional characteristic set.- Returns:
- the optional characteristic set
-
setOptionalCharacteristicSet
Sets the optional characteristic set.- Parameters:
optionalCharacteristicSet- the optional characteristic set to set
-
getOptionalCharacteristicSetString
Gets the optional characteristic set string.- Returns:
- the optional characteristic set string
-
setOptionalCharacteristicSetString
Sets the optional characteristic set string.- Parameters:
optionalCharacteristicSetString- the optional characteristic set string to set
-
getOptionalCatalogGroupSet
Gets the optional catalog group set.- Returns:
- the optional catalog group set
-
setOptionalCatalogGroupSet
Sets the optional catalog group set.- Parameters:
optionalCatalogGroupSet- the optional catalog group set to set
-
getOptionalCatalogGroupSetString
Gets the optional catalog group set string.- Returns:
- the optional catalog group set string
-
setOptionalCatalogGroupSetString
Sets the optional catalog group set string.- Parameters:
optionalCatalogGroupSetString- the optional catalog group set string to set
-