|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--freemarker.testcase.beans.SimpleBean
Simple bean for use with the TestBeanModels
test case.
Constructor Summary | |
SimpleBean()
Default constructor that sets up a bunch of values so that the freemarker.ext.beans package can find them. |
Method Summary | |
int |
checkList(java.util.List arguments)
Method call to check for method overloading. |
int |
checkMap(java.util.Map arguments)
Method call to check for method overloading. |
byte |
getByteValue()
Retrieve a byte value from the bean. |
java.lang.Double |
getDoubleObject()
Retrieve a double object from the bean. |
java.lang.Float |
getFloatObject()
Retrieve a float object from the bean. |
int |
getIntValue()
Retrieve an integer value from the bean. |
long |
getLongValue()
Retrieve a long value from the bean. |
java.lang.String |
getMessage()
Retrieve a string value from the bean. |
short |
getShortValue()
Retrieve a short value from the bean. |
void |
setShortValue(short shortValue)
Sets the bean with a short value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleBean()
freemarker.ext.beans
package can find them.Method Detail |
public int getIntValue()
public long getLongValue()
public short getShortValue()
public byte getByteValue()
public void setShortValue(short shortValue)
public java.lang.String getMessage()
public java.lang.Double getDoubleObject()
public java.lang.Float getFloatObject()
public int checkList(java.util.List arguments)
public int checkMap(java.util.Map arguments)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |