Interface GenericBusinessObject<PK>


public interface GenericBusinessObject<PK>
GenericBusinessObject defines similarities between multiple BOs.

Author:
Maik Stueker
  • Method Details

    • getBusinessObject

      BusinessObject<PK> getBusinessObject()
    • getId

      PK getId()
      Returns the primary key of this object
    • getEntityUid

      UID getEntityUid()
      Returns the UID of the entity this GenericBusinessObject bases on
    • getEntity

      String getEntity()
      Returns the name of the entity this GenericBusinessObject bases on
    • getVersion

      Integer getVersion()
      Returns the current version of this object
    • isInsert

      boolean isInsert()
      Is this object a new one?
    • isUpdate

      boolean isUpdate()
      Object is modified?
    • isDelete

      boolean isDelete()
      Object is removed?