|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.domain.ValueSetEntry
public class ValueSetEntry
A mapping representing the set of coded values that populate a vocabulary domain in a particular jurisdiction.
Constructor Summary | |
---|---|
ValueSetEntry()
Instantiates a new value set entry. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
Compare to. |
boolean |
equals(Object o)
|
Boolean |
getActive()
Gets the active. |
CodedValue |
getCodedValue()
Gets the coded value. |
Boolean |
getCommon()
Gets the common. |
Long |
getId()
Gets the id. |
Integer |
getSequence()
Gets the sequence. |
SupportStatus |
getSupportStatus()
Gets the support status. |
ValueSet |
getValueSet()
Gets the value set. |
int |
hashCode()
|
void |
setActive(Boolean active)
Sets the active. |
void |
setCodedValue(CodedValue codedValue)
Sets the coded value. |
void |
setCommon(Boolean common)
Sets the common. |
void |
setId(Long id)
Sets the id. |
void |
setSequence(Integer sequence)
Sets the sequence. |
void |
setSupportStatus(SupportStatus supportStatus)
Sets the support status. |
void |
setValueSet(ValueSet valueSet)
Sets the value set. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueSetEntry()
Instantiates a new value set entry.
Method Detail |
---|
public Long getId()
Gets the id.
public void setId(Long id)
Sets the id.
id
- the new idpublic CodedValue getCodedValue()
Gets the coded value.
public void setCodedValue(CodedValue codedValue)
Sets the coded value.
codedValue
- the new coded valuepublic Integer getSequence()
Gets the sequence.
public void setSequence(Integer sequence)
Sets the sequence.
sequence
- the new sequencepublic Boolean getActive()
Gets the active.
public void setActive(Boolean active)
Sets the active.
active
- the new activepublic Boolean getCommon()
Gets the common.
public void setCommon(Boolean common)
Sets the common.
common
- the new commonpublic SupportStatus getSupportStatus()
Gets the support status.
public void setSupportStatus(SupportStatus supportStatus)
Sets the support status.
supportStatus
- the new support statuspublic int compareTo(Object obj)
Compare to.
obj
- the obj
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ValueSet getValueSet()
Gets the value set.
public void setValueSet(ValueSet valueSet)
Sets the value set.
valueSet
- the new value set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |