public class CSAppConceptRef
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
public CSAppConceptRef(CSAppTaxonomyRef pTaxonomy, java.lang.String pValue)
pTaxonomy
- the concepts classification scheme.pValue
- the concepts value.public CSAppConceptRef(CSAppConceptRef pParent, java.lang.String pValue)
pParent
- the concepts parent concept.pValue
- the concepts value.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