com.softwareag.centrasite.appl.framework.data
Class CSAppConceptRef

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.data.CSAppConceptRef

public class CSAppConceptRef
extends java.lang.Object

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

CSAppConceptRef

public 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.


CSAppConceptRef

public CSAppConceptRef(CSAppConceptRef pParent,
                       java.lang.String pValue)
Creates a new instance, which has the given parent concept, and the given value.

Method Detail

getValue

public java.lang.String getValue()
Returns the concepts value.


getPath

public java.lang.String getPath()
Returns the concepts path, excluding the classification scheme.


getAppPath

public java.lang.String getAppPath()
Returns the concepts path, including the classification scheme.


getParent

public CSAppConceptRef getParent()
Returns the concepts parent concept.


getTaxonomy

public CSAppTaxonomyRef getTaxonomy()
Returns the concepts classification scheme.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object