Class BOTechnicalObjectFeatureValue

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.technicalobject.feature.BOTechnicalObjectFeatureValue
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned, IFeatureValue

public class BOTechnicalObjectFeatureValue extends DynO implements IFeatureValue
Business object representing a technical object's feature value.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOTechnicalObjectFeatureValue

      public BOTechnicalObjectFeatureValue()
  • Method Details

    • getId

      public Long getId()
      Returns the id of the technical object's feature value.
      Returns:
      the feature value's id
    • setId

      public void setId(Long id)
      Sets the id of the technical object's feature value.
      Parameters:
      id - the feature value's id
    • getFeature

      public Long getFeature()
      Returns the technical object's feature.
      Specified by:
      getFeature in interface IFeatureValue
      Returns:
      the feature
    • setFeature

      public void setFeature(Long feature)
      Sets the technical object's feature.
      Specified by:
      setFeature in interface IFeatureValue
      Parameters:
      feature - the feature
    • getValue

      public String getValue()
      Returns the value of the technical object's feature.
      Specified by:
      getValue in interface IFeatureValue
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value of the technical object's feature .
      Specified by:
      setValue in interface IFeatureValue
      Parameters:
      value - the value
    • getOrder

      public Long getOrder()
      Returns the order of the technical object's feature value.
      Returns:
      the feature value's order
    • setOrder

      public void setOrder(Long order)
      Sets the order of the technical object's feature value.
      Parameters:
      order - the feature value's order
    • getTechnicalObject

      public Long getTechnicalObject()
      Returns the technical object's header id.
      Returns:
      the technical object's header id
      See Also:
    • setTechnicalObject

      public void setTechnicalObject(Long technicalObject)
      Sets the technical object's header id.
      Parameters:
      technicalObject - the technical object's header id
      See Also: