|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.domain.CodedValue
public class CodedValue
A single term taken from a code system.
Constructor Summary | |
---|---|
CodedValue()
Instantiates a new coded value. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
Compare to. |
boolean |
equals(Object o)
|
List<CodedValue> |
getChildren()
Gets the children. |
String |
getCode()
Gets the code. |
CodeSystem |
getCodeSystem()
Gets the code system. |
Date |
getCreateDatetime()
Gets the creates the datetime. |
String |
getCreateUserId()
Gets the creates the user id. |
Map<String,String> |
getDescriptions()
Gets the descriptions. |
Long |
getId()
Gets the id. |
Date |
getLastUpdateDatetime()
Gets the last update datetime. |
List<CodedValue> |
getParents()
Gets the parents. |
int |
hashCode()
|
void |
setChildren(List<CodedValue> children)
Sets the children. |
void |
setCode(String code)
Sets the code. |
void |
setCodeSystem(CodeSystem system)
Sets the code system. |
void |
setCreateDatetime(Date createDatetime)
Sets the creates the datetime. |
void |
setCreateUserId(String createUserId)
Sets the creates the user id. |
void |
setDescriptions(Map<String,String> descriptions)
Sets the descriptions. |
void |
setId(Long id)
Sets the id. |
void |
setLastUpdateDatetime(Date lastUpdateDatetime)
Sets the last update datetime. |
void |
setParents(List<CodedValue> parents)
Sets the parents. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodedValue()
Instantiates a new coded value.
Method Detail |
---|
public Long getId()
Gets the id.
public void setId(Long id)
Sets the id.
id
- the new idpublic String getCode()
Gets the code.
public void setCode(String code)
Sets the code.
code
- the new codepublic CodeSystem getCodeSystem()
Gets the code system.
public void setCodeSystem(CodeSystem system)
Sets the code system.
system
- the new code systempublic 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 Date getCreateDatetime()
Gets the creates the datetime.
public void setCreateDatetime(Date createDatetime)
Sets the creates the datetime.
createDatetime
- the new creates the datetimepublic String getCreateUserId()
Gets the creates the user id.
public void setCreateUserId(String createUserId)
Sets the creates the user id.
createUserId
- the new creates the user idpublic Date getLastUpdateDatetime()
Gets the last update datetime.
public void setLastUpdateDatetime(Date lastUpdateDatetime)
Sets the last update datetime.
lastUpdateDatetime
- the new last update datetimepublic Map<String,String> getDescriptions()
Gets the descriptions.
public void setDescriptions(Map<String,String> descriptions)
Sets the descriptions.
descriptions
- the descriptionspublic List<CodedValue> getParents()
Gets the parents.
public void setParents(List<CodedValue> parents)
Sets the parents.
parents
- the new parentspublic List<CodedValue> getChildren()
Gets the children.
public void setChildren(List<CodedValue> children)
Sets the children.
children
- the new children
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |