gpl.fredy.generate
Class TreeGBCObject

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

public class TreeGBCObject
extends java.lang.Object


Constructor Summary
TreeGBCObject()
           
TreeGBCObject(java.lang.String name, int number, java.awt.GridBagConstraints gbc)
           
 
Method Summary
 java.awt.GridBagConstraints getGbc()
          Get the value of gbc.
 java.lang.String getName()
          Get the value of name.
 int getNumber()
          Get the value of number.
 void setGbc(java.awt.GridBagConstraints v)
          Set the value of gbc.
 void setName(java.lang.String v)
          Set the value of name.
 void setNumber(int v)
          Set the value of number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeGBCObject

public TreeGBCObject()

TreeGBCObject

public TreeGBCObject(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.