|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.persistence.SilverpeasBean
com.stratelia.silverpeas.treeManager.model.TreeNodePersistence
public class TreeNodePersistence
Class declaration
Constructor Summary | |
---|---|
TreeNodePersistence()
Constructor declaration |
|
TreeNodePersistence(String id,
String treeId,
String name,
String description,
String creationDate,
String creatorId,
String path,
int levelNumber,
int orderNumber,
String fatherId)
Constructor declaration |
|
TreeNodePersistence(String id,
String treeId,
String name,
String description,
String creationDate,
String creatorId,
String path,
int levelNumber,
int orderNumber,
String fatherId,
String lang)
|
|
TreeNodePersistence(TreeNode node)
|
|
TreeNodePersistence(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 |
getDescription()
Method declaration |
String |
getFatherId()
Method declaration |
String |
getLang()
|
int |
getLevelNumber()
Method declaration |
String |
getName()
Method declaration |
int |
getOrderNumber()
Method declaration |
String |
getPath()
Method declaration |
String |
getTreeId()
|
void |
setCreationDate(String date)
Method declaration |
void |
setCreatorId(String creatorId)
Method declaration |
void |
setDescription(String description)
|
void |
setFatherId(String fatherId)
Method declaration |
void |
setLang(String lang)
|
void |
setLevelNumber(int levelNumber)
Method declaration |
void |
setName(String name)
|
void |
setOrderNumber(int orderNumber)
Method declaration |
void |
setPath(String path)
Method declaration |
void |
setTreeId(String treeId)
|
String |
toString()
Method declaration |
Methods inherited from class com.stratelia.webactiv.persistence.SilverpeasBean |
---|
_getDatasourceName, _getJdbcData, _getTableName, getPK, getSureString, setPK |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TreeNodePersistence()
public TreeNodePersistence(TreeNode node)
public TreeNodePersistence(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 TreeNodePersistence(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 TreeNodePersistence(String id, String treeId, String name, String description, String creationDate, String creatorId, String path, int levelNumber, int orderNumber, String fatherId, String lang)
Method Detail |
---|
public String getTreeId()
public void setTreeId(String treeId)
public String getName()
public String getDescription()
public String getCreationDate()
public String getCreatorId()
public String getPath()
public int getLevelNumber()
public int getOrderNumber()
public String getFatherId()
public void setName(String name)
public void setDescription(String description)
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)
levelNumber
-
public String getLang()
public void setLang(String lang)
public String toString()
toString
in class Object
public int _getConnectionType()
_getConnectionType
in interface SilverpeasBeanIntf
_getConnectionType
in class SilverpeasBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |