
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 intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getUrl()inthashCode()voidsetExpansionStatus(TermValueSetPreExpansionStatusEnum theExpansionStatus) voidsetExpansionTimestamp(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:
toStringin classBasePartitionable
-