Class TechnicalObjectWithFeaturesUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.technicalobject.event.TechnicalObjectWithFeaturesUpdateInput
Object used as an input bean for the
TechnicalObjectWithFeaturesUpdateEvent.- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the technical object's feature values.Returns the technical object.voidsetFeatureValues(List<BOTechnicalObjectFeatureValue> featureValues) Sets the technical object's feature values.voidsetTechnicalObject(TechnicalObject technicalObject) Sets the technical object.
-
Constructor Details
-
TechnicalObjectWithFeaturesUpdateInput
public TechnicalObjectWithFeaturesUpdateInput()
-
-
Method Details
-
getTechnicalObject
Returns the technical object.- Returns:
- the technical object
-
setTechnicalObject
Sets the technical object.- Parameters:
technicalObject- the new technical object
-
getFeatureValues
Returns the technical object's feature values.- Returns:
- a list of technical object's feature values
-
setFeatureValues
Sets the technical object's feature values.- Parameters:
featureValues- the new feature values
-