java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.HistoryEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContentCopyHistoryEntry, PropertyHistoryEntry, RelationHistoryEntry

@JsonObject("as.dto.history.HistoryEntry") public class HistoryEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • HistoryEntry

      public HistoryEntry()
  • Method Details

    • getFetchOptions

      public HistoryEntryFetchOptions getFetchOptions()
    • setFetchOptions

      public void setFetchOptions(HistoryEntryFetchOptions fetchOptions)
    • getValidFrom

      public Date getValidFrom()
    • setValidFrom

      public void setValidFrom(Date validFrom)
    • getValidTo

      public Date getValidTo()
    • setValidTo

      public void setValidTo(Date validTo)
    • getAuthor

      public Person getAuthor()
    • setAuthor

      public void setAuthor(Person author)
    • toString

      public String toString()
      Overrides:
      toString in class Object