|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing a Preferences
node.
Method Summary | |
Timestamp |
getCreationDate()
Getter for creation date. |
String |
getFullPath()
Getter for the full path. |
Timestamp |
getModifiedDate()
Getter for the modified date. |
long |
getNodeId()
Getter for the node id. |
Collection |
getNodeKeys()
Getter for the keys associated to a specific nodes. |
String |
getNodeName()
Getter for the node name. |
Collection |
getNodeProperties()
Getter for the node properties. |
int |
getNodeType()
Getter for the node type. |
Long |
getParentNodeId()
Getter for the parent node id. |
void |
setCreationDate(Timestamp creationDate)
Setter for the creation date. |
void |
setFullPath(String fullPath)
Setter for the full path. |
void |
setModifiedDate(Timestamp modifiedDate)
Setter for the modified date. |
void |
setNodeId(long nodeId)
Setter for the node id. |
void |
setNodeKeys(Collection nodeKeys)
Setter for the keys associated to a specific nodes. |
void |
setNodeName(String nodeName)
Setter for the node name. |
void |
setNodeProperties(Collection nodeProperties)
Setter for the node properties. |
void |
setNodeType(int nodeType)
Setter for the node type. |
void |
setParentNodeId(Long parentNodeId)
Setter for the parent node id. |
Method Detail |
public long getNodeId()
Getter for the node id.
public void setNodeId(long nodeId)
Setter for the node id.
nodeId
- The node id.public Long getParentNodeId()
Getter for the parent node id.
Passed as an Integer to be able to pass null if no parent is associated to a node.
public void setParentNodeId(Long parentNodeId)
Setter for the parent node id.
parentNodeId
- The parent node id.public Collection getNodeProperties()
Getter for the node properties.
public void setNodeProperties(Collection nodeProperties)
Setter for the node properties.
public Collection getNodeKeys()
Getter for the keys associated to a specific nodes.
public void setNodeKeys(Collection nodeKeys)
Setter for the keys associated to a specific nodes.
nodeKeys
- The node keys.public String getNodeName()
Getter for the node name.
public void setNodeName(String nodeName)
Setter for the node name.
nodeName
- The node name.public int getNodeType()
Getter for the node type.
public void setNodeType(int nodeType)
Setter for the node type.
nodeType
- The node type.public String getFullPath()
Getter for the full path.
public void setFullPath(String fullPath)
Setter for the full path.
fullPath
- The full path.public Timestamp getCreationDate()
Getter for creation date.
public void setCreationDate(Timestamp creationDate)
Setter for the creation date.
creationDate
- The creation date.public Timestamp getModifiedDate()
Getter for the modified date.
public void setModifiedDate(Timestamp modifiedDate)
Setter for the modified date.
modifiedDate
- The modified date.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |