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:

Version:
$Revision: 1.3 $
Author:
Robert MacGrogan

Field Summary
private  SJDate mdCreatedDate
           
private  int miChildCount
           
private  long mlUniqueID
           
private  NodeName moNodeNameObject
           
private  java.lang.String msDescription
           
private  java.lang.String msLabelName
           
private  java.lang.String msSJPathToRootProject
           
 
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
 

Field Detail

msLabelName

private java.lang.String msLabelName

msDescription

private java.lang.String msDescription

mdCreatedDate

private SJDate mdCreatedDate

miChildCount

private int miChildCount

msSJPathToRootProject

private java.lang.String msSJPathToRootProject

moNodeNameObject

private NodeName moNodeNameObject

mlUniqueID

private long mlUniqueID
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


Copyright © 2003 Soucejammer project.