org.ujac.util.table.test
Class BeanTableTest.TestBean

java.lang.Object
  extended by org.ujac.util.table.test.BeanTableTest.TestBean
Enclosing class:
BeanTableTest

public static class BeanTableTest.TestBean
extends Object

Name: TestBean
Description: A test bean for the bean table.


Constructor Summary
BeanTableTest.TestBean()
          Constructs a BeanTableTest.TestBean instance with no specific attributes.
BeanTableTest.TestBean(boolean aBoolean, int anInt, long aLong, double aDouble, String aString, Date aDate, Time aTime, Timestamp aTimestamp, List aList)
          Constructs a TestBean instance with specific attributes.
 
Method Summary
 Date getADate()
          Getter method for the the property aDate.
 double getADouble()
          Getter method for the the property aDouble.
 List getAList()
          Getter method for the the property aList.
 long getALong()
          Getter method for the the property aLong.
 int getAnInt()
          Getter method for the the property anInt.
 String getAString()
          Getter method for the the property aString.
 Time getATime()
          Getter method for the the property aTime.
 Timestamp getATimestamp()
          Getter method for the the property aTimestamp.
 boolean isABoolean()
          Getter method for the the property aBoolean.
 void setABoolean(boolean aBoolean)
          Setter method for the the property aBoolean.
 void setADate(Date aDate)
          Setter method for the the property aDate.
 void setADouble(double aDouble)
          Setter method for the the property aDouble.
 void setAList(List aList)
          Setter method for the the property aList.
 void setALong(long aLong)
          Setter method for the the property aLong.
 void setAnInt(int anInt)
          Setter method for the the property anInt.
 void setAString(String aString)
          Setter method for the the property aString.
 void setATime(Time aTime)
          Setter method for the the property aTime.
 void setATimestamp(Timestamp aTimestamp)
          Setter method for the the property aTimestamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanTableTest.TestBean

public BeanTableTest.TestBean()
Constructs a BeanTableTest.TestBean instance with no specific attributes.


BeanTableTest.TestBean

public BeanTableTest.TestBean(boolean aBoolean,
                              int anInt,
                              long aLong,
                              double aDouble,
                              String aString,
                              Date aDate,
                              Time aTime,
                              Timestamp aTimestamp,
                              List aList)
Constructs a TestBean instance with specific attributes.

Parameters:
aBoolean - Initial value for property aBoolean.
anInt - Initial value for property anInt.
aLong - Initial value for property aLong.
aDouble - Initial value for property aDouble.
aString - Initial value for property aString.
aDate - Initial value for property aDate.
aTime - Initial value for property aTime.
aTimestamp - Initial value for property aTimestamp.
aList - Initial value for property aList.
Method Detail

isABoolean

public boolean isABoolean()
Getter method for the the property aBoolean.

Returns:
The current value of property aBoolean.

setABoolean

public void setABoolean(boolean aBoolean)
Setter method for the the property aBoolean.

Parameters:
aBoolean - The value to set for the property aBoolean.

getAnInt

public int getAnInt()
Getter method for the the property anInt.

Returns:
The current value of property anInt.

setAnInt

public void setAnInt(int anInt)
Setter method for the the property anInt.

Parameters:
anInt - The value to set for the property anInt.

getALong

public long getALong()
Getter method for the the property aLong.

Returns:
The current value of property aLong.

setALong

public void setALong(long aLong)
Setter method for the the property aLong.

Parameters:
aLong - The value to set for the property aLong.

getADouble

public double getADouble()
Getter method for the the property aDouble.

Returns:
The current value of property aDouble.

setADouble

public void setADouble(double aDouble)
Setter method for the the property aDouble.

Parameters:
aDouble - The value to set for the property aDouble.

getAString

public String getAString()
Getter method for the the property aString.

Returns:
The current value of property aString.

setAString

public void setAString(String aString)
Setter method for the the property aString.

Parameters:
aString - The value to set for the property aString.

getADate

public Date getADate()
Getter method for the the property aDate.

Returns:
The current value of property aDate.

setADate

public void setADate(Date aDate)
Setter method for the the property aDate.

Parameters:
aDate - The value to set for the property aDate.

getATime

public Time getATime()
Getter method for the the property aTime.

Returns:
The current value of property aTime.

setATime

public void setATime(Time aTime)
Setter method for the the property aTime.

Parameters:
aTime - The value to set for the property aTime.

getATimestamp

public Timestamp getATimestamp()
Getter method for the the property aTimestamp.

Returns:
The current value of property aTimestamp.

setATimestamp

public void setATimestamp(Timestamp aTimestamp)
Setter method for the the property aTimestamp.

Parameters:
aTimestamp - The value to set for the property aTimestamp.

getAList

public List getAList()
Getter method for the the property aList.

Returns:
The current value of property aList.

setAList

public void setAList(List aList)
Setter method for the the property aList.

Parameters:
aList - The value to set for the property aList.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.