org.dozer.event
Class DozerEvent
java.lang.Object
org.dozer.event.DozerEvent
public class DozerEvent
- extends Object
Public class containing event information.
- Author:
- garsombke.franz
DozerEvent
public DozerEvent(DozerEventType type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue)
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.