SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.view
Class ViewLabel

java.lang.Object
  |
  +--org.sourcejammer.project.view.ViewLabel
All Implemented Interfaces:
Node

public class ViewLabel
extends java.lang.Object
implements Node

Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:


Constructor Summary
ViewLabel()
           
 
Method Summary
 int childCount()
          Returns number of files that are part of this label.
 SJDate getCreatedDate()
           
 java.lang.String getDescription()
           
 java.lang.String getNodeName()
          Returns the name of the node.
 NodeName getNodeNameObject()
           
 java.lang.String getSJPathToRootProject()
           
 long getUniqueID()
          Returns unique ID of this node.
 boolean isShared()
          Always returns false.
 void setChildCount(int i)
           
 void setCreatedDate(SJDate d)
           
 void setDescription(java.lang.String s)
           
 void setNodeName(java.lang.String s)
           
 void setNodeNameObject(NodeName nd)
           
 void setSJPathToRootProject(java.lang.String s)
           
 void setUniqueID(long l)
           
 java.lang.String toString()
          Just outputs the description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewLabel

public ViewLabel()
Method Detail

getNodeNameObject

public NodeName getNodeNameObject()

setNodeNameObject

public void setNodeNameObject(NodeName nd)

getNodeName

public java.lang.String getNodeName()
Description copied from interface: Node
Returns the name of the node.
Specified by:
getNodeName in interface Node

setNodeName

public void setNodeName(java.lang.String s)

setDescription

public void setDescription(java.lang.String s)

getDescription

public java.lang.String getDescription()

setCreatedDate

public void setCreatedDate(SJDate d)

getCreatedDate

public SJDate getCreatedDate()

isShared

public boolean isShared()
Always returns false. Has no meaning in this class.
Specified by:
isShared in interface Node

childCount

public int childCount()
Returns number of files that are part of this label.
Specified by:
childCount in interface Node

setChildCount

public void setChildCount(int i)

setSJPathToRootProject

public void setSJPathToRootProject(java.lang.String s)

getSJPathToRootProject

public java.lang.String getSJPathToRootProject()

setUniqueID

public void setUniqueID(long l)

getUniqueID

public long getUniqueID()
Description copied from interface: Node
Returns unique ID of this node.
Specified by:
getUniqueID in interface Node

toString

public java.lang.String toString()
Just outputs the description
Overrides:
toString in class java.lang.Object

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan