Class BOAssetCharacteristicValue

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.characteristicvalue.BOAssetCharacteristicValue
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOAssetCharacteristicValue extends DynO
Business object representing a asset characteristic value.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAssetCharacteristicValue

      public BOAssetCharacteristicValue()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the id of the asset characteristic value.
      Parameters:
      id - the feature value's id
    • getCharacteristic

      public Long getCharacteristic()
      Returns the asset characteristic.
      Returns:
      the characteristic
    • setCharacteristic

      public void setCharacteristic(Long characteristic)
      Sets the asset characteristic.
      Parameters:
      characteristic - the characteristic
    • getValue

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

      public void setValue(String value)
      Sets the value of the asset characteristic .
      Parameters:
      value - the value
    • getOrder

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

      public void setOrder(Long order)
      Sets the order of the asset characteristic value.
      Parameters:
      order - the feature value's order
    • getAsset

      public Long getAsset()
      Returns the asset characteristic header id.
      Returns:
      the asset characteristic header id
    • setAsset

      public void setAsset(Long asset)
      Sets the asset characteristic header id.
      Parameters:
      asset - the asset characteristic header id