|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
Interface representing a Preferences
node.
Method Summary | |
---|---|
java.sql.Timestamp |
getCreationDate()
Getter for creation date. |
java.lang.String |
getFullPath()
Getter for the full path. |
java.sql.Timestamp |
getModifiedDate()
Getter for the modified date. |
long |
getNodeId()
Getter for the node id. |
java.util.Collection |
getNodeKeys()
Getter for the keys associated to a specific nodes. |
java.lang.String |
getNodeName()
Getter for the node name. |
java.util.Collection |
getNodeProperties()
Getter for the node properties. |
int |
getNodeType()
Getter for the node type. |
java.lang.Long |
getParentNodeId()
Getter for the parent node id. |
void |
setCreationDate(java.sql.Timestamp creationDate)
Setter for the creation date. |
void |
setFullPath(java.lang.String fullPath)
Setter for the full path. |
void |
setModifiedDate(java.sql.Timestamp modifiedDate)
Setter for the modified date. |
void |
setNodeId(long nodeId)
Setter for the node id. |
void |
setNodeKeys(java.util.Collection nodeKeys)
Setter for the keys associated to a specific nodes. |
void |
setNodeName(java.lang.String nodeName)
Setter for the node name. |
void |
setNodeProperties(java.util.Collection nodeProperties)
Setter for the node properties. |
void |
setNodeType(int nodeType)
Setter for the node type. |
void |
setParentNodeId(java.lang.Long parentNodeId)
Setter for the parent node id. |
Method Detail |
---|
long getNodeId()
Getter for the node id.
void setNodeId(long nodeId)
Setter for the node id.
nodeId
- The node id.java.lang.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.
void setParentNodeId(java.lang.Long parentNodeId)
Setter for the parent node id.
parentNodeId
- The parent node id.java.util.Collection getNodeProperties()
Getter for the node properties.
void setNodeProperties(java.util.Collection nodeProperties)
Setter for the node properties.
properties
- The node properties.java.util.Collection getNodeKeys()
Getter for the keys associated to a specific nodes.
void setNodeKeys(java.util.Collection nodeKeys)
Setter for the keys associated to a specific nodes.
nodeKeys
- The node keys.java.lang.String getNodeName()
Getter for the node name.
void setNodeName(java.lang.String nodeName)
Setter for the node name.
nodeName
- The node name.int getNodeType()
Getter for the node type.
void setNodeType(int nodeType)
Setter for the node type.
nodeType
- The node type.java.lang.String getFullPath()
Getter for the full path.
void setFullPath(java.lang.String fullPath)
Setter for the full path.
fullPath
- The full path.java.sql.Timestamp getCreationDate()
Getter for creation date.
void setCreationDate(java.sql.Timestamp creationDate)
Setter for the creation date.
creationDate
- The creation date.java.sql.Timestamp getModifiedDate()
Getter for the modified date.
void setModifiedDate(java.sql.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 |