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

org.sourcejammer.project.controller
Class LabelInfo

java.lang.Object
  |
  +--org.sourcejammer.project.controller.LabelInfo
All Implemented Interfaces:
Node
Direct Known Subclasses:
FileSysLabel, Label

public class LabelInfo
extends java.lang.Object
implements Node

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


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

Constructor Detail

LabelInfo

public LabelInfo()
Method Detail

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

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(java.util.Date d)

getCreatedDate

public java.util.Date 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()

setRootProjectUniqueID

public void setRootProjectUniqueID(long l)

getRootProjectUniqueID

public long getRootProjectUniqueID()

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