java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.characteristics.bl.characteristicclass.BOCharacteristicClass
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCharacteristicClass extends DynO
Business object representing a characteristic class
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCharacteristicClass

      public BOCharacteristicClass()
  • Method Details

    • getId

      public Long getId()
      Returns the characteristic class id.
      Returns:
      the the characteristic class id
    • setId

      public void setId(Long id)
      Sets the characteristic class id.
      Parameters:
      id - the characteristic class id
    • getCode

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

      public void setCode(String code)
      Sets the characteristic class code.
      Parameters:
      code - the code
    • getDescription

      public LocalizedString getDescription()
      Returns the characteristic class description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the characteristic class description.
      Parameters:
      description - the description
    • getActive

      public Boolean getActive()
      Checks if the characteristic class is active.
      Returns:
      true if the characteristic class is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the characteristic class to active.
      Parameters:
      active - true if the characteristic class must be active, false otherwise
    • getOrder

      public Long getOrder()
      Returns the characteristic class order.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the characteristic class order.
      Parameters:
      order - the order
    • getType

      public Long getType()
      Returns the characteristic class type id.
      Returns:
      the characteristic class type id
    • setType

      public void setType(Long type)
      Sets the characteristic class type id.
      Parameters:
      type - the characteristic class type id