public class InputDataBeanImpl extends java.lang.Object implements InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
protected TypedProperty | requestProperties
This is an object that represents the request properties.
|
Constructor and Description |
---|
InputDataBeanImpl()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty | getRequestProperties()
This method gets the request properties of the data bean.
|
void | setRequestProperties(TypedProperty param)
This method sets the request properties associated with the data bean.
|
public static final java.lang.String COPYRIGHT
protected TypedProperty requestProperties
public InputDataBeanImpl()
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty param) throws java.lang.Exception