|
Test webapp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.webapp.beans.GeneralBean
public class GeneralBean
Parent class for all the XXXBean
classes. It defines the general methods used in all other beans,
such as parsing and conversion of data type.
Constructor Summary | |
---|---|
GeneralBean()
Mandatory constructor, required by the JavaBeans implementation rules. |
Method Summary | |
---|---|
void |
finalize()
Used to easy performances test. |
boolean |
isSet()
Specifies if the "natural" object stored in this bean is not null. |
byte |
toByte(java.lang.String value)
Parse a String value into a byte value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneralBean()
Method Detail |
---|
public boolean isSet()
true
if the bean's attributes have been set by a setPropert
call.public byte toByte(java.lang.String value)
value
- the input String
public void finalize()
finalize
in class java.lang.Object
|
Build 10/01/2013 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |