org.openeai.implementations.layouts
Class SpCallField
java.lang.Object
|
+--org.openeai.implementations.layouts.SpCallField
- public class SpCallField
- extends java.lang.Object
This is a wrapper class that allows the SpCallsLayout to store field
value information along with it's datatype as specified in EnterpriseObjects.xml
The datatype will be used to determine if the string from the Xml Document
needs to be converted to an appropriate JDBC type prior to calling the
"JDBC Setter" methods on the CallableStatements that the layout manager is
creating.
- Author:
- Tod Jackson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpCallField
public SpCallField()
- Constructor
setValue
public void setValue(java.lang.Object value)
getValue
public java.lang.Object getValue()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setDataType
public void setDataType(java.lang.String datatype)
getDataType
public java.lang.String getDataType()
Copyright © 2002, OpenEAI Software Foundation