|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMultipleConverter
This converters must to have properties for fill it before call to toJava or toDB.
| Method Summary | |
|---|---|
void |
toDB(java.lang.Object objetoJava)
First call to this method sending to it the java object that you wish to split, and after you can obtain the splited object acceding to properties. |
java.lang.Object |
toJava()
First it's required to set value for properties (with data in DB format), and after call to toJava to obtain a Java object created from this proprerties. |
| Method Detail |
|---|
java.lang.Object toJava()
throws ConversionException
ConversionException
void toDB(java.lang.Object objetoJava)
throws ConversionException
ConversionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||