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
ConstructorsConstructorDescriptionVersionedObjectResponseData(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 TypeMethodDescriptioncom.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.getType()Deprecated, for removal: This API element is subject to removal in a future version.com.nedap.archie.rm.support.identification.HierObjectIdgetUid()Deprecated, for removal: This API element is subject to removal in a future version.voidsetOwnerId(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.voidsetTimeCreated(String timeCreated) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetUid(com.nedap.archie.rm.support.identification.HierObjectId uid) Deprecated, for removal: This API element is subject to removal in a future version.
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setType
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setTimeCreated
Deprecated, for removal: This API element is subject to removal in a future version.
-