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

public class BOCensusRule extends DynO
Business object representing the technical object census rule.
Since:
20.0
See Also:
  • Constructor Details

    • BOCensusRule

      public BOCensusRule()
  • Method Details

    • getId

      public Long getId()
      Gets the census rule id.
      Returns:
      the census rule id
    • setId

      public void setId(Long id)
      Sets the census rule id.
      Parameters:
      id - the census rule id to set
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description to set
    • getActive

      public Boolean getActive()
      Gets the active status.
      Returns:
      the active status
    • setActive

      public void setActive(Boolean active)
      Sets the active status.
      Parameters:
      active - the active status to set
    • getType

      public Long getType()
      Gets the census type id.
      Returns:
      the census type id
    • setType

      public void setType(Long type)
      Sets the census type id.
      Parameters:
      type - the census type id to set
    • getTechnicalObjectStatusSet

      public List<Long> getTechnicalObjectStatusSet()
      Gets the technical object status set.
      Returns:
      the technical object status set
    • setTechnicalObjectStatusSet

      public void setTechnicalObjectStatusSet(List<Long> technicalObjectStatusSet)
      Sets the technical object status set.
      Parameters:
      technicalObjectStatusSet - the technical object status set to set
    • getTechnicalObjectStatusSetString

      public String getTechnicalObjectStatusSetString()
      Gets the technical object status set string.
      Returns:
      the technical object status set string
    • setTechnicalObjectStatusSetString

      public void setTechnicalObjectStatusSetString(String technicalObjectStatusSetString)
      Sets the technical object status set string.
      Parameters:
      technicalObjectStatusSetString - the technical object status set string to set
    • getTechnicalObjectTypeSet

      public List<Long> getTechnicalObjectTypeSet()
      Gets the technical object type set.
      Returns:
      the technical object type set
    • setTechnicalObjectTypeSet

      public void setTechnicalObjectTypeSet(List<Long> technicalObjectTypeSet)
      Sets the technical object type set.
      Parameters:
      technicalObjectTypeSet - the technical object type set to set
    • getTechnicalObjectTypeSetString

      public String getTechnicalObjectTypeSetString()
      Gets the technical object type set string.
      Returns:
      the technical object type set string
    • setTechnicalObjectTypeSetString

      public void setTechnicalObjectTypeSetString(String technicalObjectTypeSetString)
      Sets the technical object type set string.
      Parameters:
      technicalObjectTypeSetString - the technical object type set string to set
    • getMandatoryCharacteristicSet

      public List<Long> getMandatoryCharacteristicSet()
      Gets the mandatory characteristic set.
      Returns:
      the mandatory characteristic set
    • setMandatoryCharacteristicSet

      public void setMandatoryCharacteristicSet(List<Long> mandatoryCharacteristicSet)
      Sets the mandatory characteristic set.
      Parameters:
      mandatoryCharacteristicSet - the mandatory characteristic set to set
    • getMandatoryCharacteristicSetString

      public String getMandatoryCharacteristicSetString()
      Gets the mandatory characteristic set string.
      Returns:
      the mandatory characteristic set string
    • setMandatoryCharacteristicSetString

      public void setMandatoryCharacteristicSetString(String mandatoryCharacteristicSetString)
      Sets the mandatory characteristic set string.
      Parameters:
      mandatoryCharacteristicSetString - the mandatory characteristic set string to set
    • getMandatoryCatalogGroupSet

      public List<Long> getMandatoryCatalogGroupSet()
      Gets the mandatory catalog group set.
      Returns:
      the mandatory catalog group set
    • setMandatoryCatalogGroupSet

      public void setMandatoryCatalogGroupSet(List<Long> mandatoryCatalogGroupSet)
      Sets the mandatory catalog group set.
      Parameters:
      mandatoryCatalogGroupSet - the mandatory catalog group set to set
    • getMandatoryCatalogGroupSetString

      public String getMandatoryCatalogGroupSetString()
      Gets the mandatory catalog group set string.
      Returns:
      the mandatory catalog group set string
    • setMandatoryCatalogGroupSetString

      public void setMandatoryCatalogGroupSetString(String mandatoryCatalogGroupSetString)
      Sets the mandatory catalog group set string.
      Parameters:
      mandatoryCatalogGroupSetString - the mandatory catalog group set string to set
    • getOptionalCharacteristicSet

      public List<Long> getOptionalCharacteristicSet()
      Gets the optional characteristic set.
      Returns:
      the optional characteristic set
    • setOptionalCharacteristicSet

      public void setOptionalCharacteristicSet(List<Long> optionalCharacteristicSet)
      Sets the optional characteristic set.
      Parameters:
      optionalCharacteristicSet - the optional characteristic set to set
    • getOptionalCharacteristicSetString

      public String getOptionalCharacteristicSetString()
      Gets the optional characteristic set string.
      Returns:
      the optional characteristic set string
    • setOptionalCharacteristicSetString

      public void setOptionalCharacteristicSetString(String optionalCharacteristicSetString)
      Sets the optional characteristic set string.
      Parameters:
      optionalCharacteristicSetString - the optional characteristic set string to set
    • getOptionalCatalogGroupSet

      public List<Long> getOptionalCatalogGroupSet()
      Gets the optional catalog group set.
      Returns:
      the optional catalog group set
    • setOptionalCatalogGroupSet

      public void setOptionalCatalogGroupSet(List<Long> optionalCatalogGroupSet)
      Sets the optional catalog group set.
      Parameters:
      optionalCatalogGroupSet - the optional catalog group set to set
    • getOptionalCatalogGroupSetString

      public String getOptionalCatalogGroupSetString()
      Gets the optional catalog group set string.
      Returns:
      the optional catalog group set string
    • setOptionalCatalogGroupSetString

      public void setOptionalCatalogGroupSetString(String optionalCatalogGroupSetString)
      Sets the optional catalog group set string.
      Parameters:
      optionalCatalogGroupSetString - the optional catalog group set string to set