ca.quine.jcommons.freemind.xml
Class NodeItem

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.xml.NodeItem
All Implemented Interfaces:
Serializable

public class NodeItem
extends Object
implements Serializable

Class NodeItem.

Version:
$Revision: 1.1 $ $Date: 2007/12/01 16:33:27 $
See Also:
Serialized Form

Constructor Summary
NodeItem()
           
 
Method Summary
 Arrowlink getArrowlink()
          Returns the value of field 'arrowlink'.
 Object getChoiceValue()
          Returns the value of field 'choiceValue'.
 Cloud getCloud()
          Returns the value of field 'cloud'.
 Edge getEdge()
          Returns the value of field 'edge'.
 Font getFont()
          Returns the value of field 'font'.
 Hook getHook()
          Returns the value of field 'hook'.
 Icon getIcon()
          Returns the value of field 'icon'.
 Node getNode()
          Returns the value of field 'node'.
 Richcontent getRichcontent()
          Returns the value of field 'richcontent'.
 void setArrowlink(Arrowlink arrowlink)
          Sets the value of field 'arrowlink'.
 void setCloud(Cloud cloud)
          Sets the value of field 'cloud'.
 void setEdge(Edge edge)
          Sets the value of field 'edge'.
 void setFont(Font font)
          Sets the value of field 'font'.
 void setHook(Hook hook)
          Sets the value of field 'hook'.
 void setIcon(Icon icon)
          Sets the value of field 'icon'.
 void setNode(Node node)
          Sets the value of field 'node'.
 void setRichcontent(Richcontent richcontent)
          Sets the value of field 'richcontent'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeItem

public NodeItem()
Method Detail

getArrowlink

public Arrowlink getArrowlink()
Returns the value of field 'arrowlink'.

Returns:
Arrowlink

getChoiceValue

public Object getChoiceValue()
Returns the value of field 'choiceValue'. The field 'choiceValue' has the following description: Internal choice value storage

Returns:
Object

getCloud

public Cloud getCloud()
Returns the value of field 'cloud'.

Returns:
Cloud

getEdge

public Edge getEdge()
Returns the value of field 'edge'.

Returns:
Edge

getFont

public Font getFont()
Returns the value of field 'font'.

Returns:
Font

getHook

public Hook getHook()
Returns the value of field 'hook'.

Returns:
Hook

getIcon

public Icon getIcon()
Returns the value of field 'icon'.

Returns:
Icon

getNode

public Node getNode()
Returns the value of field 'node'.

Returns:
Node

getRichcontent

public Richcontent getRichcontent()
Returns the value of field 'richcontent'.

Returns:
Richcontent

setArrowlink

public void setArrowlink(Arrowlink arrowlink)
Sets the value of field 'arrowlink'.

Parameters:
arrowlink - the value of field 'arrowlink'.

setCloud

public void setCloud(Cloud cloud)
Sets the value of field 'cloud'.

Parameters:
cloud - the value of field 'cloud'.

setEdge

public void setEdge(Edge edge)
Sets the value of field 'edge'.

Parameters:
edge - the value of field 'edge'.

setFont

public void setFont(Font font)
Sets the value of field 'font'.

Parameters:
font - the value of field 'font'.

setHook

public void setHook(Hook hook)
Sets the value of field 'hook'.

Parameters:
hook - the value of field 'hook'.

setIcon

public void setIcon(Icon icon)
Sets the value of field 'icon'.

Parameters:
icon - the value of field 'icon'.

setNode

public void setNode(Node node)
Sets the value of field 'node'.

Parameters:
node - the value of field 'node'.

setRichcontent

public void setRichcontent(Richcontent richcontent)
Sets the value of field 'richcontent'.

Parameters:
richcontent - the value of field 'richcontent'.