ca.infoway.messagebuilder.terminology.codeset.domain
Class ValueSet

Package class diagram package ValueSet
java.lang.Object
  extended by ca.infoway.messagebuilder.terminology.codeset.domain.ValueSet

public class ValueSet
extends Object

The Class ValueSet.

Author:
Intelliware Development

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

ValueSet

public ValueSet()
Method Detail

getId

public Long getId()

Gets the id.

Returns:
the id

setId

public void setId(Long id)

Sets the id.

Parameters:
id - the new id

getName

public String getName()

The name of the value set.

Returns:
the name

setName

public void setName(String name)

Sets the name.

Parameters:
name - the new name

getVocabularyDomains

public Set<VocabularyDomain> getVocabularyDomains()

Gets the vocabulary domains.

Returns:
the vocabulary domains

setVocabularyDomains

public void setVocabularyDomains(Set<VocabularyDomain> vocabularyDomains)

Sets the vocabulary domains.

Parameters:
vocabularyDomains - the new vocabulary domains


Copyright © 2013. All Rights Reserved.