public class ConceptMutableBeanImpl extends ItemMutableBeanImpl implements ConceptMutableBean
Constructor and Description |
---|
ConceptMutableBeanImpl() |
ConceptMutableBeanImpl(ConceptBean bean) |
Modifier and Type | Method and Description |
---|---|
RepresentationMutableBean |
getCoreRepresentation() |
static ConceptMutableBean |
getInstance(java.lang.String id,
java.lang.String name)
Creates a new instance with an id and an english name
|
StructureReferenceBean |
getIsoConceptReference() |
java.lang.String |
getParentAgency() |
java.lang.String |
getParentConcept() |
boolean |
isStandAloneConcept() |
void |
setCoreRepresentation(RepresentationMutableBean coreRepresentation) |
void |
setIsoConceptReference(StructureReferenceBean isoConceptReference) |
void |
setParentAgency(java.lang.String parentAgency) |
void |
setParentConcept(java.lang.String parent) |
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri, setUrn
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
public ConceptMutableBeanImpl()
public ConceptMutableBeanImpl(ConceptBean bean)
public static ConceptMutableBean getInstance(java.lang.String id, java.lang.String name)
id
- name
- public void setParentConcept(java.lang.String parent)
setParentConcept
in interface ConceptMutableBean
public void setParentAgency(java.lang.String parentAgency)
setParentAgency
in interface ConceptMutableBean
public boolean isStandAloneConcept()
isStandAloneConcept
in interface ConceptBaseMutableBean
public RepresentationMutableBean getCoreRepresentation()
getCoreRepresentation
in interface ConceptMutableBean
public void setCoreRepresentation(RepresentationMutableBean coreRepresentation)
setCoreRepresentation
in interface ConceptMutableBean
public StructureReferenceBean getIsoConceptReference()
getIsoConceptReference
in interface ConceptMutableBean
public void setIsoConceptReference(StructureReferenceBean isoConceptReference)
setIsoConceptReference
in interface ConceptMutableBean
public java.lang.String getParentConcept()
getParentConcept
in interface ConceptMutableBean
public java.lang.String getParentAgency()
getParentAgency
in interface ConceptMutableBean