|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.domain.VocabularyDomain
public class VocabularyDomain
An identifier for a business concept that is used in a particular field of an HL7 message.
Constructor Summary | |
---|---|
VocabularyDomain()
Instantiates a new vocabulary domain. |
|
VocabularyDomain(String type)
Instantiates a new vocabulary domain. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
Compare to. |
boolean |
equals(Object o)
|
String |
getBusinessName()
Gets the business name. |
String |
getDescription()
Gets the description. |
Long |
getId()
Gets the id. |
VocabularyDomain |
getParent()
Gets the parent. |
VocabularyDomain |
getRoot()
Gets the root. |
String |
getType()
Gets the type. |
Class<?> |
getTypeAsClass()
Gets the type as class. |
String |
getUnqualifiedType()
Gets the unqualified type. |
int |
hashCode()
|
boolean |
isRootType()
Checks if is root type. |
void |
setBusinessName(String businessName)
Sets the business name. |
void |
setDescription(String description)
Sets the description. |
void |
setId(Long id)
Sets the id. |
void |
setParent(VocabularyDomain parent)
Sets the parent. |
void |
setRoot(VocabularyDomain root)
Sets the root. |
void |
setType(String type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VocabularyDomain()
Instantiates a new vocabulary domain.
public VocabularyDomain(String type)
Instantiates a new vocabulary domain.
type
- the typeMethod Detail |
---|
public Long getId()
Gets the id.
public void setId(Long id)
Sets the id.
id
- the new idpublic String getType()
Gets the type.
public Class<?> getTypeAsClass()
Gets the type as class.
public String getUnqualifiedType()
Gets the unqualified type.
public void setType(String type)
Sets the type.
type
- the new typepublic 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 String getBusinessName()
Gets the business name.
public void setBusinessName(String businessName)
Sets the business name.
businessName
- the new business namepublic String getDescription()
Gets the description.
getDescription
in interface Describable
public void setDescription(String description)
Sets the description.
description
- the new descriptionpublic VocabularyDomain getParent()
Gets the parent.
public void setParent(VocabularyDomain parent)
Sets the parent.
parent
- the new parentpublic VocabularyDomain getRoot()
Gets the root.
public void setRoot(VocabularyDomain root)
Sets the root.
root
- the new rootpublic boolean isRootType()
Checks if is root type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |