Class TechnicalObject

java.lang.Object
overit.geocallapp.wfm.core.bl.technicalobject.TechnicalObject
All Implemented Interfaces:
Serializable

public class TechnicalObject extends Object implements Serializable
Business object representing a technical object.
It consists of a header BOTechnicalObjectHeader and an address BOAddress.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • TechnicalObject

      public TechnicalObject()
      Instantiates a new technical object.
  • Method Details

    • getHeader

      public BOTechnicalObjectHeader getHeader()
      Returns the technical object's header.
      Returns:
      the header
    • setHeader

      public void setHeader(BOTechnicalObjectHeader header)
      Sets the technical object's header.
      Parameters:
      header - the header
    • getAddress

      public BOAddress getAddress()
      Returns the technical object's address.
      Returns:
      the address
    • setAddress

      public void setAddress(BOAddress address)
      Sets the technical object's address.
      Parameters:
      address - the address
    • getId

      public Long 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