
Package ca.uhn.fhir.jpa.entity
Class TermValueSet
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.entity.TermValueSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
getUrl()
int
hashCode()
void
setExpansionStatus
(TermValueSetPreExpansionStatusEnum theExpansionStatus) void
setExpansionTimestamp
(Date theExpansionTimestamp) setResource
(ResourceTable theResource) setTotalConceptDesignations
(Long theTotalConceptDesignations) setTotalConcepts
(Long theTotalConcepts) setVersion
(String theVersion) toString()
Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Field Details
-
MAX_EXPANSION_STATUS_LENGTH
- See Also:
-
MAX_NAME_LENGTH
- See Also:
-
MAX_URL_LENGTH
- See Also:
-
MAX_VER_LENGTH
- See Also:
-
-
Constructor Details
-
TermValueSet
public TermValueSet()
-
-
Method Details
-
getExpansionTimestamp
-
setExpansionTimestamp
-
getId
-
getPartitionedId
-
getUrl
-
setUrl
-
getResource
-
setResource
-
getName
-
setName
-
getConcepts
-
getTotalConcepts
-
setTotalConcepts
-
decrementTotalConcepts
-
incrementTotalConcepts
-
getTotalConceptDesignations
-
setTotalConceptDesignations
-
decrementTotalConceptDesignations
-
incrementTotalConceptDesignations
-
getExpansionStatus
-
setExpansionStatus
-
getVersion
-
setVersion
-
equals
-
hashCode
-
toString
- Overrides:
toString
in classBasePartitionable
-