Class DTOAssetCharacteristicValue

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

public class DTOAssetCharacteristicValue extends DynO
DTO for asset's characteristic
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAssetCharacteristicValue

      public DTOAssetCharacteristicValue()
  • Method Details

    • getId

      public final Long getId()
    • setId

      public final void setId(Long id)
    • getAsset

      public final Long getAsset()
    • setAsset

      public final void setAsset(Long asset)
    • getCharacteristic

      public final Long getCharacteristic()
    • setCharacteristic

      public final void setCharacteristic(Long characteristic)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)