|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.table.test.BeanTableTest.TestBean
public static class BeanTableTest.TestBean
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 |
---|
public BeanTableTest.TestBean()
public BeanTableTest.TestBean(boolean aBoolean, int anInt, long aLong, double aDouble, String aString, Date aDate, Time aTime, Timestamp aTimestamp, List aList)
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 |
---|
public boolean isABoolean()
public void setABoolean(boolean aBoolean)
aBoolean
- The value to set for the property aBoolean.public int getAnInt()
public void setAnInt(int anInt)
anInt
- The value to set for the property anInt.public long getALong()
public void setALong(long aLong)
aLong
- The value to set for the property aLong.public double getADouble()
public void setADouble(double aDouble)
aDouble
- The value to set for the property aDouble.public String getAString()
public void setAString(String aString)
aString
- The value to set for the property aString.public Date getADate()
public void setADate(Date aDate)
aDate
- The value to set for the property aDate.public Time getATime()
public void setATime(Time aTime)
aTime
- The value to set for the property aTime.public Timestamp getATimestamp()
public void setATimestamp(Timestamp aTimestamp)
aTimestamp
- The value to set for the property aTimestamp.public List getAList()
public void setAList(List aList)
aList
- The value to set for the property aList.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |