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

public class BOCensusType extends DynO
Business object representing the census type.
Since:
20.0
See Also:
  • Constructor Details

    • BOCensusType

      public BOCensusType()
  • Method Details

    • getId

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

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

      public String getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the code.
      Parameters:
      code - the code 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