Package org.kuali.rice.krad.uif.mock
Class DynaDataObject
java.lang.Object
org.kuali.rice.krad.uif.mock.DynaDataObject
- All Implemented Interfaces:
Serializable
Data object class that has generic data map.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DynaDataObject
public DynaDataObject()
-
-
Method Details
-
getData
Map containing non-boolean data for the view.- Returns:
- map where key is property name and value is the property value
-
setData
- See Also:
-
getBooleanData
Map containing boolean data for the view.- Returns:
- map where key is property name and value is the property value
-
setBooleanData
- See Also:
-