Package ca.uhn.fhir.jpa.model.entity
Class PartitionablePartitionId
java.lang.Object
ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorPartitionablePartitionId(Integer thePartitionId, LocalDate thePartitionDate)Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected PartitionablePartitionIdclone()booleaninthashCode()setPartitionDate(LocalDate thePartitionDate)setPartitionId(Integer thePartitionId)ca.uhn.fhir.interceptor.model.RequestPartitionIdstatic ca.uhn.fhir.interceptor.model.RequestPartitionIdtoRequestPartitionId(PartitionablePartitionId theRequestPartitionId)toString()
-
Constructor Details
-
PartitionablePartitionId
public PartitionablePartitionId()Constructor -
PartitionablePartitionId
public PartitionablePartitionId(@Nullable Integer thePartitionId, @Nullable LocalDate thePartitionDate)Constructor
-
-
Method Details
-
getPartitionId
-
setPartitionId
-
equals
-
hashCode
-
getPartitionDate
-
setPartitionDate
-
clone
-
toPartitionId
-
toString
-
toRequestPartitionId
@Nonnull public static ca.uhn.fhir.interceptor.model.RequestPartitionId toRequestPartitionId(@Nullable PartitionablePartitionId theRequestPartitionId)
-