com.agfa.hap.sdo.mapper
Class ManyValuedNullPropertyAccessor

java.lang.Object
  extended by com.agfa.hap.sdo.mapper.BeanPropertyAccessor
      extended by com.agfa.hap.sdo.mapper.ManyValuedBeanPropertyAccessor
          extended by com.agfa.hap.sdo.mapper.ManyValuedNullPropertyAccessor
All Implemented Interfaces:
PropertyAccessor

public class ManyValuedNullPropertyAccessor
extends ManyValuedBeanPropertyAccessor


Constructor Summary
ManyValuedNullPropertyAccessor()
           
 
Method Summary
 java.lang.Object getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 void initialize(java.lang.Object instance, java.util.Collection<java.lang.Object> value)
           
 void setValue(java.lang.Object instance, Property property, java.lang.Object newValue, DataMapper dataMapper)
          Sets the value of this property for the specified Object.
 
Methods inherited from class com.agfa.hap.sdo.mapper.BeanPropertyAccessor
getValues, isBulkAccessor, isReadable, isWritable, setGetter, setSetter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyValuedNullPropertyAccessor

public ManyValuedNullPropertyAccessor()
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 BeanPropertyAccessor

initialize

public void initialize(java.lang.Object instance,
                       java.util.Collection<java.lang.Object> value)
Overrides:
initialize in class ManyValuedBeanPropertyAccessor

setValue

public void setValue(java.lang.Object instance,
                     Property property,
                     java.lang.Object newValue,
                     DataMapper dataMapper)
Description copied from class: ManyValuedBeanPropertyAccessor
Sets the value of this property for the specified Object.

Specified by:
setValue in interface PropertyAccessor
Overrides:
setValue in class ManyValuedBeanPropertyAccessor


Copyright © 2007. All Rights Reserved.