net.sf.panoptes.model.node
Class NodeDescriptor

java.lang.Object
  |
  +--net.sf.panoptes.model.node.NodeDescriptor

public final class NodeDescriptor
extends java.lang.Object

NodeDescriptor.java Wrapper class for the name and description of a Node

Version:
0.1
Author:
See Also:
Node

Constructor Summary
NodeDescriptor()
           
NodeDescriptor(java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description
 java.lang.String getName()
          Gets the name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDescriptor

public NodeDescriptor()

NodeDescriptor

public NodeDescriptor(java.lang.String name,
                      java.lang.String description)
Method Detail

getName

public java.lang.String getName()
Gets the name

Returns:
String the name

getDescription

public java.lang.String getDescription()
Gets the description

Returns:
String the description


Copyright © 2003 . All Rights Reserved.