|
||||||||||
| 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.Objectjava.lang.CloneNotSupportedExceptionpublic java.sql.Timestamp getCreationDate()
NodeGetter for creation date.
getCreationDate in interface Nodepublic java.lang.String getFullPath()
NodeGetter for the full path.
getFullPath in interface Nodepublic java.sql.Timestamp getModifiedDate()
NodeGetter for the modified date.
getModifiedDate in interface Nodepublic long getNodeId()
NodeGetter for the node id.
getNodeId in interface Nodepublic java.util.Collection getNodeKeys()
NodeGetter for the keys associated to a specific nodes.
getNodeKeys in interface Nodepublic java.lang.String getNodeName()
NodeGetter for the node name.
getNodeName in interface Nodepublic java.util.Collection getNodeProperties()
NodeGetter for the node properties.
getNodeProperties in interface Nodepublic int getNodeType()
NodeGetter for the node type.
getNodeType in interface Nodepublic java.lang.Long getParentNodeId()
NodeGetter 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 Nodepublic void setCreationDate(java.sql.Timestamp creationDate)
NodeSetter for the creation date.
setCreationDate in interface NodecreationDate - The creation date.public void setFullPath(java.lang.String fullPath)
NodeSetter for the full path.
setFullPath in interface NodefullPath - The full path.public void setModifiedDate(java.sql.Timestamp modifiedDate)
NodeSetter for the modified date.
setModifiedDate in interface NodemodifiedDate - The modified date.public void setNodeId(long nodeId)
NodeSetter for the node id.
setNodeId in interface NodenodeId - The node id.public void setNodeKeys(java.util.Collection nodeKeys)
NodeSetter for the keys associated to a specific nodes.
setNodeKeys in interface NodenodeKeys - The node keys.public void setNodeName(java.lang.String nodeName)
NodeSetter for the node name.
setNodeName in interface NodenodeName - The node name.public void setNodeProperties(java.util.Collection nodeProperties)
NodeSetter for the node properties.
setNodeProperties in interface Nodepublic void setNodeType(int nodeType)
NodeSetter for the node type.
setNodeType in interface NodenodeType - The node type.public void setParentNodeId(java.lang.Long parentNodeId)
NodeSetter for the parent node id.
setParentNodeId in interface NodeparentNodeId - 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 | |||||||||