gpl.fredy.generate
Class PanelTreeNodeObject

java.lang.Object
  extended by gpl.fredy.generate.PanelTreeNodeObject

public class PanelTreeNodeObject
extends java.lang.Object


Constructor Summary
PanelTreeNodeObject()
           
PanelTreeNodeObject(org.jdom.Element e)
           
PanelTreeNodeObject(org.jdom.Element e, org.jdom.Namespace n)
           
PanelTreeNodeObject(java.lang.String n)
           
 
Method Summary
 java.lang.String getBorder()
          Get the value of border.
 org.jdom.Element getElt()
          Get the value of elt.
 GridBagObject getGbc()
          Get the value of gbc.
 java.lang.String getName()
          Get the value of name.
 org.jdom.Namespace getNs()
          Get the value of ns.
 java.lang.String getTitle()
          Get the value of title.
 void setBorder(java.lang.String v)
          Set the value of border.
 void setElt(org.jdom.Element v)
          Set the value of elt.
 void setGbc(GridBagObject v)
          Set the value of gbc.
 void setName(java.lang.String v)
          Set the value of name.
 void setNs(org.jdom.Namespace v)
          Set the value of ns.
 void setTitle(java.lang.String v)
          Set the value of title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelTreeNodeObject

public PanelTreeNodeObject(org.jdom.Element e)

PanelTreeNodeObject

public PanelTreeNodeObject(org.jdom.Element e,
                           org.jdom.Namespace n)

PanelTreeNodeObject

public PanelTreeNodeObject()

PanelTreeNodeObject

public PanelTreeNodeObject(java.lang.String n)
Method Detail

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(java.lang.String v)
Set the value of name.

Parameters:
v - Value to assign to name.

getTitle

public java.lang.String getTitle()
Get the value of title.

Returns:
value of title.

setTitle

public void setTitle(java.lang.String v)
Set the value of title.

Parameters:
v - Value to assign to title.

getBorder

public java.lang.String getBorder()
Get the value of border.

Returns:
value of border.

setBorder

public void setBorder(java.lang.String v)
Set the value of border.

Parameters:
v - Value to assign to border.

getGbc

public GridBagObject getGbc()
Get the value of gbc.

Returns:
value of gbc.

setGbc

public void setGbc(GridBagObject v)
Set the value of gbc.

Parameters:
v - Value to assign to gbc.

getElt

public org.jdom.Element getElt()
Get the value of elt.

Returns:
value of elt.

setElt

public void setElt(org.jdom.Element v)
Set the value of elt.

Parameters:
v - Value to assign to elt.

getNs

public org.jdom.Namespace getNs()
Get the value of ns.

Returns:
value of ns.

setNs

public void setNs(org.jdom.Namespace v)
Set the value of ns.

Parameters:
v - Value to assign to ns.