|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.domain.ValueSet
public class ValueSet
The Class ValueSet.
Constructor Summary | |
---|---|
ValueSet()
|
Method Summary | |
---|---|
Long |
getId()
Gets the id. |
String |
getName()
The name of the value set. |
Set<VocabularyDomain> |
getVocabularyDomains()
Gets the vocabulary domains. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setVocabularyDomains(Set<VocabularyDomain> vocabularyDomains)
Sets the vocabulary domains. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueSet()
Method Detail |
---|
public Long getId()
Gets the id.
public void setId(Long id)
Sets the id.
id
- the new idpublic String getName()
The name of the value set.
public void setName(String name)
Sets the name.
name
- the new namepublic Set<VocabularyDomain> getVocabularyDomains()
Gets the vocabulary domains.
public void setVocabularyDomains(Set<VocabularyDomain> vocabularyDomains)
Sets the vocabulary domains.
vocabularyDomains
- the new vocabulary domains
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |