edu.sampleu.demo.kitchensink
Class UITestObject
java.lang.Object
edu.sampleu.demo.kitchensink.UITestObject
- All Implemented Interfaces:
- Serializable
public class UITestObject
- 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 |
UITestObject
public UITestObject()
UITestObject
public UITestObject(String field1,
String field2,
String field3,
String field4)
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<UITestObject> subList)
- Parameters:
subList
- the subList to set
getSubList
public List<UITestObject> getSubList()
- Returns:
- the subList
getRemoteFieldValuesMap
public Map<String,Object> getRemoteFieldValuesMap()
setRemoteFieldValuesMap
public void setRemoteFieldValuesMap(Map<String,Object> remoteFieldValuesMap)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.