org.sourcejammer.server.event
Class ROProjectImpl

java.lang.Object
  |
  +--org.sourcejammer.server.event.ROProjectImpl
All Implemented Interfaces:
ROProject

public class ROProjectImpl
extends java.lang.Object
implements ROProject

Title: $FileName: ROProjectImpl.java$

Version:
$VerNum: 2$
Author:
$AuthorName: Rob MacGrogan$

$Description: $
$KeyWordsOff: $

Field Summary
private  org.sourcejammer.project.NodeList children
           
private  java.util.Date createdDate
           
private  java.lang.String nodeName
           
private  long parent
           
private  long uniqueID
           
 
Constructor Summary
ROProjectImpl()
           
 
Method Summary
 org.sourcejammer.project.NodeList getChildren()
          Returns the children.
 java.util.Date getCreatedDate()
          Returns the createdDate.
 java.lang.String getNodeName()
          Returns the nodeName.
 long getParent()
          Returns the parent.
 long getUniqueID()
          Returns the uniqueID.
 void setChildren(org.sourcejammer.project.NodeList children)
          Sets the children.
 void setCreatedDate(java.util.Date createdDate)
          Sets the createdDate.
 void setNodeName(java.lang.String nodeName)
          Sets the nodeName.
 void setParent(long parent)
          Sets the parent.
 void setUniqueID(long uniqueID)
          Sets the uniqueID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uniqueID

private long uniqueID

nodeName

private java.lang.String nodeName

createdDate

private java.util.Date createdDate

parent

private long parent

children

private org.sourcejammer.project.NodeList children
Constructor Detail

ROProjectImpl

public ROProjectImpl()
Method Detail

getChildren

public org.sourcejammer.project.NodeList getChildren()
Returns the children.

Specified by:
getChildren in interface ROProject
Returns:
NodeList

getCreatedDate

public java.util.Date getCreatedDate()
Returns the createdDate.

Specified by:
getCreatedDate in interface ROProject
Returns:
Date

getNodeName

public java.lang.String getNodeName()
Returns the nodeName.

Specified by:
getNodeName in interface ROProject
Returns:
String

getParent

public long getParent()
Returns the parent.

Specified by:
getParent in interface ROProject
Returns:
long

getUniqueID

public long getUniqueID()
Returns the uniqueID.

Specified by:
getUniqueID in interface ROProject
Returns:
long

setChildren

public void setChildren(org.sourcejammer.project.NodeList children)
Sets the children.

Parameters:
children - The children to set

setCreatedDate

public void setCreatedDate(java.util.Date createdDate)
Sets the createdDate.

Parameters:
createdDate - The createdDate to set

setNodeName

public void setNodeName(java.lang.String nodeName)
Sets the nodeName.

Parameters:
nodeName - The nodeName to set

setParent

public void setParent(long parent)
Sets the parent.

Parameters:
parent - The parent to set

setUniqueID

public void setUniqueID(long uniqueID)
Sets the uniqueID.

Parameters:
uniqueID - The uniqueID to set


Copyright © 2003 Soucejammer project.