|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.prefs.impl.NodeImplProxy
public class NodeImplProxy
Constructor Summary | |
---|---|
NodeImplProxy(Node node)
|
Method Summary | |
---|---|
protected java.lang.Object |
clone()
|
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. |
Node |
getNode()
|
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. |
protected void |
invalidate()
|
protected void |
reset()
|
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 |
setNode(Node node)
|
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. |
static void |
setProvider(PersistenceBrokerPreferencesProvider p)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeImplProxy(Node node)
Method Detail |
---|
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public java.sql.Timestamp getCreationDate()
Node
Getter for creation date.
getCreationDate
in interface Node
public java.lang.String getFullPath()
Node
Getter for the full path.
getFullPath
in interface Node
public java.sql.Timestamp getModifiedDate()
Node
Getter for the modified date.
getModifiedDate
in interface Node
public long getNodeId()
Node
Getter for the node id.
getNodeId
in interface Node
public java.util.Collection getNodeKeys()
Node
Getter for the keys associated to a specific nodes.
getNodeKeys
in interface Node
public java.lang.String getNodeName()
Node
Getter for the node name.
getNodeName
in interface Node
public java.util.Collection getNodeProperties()
Node
Getter for the node properties.
getNodeProperties
in interface Node
public int getNodeType()
Node
Getter for the node type.
getNodeType
in interface Node
public java.lang.Long getParentNodeId()
Node
Getter for the parent node id.
Passed as an Integer to be able to pass null if no parent is associated to a node.
getParentNodeId
in interface Node
public void setCreationDate(java.sql.Timestamp creationDate)
Node
Setter for the creation date.
setCreationDate
in interface Node
creationDate
- The creation date.public void setFullPath(java.lang.String fullPath)
Node
Setter for the full path.
setFullPath
in interface Node
fullPath
- The full path.public void setModifiedDate(java.sql.Timestamp modifiedDate)
Node
Setter for the modified date.
setModifiedDate
in interface Node
modifiedDate
- The modified date.public void setNodeId(long nodeId)
Node
Setter for the node id.
setNodeId
in interface Node
nodeId
- The node id.public void setNodeKeys(java.util.Collection nodeKeys)
Node
Setter for the keys associated to a specific nodes.
setNodeKeys
in interface Node
nodeKeys
- The node keys.public void setNodeName(java.lang.String nodeName)
Node
Setter for the node name.
setNodeName
in interface Node
nodeName
- The node name.public void setNodeProperties(java.util.Collection nodeProperties)
Node
Setter for the node properties.
setNodeProperties
in interface Node
public void setNodeType(int nodeType)
Node
Setter for the node type.
setNodeType
in interface Node
nodeType
- The node type.public void setParentNodeId(java.lang.Long parentNodeId)
Node
Setter for the parent node id.
setParentNodeId
in interface Node
parentNodeId
- The parent node id.public static void setProvider(PersistenceBrokerPreferencesProvider p)
public Node getNode()
protected void invalidate()
public void setNode(Node node)
protected void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |