Interface EventResourceEntity

All Superinterfaces:
Entity
All Known Implementing Classes:
EventResourceEntityImpl

public interface EventResourceEntity extends Entity
Author:
Tijs Rademakers
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getBytes

      byte[] getBytes()
    • setBytes

      void setBytes(byte[] bytes)
    • getDeploymentId

      String getDeploymentId()
    • setDeploymentId

      void setDeploymentId(String deploymentId)
    • getPersistentState

      Object getPersistentState()
      Description copied from interface: Entity
      Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
      Specified by:
      getPersistentState in interface Entity