
Package ca.uhn.fhir.jpa.entity
Class TermValueSetConceptDesignation
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.entity.TermValueSetConceptDesignation
- All Implemented Interfaces:
Serializable
@Entity
public class TermValueSetConceptDesignation
extends BasePartitionable
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getValue()inthashCode()setConcept(TermValueSetConcept theConcept) setLanguage(String theLanguage) setUseCode(String theUseCode) setUseDisplay(String theUseDisplay) setUseSystem(String theUseSystem) setValueSet(TermValueSet theValueSet) toString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
TermValueSetConceptDesignation
public TermValueSetConceptDesignation()Constructor
-
-
Method Details
-
getId
-
getPartitionedId
-
getConcept
-
setConcept
-
getValueSet
-
setValueSet
-
getValueSetUrl
-
getValueSetName
-
getLanguage
-
setLanguage
-
getUseSystem
-
setUseSystem
-
getUseCode
-
setUseCode
-
getUseDisplay
-
setUseDisplay
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
- Overrides:
toStringin classBasePartitionable
-