|
||||||||||
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 | |
---|---|
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 |
---|
long getNodeId()
Getter for the node id.
void setNodeId(long nodeId)
Setter for the node id.
nodeId
- The node id.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(Long parentNodeId)
Setter for the parent node id.
parentNodeId
- The parent node id.Collection getNodeProperties()
Getter for the node properties.
void setNodeProperties(Collection nodeProperties)
Setter for the node properties.
properties
- The node properties.Collection getNodeKeys()
Getter for the keys associated to a specific nodes.
void setNodeKeys(Collection nodeKeys)
Setter for the keys associated to a specific nodes.
nodeKeys
- The node keys.String getNodeName()
Getter for the node name.
void setNodeName(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.String getFullPath()
Getter for the full path.
void setFullPath(String fullPath)
Setter for the full path.
fullPath
- The full path.Timestamp getCreationDate()
Getter for creation date.
void setCreationDate(Timestamp creationDate)
Setter for the creation date.
creationDate
- The creation date.Timestamp getModifiedDate()
Getter for the modified date.
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 |