|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.util.i18n.AbstractI18NBean<TreeNodeI18N>
com.stratelia.silverpeas.treeManager.model.TreeNode
public class TreeNode
Class declaration
Constructor Summary | |
---|---|
TreeNode()
Constructor declaration |
|
TreeNode(String id,
String treeId,
String name,
String description,
String creationDate,
String creatorId,
String path,
int levelNumber,
int orderNumber,
String fatherId)
Constructor declaration |
|
TreeNode(TreeNodePersistence persistence)
|
|
TreeNode(TreeNodePK pk,
String treeId,
String name,
String description,
String creationDate,
String creatorId,
String path,
int levelNumber,
int orderNumber,
String fatherId)
Constructor declaration |
Method Summary | |
---|---|
int |
_getConnectionType()
determine the connection type to the database |
String |
getCreationDate()
Method declaration |
String |
getCreatorId()
Method declaration |
String |
getFatherId()
Method declaration |
int |
getLevelNumber()
Method declaration |
int |
getOrderNumber()
Method declaration |
String |
getPath()
Method declaration |
WAPrimaryKey |
getPK()
|
String |
getTreeId()
|
boolean |
hasFather()
|
void |
setCreationDate(String date)
Method declaration |
void |
setCreatorId(String creatorId)
Method declaration |
void |
setFatherId(String fatherId)
Method declaration |
void |
setLevelNumber(int levelNumber)
Method declaration |
void |
setOrderNumber(int orderNumber)
Method declaration |
void |
setPath(String path)
Method declaration |
void |
setPK(WAPrimaryKey value)
|
void |
setTranslationsFrom(Map<String,AxisHeaderI18N> translations)
|
void |
setTreeId(String treeId)
|
String |
toString()
Method declaration |
Methods inherited from class com.silverpeas.util.i18n.AbstractI18NBean |
---|
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations, setTranslations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TreeNode()
public TreeNode(TreeNodePK pk, String treeId, String name, String description, String creationDate, String creatorId, String path, int levelNumber, int orderNumber, String fatherId)
pk
- name
- description
- creationDate
- creatorId
- path
- levelNumber
- fatherId
-
public TreeNode(String id, String treeId, String name, String description, String creationDate, String creatorId, String path, int levelNumber, int orderNumber, String fatherId)
id
- name
- description
- creationDate
- creatorId
- path
- levelNumber
- fatherId
-
public TreeNode(TreeNodePersistence persistence)
Method Detail |
---|
public WAPrimaryKey getPK()
public void setPK(WAPrimaryKey value)
public String getTreeId()
public void setTreeId(String treeId)
public String getCreationDate()
public String getCreatorId()
public String getPath()
public int getLevelNumber()
public int getOrderNumber()
public String getFatherId()
public boolean hasFather()
public void setCreationDate(String date)
date
-
public void setCreatorId(String creatorId)
creatorId
-
public void setFatherId(String fatherId)
fatherId
-
public void setPath(String path)
path
-
public void setLevelNumber(int levelNumber)
levelNumber
-
public void setOrderNumber(int orderNumber)
orderNumber
-
public String toString()
toString
in class Object
public int _getConnectionType()
public void setTranslationsFrom(Map<String,AxisHeaderI18N> translations)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |