Class TechnicalObjectWithFeaturesUpdateInput

java.lang.Object
overit.geocallapp.wfm.core.bl.technicalobject.event.TechnicalObjectWithFeaturesUpdateInput

public class TechnicalObjectWithFeaturesUpdateInput extends Object
Object used as an input bean for the TechnicalObjectWithFeaturesUpdateEvent.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • TechnicalObjectWithFeaturesUpdateInput

      public TechnicalObjectWithFeaturesUpdateInput()
  • Method Details

    • getTechnicalObject

      public TechnicalObject getTechnicalObject()
      Returns the technical object.
      Returns:
      the technical object
    • setTechnicalObject

      public void setTechnicalObject(TechnicalObject technicalObject)
      Sets the technical object.
      Parameters:
      technicalObject - the new technical object
    • getFeatureValues

      public List<BOTechnicalObjectFeatureValue> getFeatureValues()
      Returns the technical object's feature values.
      Returns:
      a list of technical object's feature values
    • setFeatureValues

      public void setFeatureValues(List<BOTechnicalObjectFeatureValue> featureValues)
      Sets the technical object's feature values.
      Parameters:
      featureValues - the new feature values