org.dozer.event
Class DozerEvent

java.lang.Object
  extended by org.dozer.event.DozerEvent

public class DozerEvent
extends Object

Public class containing event information.

Author:
garsombke.franz

Constructor Summary
DozerEvent(DozerEventType type, ClassMap classMap, FieldMap fieldMap, Object sourceObject, Object destinationObject, Object destinationValue)
           
 
Method Summary
 ClassMap getClassMap()
           
 Object getDestinationObject()
           
 Object getDestinationValue()
           
 FieldMap getFieldMap()
           
 Object getSourceObject()
           
 DozerEventType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DozerEvent

public DozerEvent(DozerEventType type,
                  ClassMap classMap,
                  FieldMap fieldMap,
                  Object sourceObject,
                  Object destinationObject,
                  Object destinationValue)
Method Detail

getType

public DozerEventType getType()

getClassMap

public ClassMap getClassMap()

getDestinationObject

public Object getDestinationObject()

getDestinationValue

public Object getDestinationValue()

getFieldMap

public FieldMap getFieldMap()

getSourceObject

public Object getSourceObject()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 dozer. All Rights Reserved.