Class BOFeatureValueDomainItem

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.features.valuedomainitem.BOFeatureValueDomainItem
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOFeatureValueDomainItem extends DynO
Business object representing a feature value domain item
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOFeatureValueDomainItem

      public BOFeatureValueDomainItem()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

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

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