Package ca.uhn.fhir.mdm.model
Class MdmPidTuple<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
java.lang.Object
ca.uhn.fhir.mdm.model.MdmPidTuple<T>
public class MdmPidTuple<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static <P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
MdmPidTuple<P> fromGoldenAndSource
(P theGoldenPid, P theSourcePid) static <P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
MdmPidTuple<P> fromGoldenAndSourceAndPartitionIds
(P theGoldenPid, Integer theGoldenPartitionId, P theSourcePid, Integer theSourcePartitionId) int
hashCode()
toString()
-
Method Details
-
fromGoldenAndSource
public static <P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> MdmPidTuple<P> fromGoldenAndSource(P theGoldenPid, P theSourcePid) -
fromGoldenAndSourceAndPartitionIds
public static <P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> MdmPidTuple<P> fromGoldenAndSourceAndPartitionIds(P theGoldenPid, Integer theGoldenPartitionId, P theSourcePid, Integer theSourcePartitionId) -
getGoldenPid
-
getGoldenPartitionId
-
getSourcePid
-
getSourcePartitionId
-
equals
-
hashCode
-
toString
-