de.bea.domingo.map
Class CustomMapper

java.lang.Object
  extended by de.bea.domingo.map.BaseDMapper
      extended by de.bea.domingo.map.CustomMapper
All Implemented Interfaces:
Mapper

public abstract class CustomMapper
extends BaseDMapper

Abstract base class for custom mapping between a document and a business object.

Author:
Kurt Riede

Constructor Summary
CustomMapper()
          Constructor.
 
Method Summary
 
Methods inherited from class de.bea.domingo.map.BaseDMapper
getCalendar, getValue, getValue, getValueDate, getValueDateRange, getValueDouble, getValueInteger, getValueString, hasMethod, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.bea.domingo.map.Mapper
map, map
 

Constructor Detail

CustomMapper

public CustomMapper()
Constructor.



Domingo Java-API