IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.model
Class AbstractModelAdapter.Result

java.lang.Object
  extended by com.ibm.btt.model.AbstractModelAdapter.Result
Enclosing class:
AbstractModelAdapter

public static class AbstractModelAdapter.Result
extends java.lang.Object

The inner class used to wrap the result; the model and the name


Field Summary
(package private)  IModel model
           
(package private)  java.lang.String name
           
 
Constructor Summary
AbstractModelAdapter.Result(IModel model, java.lang.String name)
          Construct the result object using the mode and name
 
Method Summary
 IModel getModel()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

IModel model

name

java.lang.String name
Constructor Detail

AbstractModelAdapter.Result

public AbstractModelAdapter.Result(IModel model,
                                   java.lang.String name)
Construct the result object using the mode and name

Parameters:
model - the data model
name - the model name
Method Detail

getModel

public IModel getModel()
Returns:
the data model

getName

public java.lang.String getName()
Returns:
the model name

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011