|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
public class ConceptImpl
Constructor Summary | |
---|---|
ConceptImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.util.Collection<Concept> |
getChildrenConcepts()
Gets all immediate children Concepts. |
ClassificationScheme |
getClassificationScheme()
Gets the ClassificationScheme that this Concept is a descendent of. |
java.util.Collection<Concept> |
getDescendantConcepts()
Gets all descendant Concepts. |
RegistryBean |
getParent()
Gets the parent Concept or ClassificationScheme for this object |
Concept |
getParentConcept()
Gets the parent Concept or null if parent is a ClassificationScheme. |
java.lang.String |
getPath()
Gets the canonical path representation for this Concept. |
java.lang.String |
getValue()
Gets the value (usually a code in a taxonomy) associated with this Concept. |
int |
hashCode()
|
void |
setChildrenConcepts(java.util.Collection<Concept> childrenConcepts)
Sets immediate children Concepts. |
void |
setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this Concept |
void |
setDescendantConcepts(java.util.Collection<Concept> descendantConcepts)
Sets the descendant Concepts |
void |
setParent(RegistryBean parent)
Sets the parent of this Concept |
void |
setParentConcept(Concept parentConcept)
Sets the Parent Concept for this Concept |
void |
setPath(java.lang.String path)
Sets the canonical path representation for this Concept. |
void |
setValue(java.lang.String value)
Sets the value (usually a taxonomy value) associated with this Concept. |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean |
---|
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Constructor Detail |
---|
public ConceptImpl()
Method Detail |
---|
public RegistryBean getParent()
getParent
in interface Concept
public void setParent(RegistryBean parent)
parent
- public Concept getParentConcept()
getParentConcept
in interface Concept
public void setParentConcept(Concept parentConcept)
parentConcept
- public java.lang.String getPath()
getPath
in interface Concept
public void setPath(java.lang.String path)
path
- public java.util.Collection<Concept> getChildrenConcepts()
getChildrenConcepts
in interface Concept
public void setChildrenConcepts(java.util.Collection<Concept> childrenConcepts)
setChildrenConcepts
in interface Concept
public ClassificationScheme getClassificationScheme()
getClassificationScheme
in interface Concept
public void setClassificationScheme(ClassificationScheme classificationScheme)
classificationScheme
- public java.util.Collection<Concept> getDescendantConcepts()
getDescendantConcepts
in interface Concept
public void setDescendantConcepts(java.util.Collection<Concept> descendantConcepts)
descendantConcepts
- public java.lang.String getValue()
getValue
in interface Concept
public void setValue(java.lang.String value)
setValue
in interface Concept
public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |