IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.model.ctx
Class DataFieldModel

java.lang.Object
  extended by com.ibm.btt.model.ctx.DataFieldModel
All Implemented Interfaces:
IFieldModel, IModel

public class DataFieldModel
extends java.lang.Object
implements IFieldModel

The field model of BTT Context


Constructor Summary
DataFieldModel(DataField dataField)
          Construct the DataFieldModel object
 
Method Summary
 java.lang.Object getContent()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
          Set the value of the data model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFieldModel

public DataFieldModel(DataField dataField)
Construct the DataFieldModel object

Parameters:
dataField - the BTT data field object
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface IFieldModel
Returns:
the value of the data model
See Also:
IFieldModel.getValue()

setValue

public void setValue(java.lang.Object value)
Description copied from interface: IFieldModel
Set the value of the data model

Specified by:
setValue in interface IFieldModel
See Also:
IFieldModel.setValue(Object)

getContent

public java.lang.Object getContent()
Specified by:
getContent in interface IModel
Returns:
the root content of the model.(Wrapped data element)
See Also:
IModel.getContent()

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010