org.kuali.student.r2.common.assembler
Class DynamicAttrWrapper<DtoClass>
java.lang.Object
  
org.kuali.student.r2.common.assembler.DynamicAttrReadOnlyWrapper<DtoClass>
      
org.kuali.student.r2.common.assembler.DynamicAttrWrapper<DtoClass>
public abstract class DynamicAttrWrapper<DtoClass>
- extends DynamicAttrReadOnlyWrapper<DtoClass>
 
This class //TODO ...
- Author:
 
  - Kuali Student Team
 
 
| 
Method Summary | 
abstract  void | 
readInStringValue(String attrValue)
 
          Reads in the string value from the EntityAttribute, uses a converter internally to store
 it in the proper dynamic attribute in the DTO. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DynamicAttrWrapper
public DynamicAttrWrapper(DtoClass dtoInstance,
                          Class clazz,
                          String dynAttrName)
readInStringValue
public abstract void readInStringValue(String attrValue)
- Reads in the string value from the EntityAttribute, uses a converter internally to store
 it in the proper dynamic attribute in the DTO.
 This modifies the DTO.
- Parameters:
 attrValue - The string value as stored in the entity attribute
 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.