|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.model.AbstractModelAdapter.Result
public static class AbstractModelAdapter.Result
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 |
---|
IModel model
java.lang.String name
Constructor Detail |
---|
public AbstractModelAdapter.Result(IModel model, java.lang.String name)
model
- the data modelname
- the model nameMethod Detail |
---|
public IModel getModel()
public java.lang.String getName()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |