|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.data.CSAppConceptRef
public class CSAppConceptRef
Instances of this class are used for looking app a concept.
Constructor Summary | |
---|---|
CSAppConceptRef(CSAppConceptRef pParent,
java.lang.String pValue)
Creates a new instance, which has the given parent concept, and the given value. |
|
CSAppConceptRef(CSAppTaxonomyRef pTaxonomy,
java.lang.String pValue)
Creates a new instance, which is a root object in the given classification scheme, and has the given value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAppPath()
Returns the concepts path, including the classification scheme. |
CSAppConceptRef |
getParent()
Returns the concepts parent concept. |
java.lang.String |
getPath()
Returns the concepts path, excluding the classification scheme. |
CSAppTaxonomyRef |
getTaxonomy()
Returns the concepts classification scheme. |
java.lang.String |
getValue()
Returns the concepts value. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CSAppConceptRef(CSAppTaxonomyRef pTaxonomy, java.lang.String pValue)
public CSAppConceptRef(CSAppConceptRef pParent, java.lang.String pValue)
Method Detail |
---|
public java.lang.String getValue()
public java.lang.String getPath()
public java.lang.String getAppPath()
public CSAppConceptRef getParent()
public CSAppTaxonomyRef getTaxonomy()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |