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

public class BOValueDomain extends DynO
Business object representing a value domain
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOValueDomain

      public BOValueDomain()
  • Method Details

    • getId

      public Long getId()
      Returns the value domain id.
      Returns:
      the the value domain id
    • setId

      public void setId(Long id)
      Sets the value domain id.
      Parameters:
      id - the value domain id
    • getCode

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

      public void setCode(String code)
      Sets the value domain code.
      Parameters:
      code - the code
    • getDescription

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

      public void setDescription(String description)
      Sets the value domain description.
      Parameters:
      description - the description
    • getActive

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

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

      public Long getOrder()
      Returns the value domain order.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the order.
      Parameters:
      order - the order