Class CustomerUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.technicalobject.event.CustomerUpdateInput
Input object for the customer update event
- Since:
- 9.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list ofBOContactto saveGets the list ofBOMeterto saveGets theTechnicalObjectto savevoidsetContacts(List<BOContact> contacts) Sets the list ofBOContactto savevoidSets the list ofBOMeterto savevoidsetTechnicalObject(TechnicalObject technicalObject) Sets theTechnicalObjectto save
-
Constructor Details
-
CustomerUpdateInput
public CustomerUpdateInput()
-
-
Method Details
-
getTechnicalObject
Gets theTechnicalObjectto save- Returns:
- the
TechnicalObjectto save
-
setTechnicalObject
Sets theTechnicalObjectto save- Parameters:
technicalObject- theTechnicalObjectto save
-
getContacts
Gets the list ofBOContactto save- Returns:
- the list of
BOContactto save
-
setContacts
Sets the list ofBOContactto save- Parameters:
contacts- list ofBOContactto save
-
getMeters
Gets the list ofBOMeterto save- Returns:
- the list of
BOMeterto save
-
setMeters
Sets the list ofBOMeterto save- Parameters:
meters- the list ofBOMeterto save
-