org.kuali.rice.core.jdbc
Class PreparedObject
java.lang.Object
org.kuali.rice.core.jdbc.PreparedObject
public class PreparedObject
- extends Object
This is a description of what this class does - Garey don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
sql
String sql
objectList
List<Object> objectList
PreparedObject
public PreparedObject()
getSql
public String getSql()
- Returns:
- the sql
setSql
public void setSql(String sql)
- Parameters:
sql
- the sql to set
getObjectList
public List<Object> getObjectList()
- Returns:
- the objectList
setObjectList
public void setObjectList(List<Object> objectList)
- Parameters:
objectList
- the objectList to set
append
public void append(PreparedObject po)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.