Interface PersistentVersion

All Superinterfaces:
KeyValuePair<String,String>, Persistent, Serializable
All Known Subinterfaces:
LogEntry

public interface PersistentVersion extends Persistent
This interface represents a version of a persistent object and it is intended to be also made persistent.
  • Method Details

    • getCreatedBy

      User getCreatedBy()
      Returns the user who has made this version.
    • getCreatedAt

      Date getCreatedAt()
      Returns the creation date of this version.
    • getDescription

      String getDescription()
      Returns the description of this version.
    • getPersistent

      Persistent getPersistent()
      Returns the persistent to which this version belongs to.
    • getVersion

      Persistent getVersion()
      Returns the concrete version of the persistent