se.cambio.cds.openehr.model.codedtext.vo
Class CodedTextVO
java.lang.Object
se.cambio.cds.openehr.model.facade.archetype.vo.PathableVO
se.cambio.cds.openehr.model.codedtext.vo.CodedTextVO
- All Implemented Interfaces:
- Serializable
public class CodedTextVO
- extends PathableVO
- See Also:
- Serialized Form
Methods inherited from class se.cambio.cds.openehr.model.facade.archetype.vo.PathableVO |
getDescription, getId, getIdArchetype, getIdParent, getIdTemplate, getLowerCardinality, getName, getPath, getRMType, getType, getUpperCardinality, setDescription, setIdArchetype, setIdParent, setIdTemplate, setLowerCardinality, setName, setPath, setType, setUpperCardinality |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodedTextVO
public CodedTextVO(String name,
String description,
String type,
String idParentCluster,
String idArchetype,
String idTemplate,
String path,
String terminology,
String code,
CodedTextVO parentCodedText)
getCode
public String getCode()
setCode
public void setCode(String code)
getTerminology
public String getTerminology()
setTerminology
public void setTerminology(String terminology)
getParentCodedText
public CodedTextVO getParentCodedText()
setParentCodedText
public void setParentCodedText(CodedTextVO parentCodedText)
Copyright © 2013 Cambio. All Rights Reserved.