com.jtri.base
Interface IMapped

All Known Implementing Classes:
BaseDTO, FilterForm

public interface IMapped

Author:
atorres IMapped classes implements a method that returns a converter map that explains how to convert each input field to bussiness objects properties.

Method Summary
 java.lang.Object convertProperty(java.lang.String prop)
          convert a property to the the business object object
 java.util.Map getConverter()
          Return a map of property->FieldMapping.
 

Method Detail

getConverter

public java.util.Map getConverter()
Return a map of property->FieldMapping. Each fieldMapping will explain how to load and (if it's the case) how to save back de object

Returns:

convertProperty

public java.lang.Object convertProperty(java.lang.String prop)
                                 throws java.lang.Exception
convert a property to the the business object object

Parameters:
prop -
Returns:
Throws:
java.lang.Exception