|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.pdc.web.PdcValueEntity
public abstract class PdcValueEntity
A value in the classification plan (named PdC). It is the base class of the different representations of a value in the PdC according to its use (a value in a position of a resource on the PdC, a value of a PdC axis, ...).
| Constructor Summary | |
|---|---|
protected |
PdcValueEntity()
|
protected |
PdcValueEntity(String id,
int axisId)
|
| Method Summary | |
|---|---|
boolean |
belongToATree()
Is this value is a node in an hierachical semantic tree? |
boolean |
equals(Object obj)
|
int |
getAxisId()
Gets the unique identifier of the PdC's axis related by this value. |
String |
getId()
Gets the identifier of this value. |
List<String> |
getSynonyms()
Gets the synonyms of this value according to a given thesaurus. |
String |
getTermId()
Gets the unique identifier of the term of this value. |
String |
getTreeId()
Gets the unique identifier of the tree to which this value belongs. |
int |
hashCode()
|
protected void |
setSynonyms(Collection<String> synonyms)
|
protected void |
setTreeId(String treeId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PdcValueEntity()
protected PdcValueEntity(String id,
int axisId)
| Method Detail |
|---|
public String getId()
public String getTermId()
public int getAxisId()
public String getTreeId()
public boolean belongToATree()
public List<String> getSynonyms()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectprotected void setTreeId(String treeId)
protected void setSynonyms(Collection<String> synonyms)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||