|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.test.CrashTestDummy
A crash test dummy value object to test and verify the operation of Bridgetown Framework. This is a test service bean
| Constructor Summary | |
CrashTestDummy()
Default constructor |
|
CrashTestDummy(java.lang.String aString,
java.math.BigDecimal aDecimal)
Special constructor for testing |
|
CrashTestDummy(java.lang.String aString,
char aChar,
short aShort,
int anInt,
long aLong)
Special constructor for testing |
|
CrashTestDummy(java.lang.String aString,
float aFloat,
double aDouble)
Special constructor for testing |
|
| Method Summary | |
void |
destroy(java.lang.String text)
Destroy method A mock method that is called by the assembly the destroy method |
byte |
getFldByte()
Gets the fldByte |
char |
getFldChar()
Gets the fldChar |
java.math.BigDecimal |
getFldDecimal()
Gets the fldDecimal |
double |
getFldDouble()
Gets the fldDouble |
float |
getFldFloat()
Gets the fldFloat |
int |
getFldInt()
Gets the fldInt |
long |
getFldLong()
Gets the fldLong |
short |
getFldShort()
Gets the fldShort |
java.lang.String |
getFldString()
Gets the fldString |
java.lang.String |
goodbye(java.lang.String firstName)
Simple greeting method that is used to test method injection and proxy interception |
java.lang.String |
hello(java.lang.String firstName)
Simple greeting method that is used to test method injection and proxy interception |
void |
setFldByte(byte byte1)
Sets the fldByte |
void |
setFldChar(char char1)
Sets the fldChar |
void |
setFldDecimal(java.math.BigDecimal fldDecimal)
Sets the fldDecimal |
void |
setFldDouble(double double1)
Sets the fldDouble |
void |
setFldFloat(float float1)
Sets the fldFloat |
void |
setFldInt(int int1)
Sets the fldInt |
void |
setFldLong(long long1)
Sets the fldLong |
void |
setFldShort(short short1)
Sets the fldShort |
void |
setFldString(java.lang.String string)
Sets the fldString |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CrashTestDummy()
public CrashTestDummy(java.lang.String aString,
java.math.BigDecimal aDecimal)
public CrashTestDummy(java.lang.String aString,
float aFloat,
double aDouble)
public CrashTestDummy(java.lang.String aString,
char aChar,
short aShort,
int anInt,
long aLong)
| Method Detail |
public java.lang.String hello(java.lang.String firstName)
firstName - your first name
public java.lang.String goodbye(java.lang.String firstName)
firstName - your first name
public char getFldChar()
public void setFldChar(char char1)
char1 - The fldChar to set.public byte getFldByte()
public void setFldByte(byte byte1)
byte1 - The fldByte to set.public double getFldDouble()
public void setFldDouble(double double1)
double1 - The fldDouble to set.public float getFldFloat()
public void setFldFloat(float float1)
float1 - The fldFloat to set.public int getFldInt()
public void setFldInt(int int1)
int1 - The fldInt to set.public long getFldLong()
public void setFldLong(long long1)
long1 - The fldLong to set.public short getFldShort()
public void setFldShort(short short1)
short1 - The fldShort to set.public java.lang.String getFldString()
public void setFldString(java.lang.String string)
string - The fldString to set.public java.math.BigDecimal getFldDecimal()
public void setFldDecimal(java.math.BigDecimal fldDecimal)
fldDecimal - The fldDecimal to set.public void destroy(java.lang.String text)
text - the text messagepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||