Class TechnicalObject
java.lang.Object
overit.geocallapp.wfm.core.bl.technicalobject.TechnicalObject
- All Implemented Interfaces:
Serializable
Business object representing a technical object.
It consists of a header
It consists of a header
BOTechnicalObjectHeader and an address BOAddress. - Since:
- 9.2
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the technical object's address.Returns the technical object's header.getId()Returns the technical object's id.booleanisNew()Checks if the technical object is new.voidsetAddress(BOAddress address) Sets the technical object's address.voidsetHeader(BOTechnicalObjectHeader header) Sets the technical object's header.
-
Constructor Details
-
TechnicalObject
public TechnicalObject()Instantiates a new technical object.
-
-
Method Details
-
getHeader
Returns the technical object's header.- Returns:
- the header
-
setHeader
Sets the technical object's header.- Parameters:
header- the header
-
getAddress
Returns the technical object's address.- Returns:
- the address
-
setAddress
Sets the technical object's address.- Parameters:
address- the address
-
getId
Returns the technical object's id.- Returns:
- the the technical object's id
-
isNew
public boolean isNew()Checks if the technical object is new.- Returns:
- true, if is new
-