com.agfa.hap.sdo.mapper
Class NullPropertyAccessor

java.lang.Object
  extended by com.agfa.hap.sdo.mapper.AbstractPropertyAccessor
      extended by com.agfa.hap.sdo.mapper.NullPropertyAccessor
All Implemented Interfaces:
PropertyAccessor

public class NullPropertyAccessor
extends AbstractPropertyAccessor

PropertyAccessor that allows returns null.

Author:
AMOCZ

Constructor Summary
NullPropertyAccessor()
           
 
Method Summary
 java.lang.Object getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 
Methods inherited from class com.agfa.hap.sdo.mapper.AbstractPropertyAccessor
getValues, isBulkAccessor, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPropertyAccessor

public NullPropertyAccessor()
Method Detail

getValue

public java.lang.Object getValue(java.lang.Object instance,
                                 Property property,
                                 DataMapper dataMapper)
Specified by:
getValue in interface PropertyAccessor
Overrides:
getValue in class AbstractPropertyAccessor


Copyright © 2007. All Rights Reserved.