Class UnknownRelatedObjectId

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.id.UnknownRelatedObjectId
All Implemented Interfaces:
IObjectId, Serializable

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

    • UnknownRelatedObjectId

      public UnknownRelatedObjectId(String relatedObjectId, String relationType)
    • UnknownRelatedObjectId

      protected UnknownRelatedObjectId()
  • Method Details

    • getRelatedObjectId

      public String getRelatedObjectId()
    • getRelationType

      public String getRelationType()
    • toString

      public String toString()
      Overrides:
      toString in class Object