gpl.fredy.generate
Class TreeObject

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

public class TreeObject
extends java.lang.Object


Constructor Summary
TreeObject()
           
TreeObject(java.lang.String name, int number, java.awt.GridBagConstraints gbc)
           
 
Method Summary
 java.lang.String getFieldType()
          Get the value of fieldType.
 java.awt.GridBagConstraints getGbc()
          Get the value of gbc.
 java.lang.String getLabel()
          Get the value of label.
 java.awt.GridBagConstraints getLabelConstraints()
          Get the value of labelConstraints.
 java.lang.String getName()
          Get the value of name.
 int getNumber()
          Get the value of number.
 java.lang.String getText()
          Get the value of text.
 java.lang.String getTitle()
          Get the value of title.
 java.lang.String getType()
          Get the value of type.
 void setFieldType(java.lang.String v)
          Set the value of fieldType.
 void setGbc(java.awt.GridBagConstraints v)
          Set the value of gbc.
 void setLabel(java.lang.String v)
          Set the value of label.
 void setLabelConstraints(java.awt.GridBagConstraints v)
          Set the value of labelConstraints.
 void setName(java.lang.String v)
          Set the value of name.
 void setNumber(int v)
          Set the value of number.
 void setText(java.lang.String v)
          Set the value of text.
 void setTitle(java.lang.String v)
          Set the value of title.
 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

TreeObject

public TreeObject()

TreeObject

public TreeObject(java.lang.String name,
                  int number,
                  java.awt.GridBagConstraints gbc)
Method Detail

getGbc

public java.awt.GridBagConstraints getGbc()
Get the value of gbc.

Returns:
value of gbc.

setGbc

public void setGbc(java.awt.GridBagConstraints v)
Set the value of gbc.

Parameters:
v - Value to assign to gbc.

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.

getNumber

public int getNumber()
Get the value of number.

Returns:
value of number.

setNumber

public void setNumber(int v)
Set the value of number.

Parameters:
v - Value to assign to number.

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.

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.

getFieldType

public java.lang.String getFieldType()
Get the value of fieldType.

Returns:
value of fieldType.

setFieldType

public void setFieldType(java.lang.String v)
Set the value of fieldType.

Parameters:
v - Value to assign to fieldType.

getLabelConstraints

public java.awt.GridBagConstraints getLabelConstraints()
Get the value of labelConstraints.

Returns:
value of labelConstraints.

setLabelConstraints

public void setLabelConstraints(java.awt.GridBagConstraints v)
Set the value of labelConstraints.

Parameters:
v - Value to assign to labelConstraints.

getLabel

public java.lang.String getLabel()
Get the value of label.

Returns:
value of label.

setLabel

public void setLabel(java.lang.String v)
Set the value of label.

Parameters:
v - Value to assign to label.

getText

public java.lang.String getText()
Get the value of text.

Returns:
value of text.

setText

public void setText(java.lang.String v)
Set the value of text.

Parameters:
v - Value to assign to text.