|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourcejammer.project.view.ViewNode
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
Constructor Summary | |
ViewNode()
|
Method Summary | |
abstract int |
childCount()
Returns count of number of child of this Node. |
SJDate |
getCreatedDate()
Returns the date the Node was added to the archive. |
java.lang.String |
getNodeName()
Returns the name of the node. |
long |
getParentID()
|
long |
getUniqueID()
Returns the unique ID of the underlying node on the server. |
boolean |
isShared()
Returns true if the Node is shared to another location in the archive. |
void |
setCreatedDate(SJDate d)
|
void |
setNodeName(java.lang.String s)
|
void |
setParentID(long l)
Provided for convenience of client. |
void |
setShared(boolean b)
|
void |
setUniqueID(long l)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ViewNode()
Method Detail |
public java.lang.String getNodeName()
public void setNodeName(java.lang.String s)
public SJDate getCreatedDate()
public void setCreatedDate(SJDate d)
public boolean isShared()
public void setShared(boolean b)
public abstract int childCount()
public long getUniqueID()
public void setUniqueID(long l)
public long getParentID()
public void setParentID(long l)
|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |