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

public class BOValueDomainItem extends DynO
Business object representing a characteristic value domain item
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOValueDomainItem

      public BOValueDomainItem()
  • Method Details

    • getId

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

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

      public Long getDomain()
      Returns the domain of the characteristic value item.
      Returns:
      the domain id
    • setDomain

      public void setDomain(Long domain)
      Sets the domain of the characteristic value item.
      Parameters:
      domain - the domain
    • getValue

      public String getValue()
      Returns the value of the characteristic domain item.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value of the characteristic domain item.
      Parameters:
      value - the value
    • getCode

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

      public void setCode(String code)
      Sets the code of the characteristic value domain item.
      Parameters:
      code - the code
    • isVisible

      public Boolean isVisible()
      Checks if is the characteristic value domain item is visible.
      Returns:
      true if the characteristic value domain item is visible, false otherwise
    • setVisible

      public void setVisible(Boolean visible)
      Sets the characteristic value domain item to visible.
      Parameters:
      visible - true if the characteristic value domain item must be visible, false otherwise
    • getOrder

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

      public void setOrder(Long order)
      Sets the order of the characteristic value domain item.
      Parameters:
      order - the order