|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xulux.dataprovider.bean.BeanParameter
public class BeanParameter
Place holder and utility class for the parameter list that a method may need to get or set appropiate data.
| Constructor Summary | |
|---|---|
BeanParameter()
|
|
BeanParameter(java.lang.String type,
java.lang.String value)
Convenient constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getObject()
|
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
void |
setType(java.lang.String type)
Set the type. |
void |
setValue(java.lang.String value)
Set the value of the type eg "M" or eg StaticClass.M |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanParameter()
public BeanParameter(java.lang.String type,
java.lang.String value)
type - the type of parametervalue - the value of the type| Method Detail |
|---|
public java.lang.String getType()
public java.lang.String getValue()
public void setType(java.lang.String type)
type - the type of parameterpublic void setValue(java.lang.String value)
value - the value of the typepublic java.lang.Object getObject()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||