Class RelationHistoryEntry

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.HistoryEntry
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.RelationHistoryEntry
All Implemented Interfaces:
Serializable

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

    • RelationHistoryEntry

      public RelationHistoryEntry()
  • Method Details

    • getRelationType

      public IRelationType getRelationType()
    • setRelationType

      public void setRelationType(IRelationType relationType)
    • getRelatedObjectId

      public IObjectId getRelatedObjectId()
    • setRelatedObjectId

      public void setRelatedObjectId(IObjectId relatedObjectId)