gpl.fredy.generate
Class ComponentTreeNodeObject

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

public class ComponentTreeNodeObject
extends java.lang.Object


Constructor Summary
ComponentTreeNodeObject()
           
ComponentTreeNodeObject(org.jdom.Element v)
           
 
Method Summary
 org.jdom.Element getElt()
          Get the value of elt.
 GridBagObject getGbc()
          Get the value of gbc.
 java.lang.String getGuiType()
          Get the value of guiType.
 GridBagObject getLabelGbc()
          Get the value of labelGbc.
 java.lang.String getName()
          Get the value of name.
 org.jdom.Namespace getNs()
          Get the value of ns.
 FieldTypeParameters getParameter()
          Get the value of parameter.
 java.lang.String getType()
          Get the value of type.
 void setElt(org.jdom.Element v)
          Set the value of elt.
 void setGbc(GridBagObject v)
          Set the value of gbc.
 void setGuiType(java.lang.String v)
          Set the value of guiType.
 void setLabelGbc(GridBagObject v)
          Set the value of labelGbc.
 void setName(java.lang.String v)
          Set the value of name.
 void setNs(org.jdom.Namespace v)
          Set the value of ns.
 void setParameter(FieldTypeParameters v)
          Set the value of parameter.
 void setType(java.lang.String v)
          Set the value of type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTreeNodeObject

public ComponentTreeNodeObject(org.jdom.Element v)

ComponentTreeNodeObject

public ComponentTreeNodeObject()
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.

getType

public java.lang.String getType()
Get the value of type.

Returns:
value of type.

setType

public void setType(java.lang.String v)
Set the value of type.

Parameters:
v - Value to assign to type.

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.

getLabelGbc

public GridBagObject getLabelGbc()
Get the value of labelGbc.

Returns:
value of labelGbc.

setLabelGbc

public void setLabelGbc(GridBagObject v)
Set the value of labelGbc.

Parameters:
v - Value to assign to labelGbc.

getGuiType

public java.lang.String getGuiType()
Get the value of guiType.

Returns:
value of guiType.

setGuiType

public void setGuiType(java.lang.String v)
Set the value of guiType.

Parameters:
v - Value to assign to guiType.

getParameter

public FieldTypeParameters getParameter()
Get the value of parameter.

Returns:
value of parameter.

setParameter

public void setParameter(FieldTypeParameters v)
Set the value of parameter.

Parameters:
v - Value to assign to parameter.

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.