Class VersionedObjectResponseData<T>

java.lang.Object
org.ehrbase.openehr.sdk.response.dto.VersionedObjectResponseData<T>

@Deprecated(since="2.14.0", forRemoval=true) public class VersionedObjectResponseData<T> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
without replaced because used by EHRbase only.
  • Constructor Summary

    Constructors
    Constructor
    Description
    VersionedObjectResponseData(com.nedap.archie.rm.changecontrol.VersionedObject<T> versionedObject)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.nedap.archie.rm.support.identification.HierObjectId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setOwnerId(com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId> ownerId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTimeCreated(String timeCreated)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUid(com.nedap.archie.rm.support.identification.HierObjectId uid)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VersionedObjectResponseData

      public VersionedObjectResponseData(com.nedap.archie.rm.changecontrol.VersionedObject<T> versionedObject)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getType

      public String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setType

      public void setType(String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUid

      public com.nedap.archie.rm.support.identification.HierObjectId getUid()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUid

      public void setUid(com.nedap.archie.rm.support.identification.HierObjectId uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOwnerId

      public com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId> getOwnerId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOwnerId

      public void setOwnerId(com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId> ownerId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTimeCreated

      public String getTimeCreated()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTimeCreated

      public void setTimeCreated(String timeCreated)
      Deprecated, for removal: This API element is subject to removal in a future version.