|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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:
| Field Summary | |
private boolean |
mbShared
|
private SJDate |
mdCreatedDate
|
private long |
mlParentID
|
private long |
mlUniqueID
|
private java.lang.String |
msName
|
| 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 |
| Field Detail |
private SJDate mdCreatedDate
private boolean mbShared
private long mlUniqueID
private java.lang.String msName
private long mlParentID
| Constructor Detail |
public ViewNode()
| Method Detail |
public java.lang.String getNodeName()
Node
getNodeName in interface Nodepublic void setNodeName(java.lang.String s)
public SJDate getCreatedDate()
public void setCreatedDate(SJDate d)
public boolean isShared()
isShared in interface Nodepublic void setShared(boolean b)
public abstract int childCount()
childCount in interface Nodepublic long getUniqueID()
getUniqueID in interface Nodepublic void setUniqueID(long l)
public long getParentID()
public void setParentID(long l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||