|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iris.Fissures.seed.director.FieldMapper
edu.iris.dmc.pdcc.director.PdccFieldMapper
Responsible for managing the mapping between Blockette Objects and DB tables.
| Field Summary |
| Fields inherited from class edu.iris.Fissures.seed.director.FieldMapper |
destMap, destSize, mapped, mapperType, sourceMap, sourceSize, typeNum |
| Constructor Summary | |
PdccFieldMapper()
Create an instance of FieldMapper of type SEED for use by PDCC. |
|
| Method Summary | |
int[] |
getSourceMap()
return a copy of the current sourcemap, whose array index is the source table field number and the value at that index is the destination field number. |
void |
insert(java.lang.Object sourceObj)
insert values from PdccTableRecord object into the Blockette mapping |
java.lang.String |
toString()
return a properly formatted string that is compatible with the SEED Builder class |
| Methods inherited from class edu.iris.Fissures.seed.director.FieldMapper |
addField, allocateMapSpace, clone, generateMap, getDestObjType, getField, getType, reset, setDestObjType |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PdccFieldMapper()
| Method Detail |
public void insert(java.lang.Object sourceObj)
throws java.lang.Exception
insert in class FieldMapperjava.lang.Exceptionpublic java.lang.String toString()
toString in class FieldMapperpublic int[] getSourceMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||