|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.beanutils.IndexedTestBean
public class IndexedTestBean
Indexed Properties Test bean for JUnit tests for the "beanutils" component.
Constructor Summary | |
---|---|
IndexedTestBean()
Default Constructor. |
Method Summary | |
---|---|
ArrayList |
getArrayList()
Getter for the java.util.ArrayList property. |
Object |
getArrayList(int index)
Indexed Getter for the java.util.ArrayList property. |
String[] |
getStringArray()
Getter for the String[] property. |
String |
getStringArray(int index)
Indexed Getter for the String[] property. |
List |
getStringList()
Getter for the java.util.List property. |
String |
getStringList(int index)
Indexed Getter for the java.util.List property. |
void |
setArrayList(ArrayList arrayList)
Setter for the java.util.ArrayList property. |
void |
setArrayList(int index,
Object value)
Indexed Setter for the java.util.ArrayList property. |
void |
setStringArray(int index,
String value)
Indexed Setter for the String[] property. |
void |
setStringArray(String[] stringArray)
Setter for the String[] property. |
void |
setStringList(int index,
String value)
Indexed Setter for the java.util.List property. |
void |
setStringList(List stringList)
Setter for the java.util.List property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedTestBean()
Method Detail |
---|
public String[] getStringArray()
public void setStringArray(String[] stringArray)
public String getStringArray(int index)
public void setStringArray(int index, String value)
public List getStringList()
public void setStringList(List stringList)
public String getStringList(int index)
public void setStringList(int index, String value)
public ArrayList getArrayList()
public void setArrayList(ArrayList arrayList)
public Object getArrayList(int index)
public void setArrayList(int index, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |