edu.sampleu.travel.krad.form
Class UITestListObject
java.lang.Object
edu.sampleu.travel.krad.form.UITestListObject
- All Implemented Interfaces:
- Serializable
public class UITestListObject
- extends Object
- implements Serializable
For test view purposes only
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UITestListObject
public UITestListObject()
- This constructs a ...
UITestListObject
public UITestListObject(String field1,
String field2,
String field3,
String field4)
- This constructs a ...
getField1
public String getField1()
- Returns:
- the field1
setField1
public void setField1(String field1)
- Parameters:
field1
- the field1 to set
getField2
public String getField2()
- Returns:
- the field2
setField2
public void setField2(String field2)
- Parameters:
field2
- the field2 to set
getField3
public String getField3()
- Returns:
- the field3
setField3
public void setField3(String field3)
- Parameters:
field3
- the field3 to set
getField4
public String getField4()
- Returns:
- the field4
setField4
public void setField4(String field4)
- Parameters:
field4
- the field4 to set
setSubList
public void setSubList(List<UITestListObject> subList)
- Parameters:
subList
- the subList to set
getSubList
public List<UITestListObject> getSubList()
- Returns:
- the subList
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.