SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.view
Class Label

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

public class Label
extends java.lang.Object
implements Node

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


Constructor Summary
Label()
           
 
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.
 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 setSJPathToRootProject(java.lang.String s)
           
 void setUniqueID(long l)
          This is probably not relavent to this class, but .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label()
Method Detail

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)
This is probably not relavent to this class, but . . .

getUniqueID

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

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan