| org.apache.jetspeed.prefs.om.Node
All known Subclasses: org.apache.jetspeed.prefs.impl.NodeImplProxy, org.apache.jetspeed.prefs.om.impl.NodeImpl,
getCreationDate | Timestamp getCreationDate()(Code) | | Getter for creation date.
The creation date. |
getFullPath | String getFullPath()(Code) | | Getter for the full path.
The full path. |
getModifiedDate | Timestamp getModifiedDate()(Code) | | Getter for the modified date.
The modified date. |
getNodeId | long getNodeId()(Code) | | Getter for the node id.
The node id. |
getNodeKeys | Collection getNodeKeys()(Code) | | Getter for the keys associated to a specific nodes.
The node keys. |
getNodeName | String getNodeName()(Code) | | Getter for the node name.
The node name. |
getNodeProperties | Collection getNodeProperties()(Code) | | Getter for the node properties.
The node properties. |
getNodeType | int getNodeType()(Code) | | Getter for the node type.
The node type. |
getParentNodeId | Long getParentNodeId()(Code) | | Getter for the parent node id.
Passed as an Integer to be able to pass null if no parent
is associated to a node.
The parent node id. |
setCreationDate | void setCreationDate(Timestamp creationDate)(Code) | | Setter for the creation date.
Parameters: creationDate - The creation date. |
setFullPath | void setFullPath(String fullPath)(Code) | | Setter for the full path.
Parameters: fullPath - The full path. |
setModifiedDate | void setModifiedDate(Timestamp modifiedDate)(Code) | | Setter for the modified date.
Parameters: modifiedDate - The modified date. |
setNodeId | void setNodeId(long nodeId)(Code) | | Setter for the node id.
Parameters: nodeId - The node id. |
setNodeKeys | void setNodeKeys(Collection nodeKeys)(Code) | | Setter for the keys associated to a specific nodes.
Parameters: nodeKeys - The node keys. |
setNodeName | void setNodeName(String nodeName)(Code) | | Setter for the node name.
Parameters: nodeName - The node name. |
setNodeProperties | void setNodeProperties(Collection nodeProperties)(Code) | | Setter for the node properties.
Parameters: properties - The node properties. |
setNodeType | void setNodeType(int nodeType)(Code) | | Setter for the node type.
Parameters: nodeType - The node type. |
setParentNodeId | void setParentNodeId(Long parentNodeId)(Code) | | Setter for the parent node id.
Parameters: parentNodeId - The parent node id. |
|
|