Class AssetCharacteristicValueSearchFilter

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

public class AssetCharacteristicValueSearchFilter extends DynO
Business object representing a research filter for the characteristic value.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • AssetCharacteristicValueSearchFilter

      public AssetCharacteristicValueSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the collection of id ids that was set as filter.
      Returns:
      a collection of id ids
    • setId

      public void setId(Collection<Long> id)
      Sets the collection of id ids as filter.
      Parameters:
      id - the id
    • getAsset

      public Collection<Long> getAsset()
      Returns the collection of assets ids that were set as filter.
      Returns:
      the collection of assets ids
    • setAsset

      public void setAsset(Collection<Long> asset)
      Sets the collection of assets ids as filter.
      Parameters:
      asset - the assets ids
    • getCharacteristic

      public Collection<Long> getCharacteristic()
      Gets the characteristic to use as filter.
      Returns:
      the related characteristic
    • setCharacteristic

      public void setCharacteristic(Collection<Long> characteristic)
      Sets the characteristic to use as filter.
      Parameters:
      characteristic - the related characteristic
    • getValue

      public String getValue()
      Returns the asset characteristic value value that was set as filter.
      Returns:
      the asset characteristic value value
    • setValue

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

      public Long getOrder()
      Returns the asset characteristic value order that was set as filter.
      Returns:
      the asset characteristic value order
    • setOrder

      public void setOrder(Long order)
      Sets the asset characteristic value order as filter.
      Parameters:
      order - the asset characteristic value order