Class Value
- java.lang.Object
-
- org.silverpeas.core.i18n.AbstractI18NBean<TreeNodeI18N>
-
- org.silverpeas.core.pdc.tree.model.TreeNode
-
- org.silverpeas.core.pdc.pdc.model.Value
-
- All Implemented Interfaces:
Serializable
,I18NBean<TreeNodeI18N>
,Translatable
,Nameable
public class Value extends TreeNode implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Value()
Value(String id, String treeId, String name, String creationDate, String creatorId, String path, int level, int order, String fatherId)
Value(String id, String treeId, String name, String description, String creationDate, String creatorId, String path, int level, int order, String fatherId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAxisId()
String
getFullPath()
String
getMotherId()
Returns the id of the mother valueint
getNbObjects()
List<Value>
getPathValues()
protected Class<TreeNodeI18N>
getTranslationType()
ValuePK
getValuePK()
int
hashCode()
void
setAxisId(int axisId)
void
setNbObjects(int nbObjects)
void
setPathValues(List<Value> pathValues)
void
setValuePK(ValuePK pk)
String
toString()
-
Methods inherited from class org.silverpeas.core.pdc.tree.model.TreeNode
getCreationDate, getCreatorId, getFatherId, getLevelNumber, getOrderNumber, getPath, getPK, getTreeId, hasFather, setCreationDate, setCreatorId, setFatherId, setLevelNumber, setOrderNumber, setPath, setPK, setTranslationsFrom, setTreeId
-
Methods inherited from class org.silverpeas.core.i18n.AbstractI18NBean
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations
-
-
-
-
Method Detail
-
getTranslationType
protected Class<TreeNodeI18N> getTranslationType()
- Overrides:
getTranslationType
in classTreeNode
-
setValuePK
public final void setValuePK(ValuePK pk)
-
getValuePK
public ValuePK getValuePK()
-
getMotherId
public String getMotherId()
Returns the id of the mother value- Returns:
- an id
-
getFullPath
public String getFullPath()
-
getNbObjects
public int getNbObjects()
-
setNbObjects
public void setNbObjects(int nbObjects)
-
setAxisId
public void setAxisId(int axisId)
-
getAxisId
public String getAxisId()
-
-