org.apache.commons.beanutils
Class IndexedTestBean

java.lang.Object
  extended by org.apache.commons.beanutils.IndexedTestBean

public class IndexedTestBean
extends Object

Indexed Properties Test bean for JUnit tests for the "beanutils" component.

Version:
$Revision: 745089 $ $Date: 2009-02-17 09:11:20 -0500 (Tue, 17 Feb 2009) $
Author:
Niall Pemberton

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

IndexedTestBean

public IndexedTestBean()
Default Constructor.

Method Detail

getStringArray

public String[] getStringArray()
Getter for the String[] property.


setStringArray

public void setStringArray(String[] stringArray)
Setter for the String[] property.


getStringArray

public String getStringArray(int index)
Indexed Getter for the String[] property.


setStringArray

public void setStringArray(int index,
                           String value)
Indexed Setter for the String[] property.


getStringList

public List getStringList()
Getter for the java.util.List property.


setStringList

public void setStringList(List stringList)
Setter for the java.util.List property.


getStringList

public String getStringList(int index)
Indexed Getter for the java.util.List property.


setStringList

public void setStringList(int index,
                          String value)
Indexed Setter for the java.util.List property.


getArrayList

public ArrayList getArrayList()
Getter for the java.util.ArrayList property.


setArrayList

public void setArrayList(ArrayList arrayList)
Setter for the java.util.ArrayList property.


getArrayList

public Object getArrayList(int index)
Indexed Getter for the java.util.ArrayList property.


setArrayList

public void setArrayList(int index,
                         Object value)
Indexed Setter for the java.util.ArrayList property.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.