|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataTransferAssembler
DataTransferAssembler contains the relevant methods needed by spine when defining a DataTransferAssembler. Two DataTransferAssembler's are define within spine, they are:
CommandComponent,
Copyright ©Zphinx Software Solutions
| Method Summary | |
|---|---|
DAOInput |
getDaoConstructor()
Gets the DaoConstructor object associated with this object |
Object |
getDataObject()
Get the object needed to initiate a data connection e.g DataSource for databases |
String |
getDataObjectClass()
Gets the name of the DataAccessObject to use |
int |
getDataType()
Gets the int which represents which type of persistence layer this object will be passed to i.e the index of the DataProxy in use. |
Object |
getObj()
Return the object used to store data passed to the persistence layer |
int |
getOperation()
Used to package additinal instructions to the DAO |
void |
setDaoConstructor(DAOInput daoConstructor)
Sets the DaoConstructor object associated with this object |
void |
setDataObject(Object dataObject)
Set the object needed to initiate a data connection e.g DataSource for databases |
void |
setDataObjectClass(String dataObjectClass)
Sets the name of the DataAccessObject to use |
void |
setDataType(int dataType)
Sets the int which represents which type of persistence layer this object will be passed to i.e the index of the DataProxy in use. |
void |
setObj(Object obj)
Set the object used to store data passed to the persistence layer |
void |
setOperation(int i)
Used to package additional instructions to the DAO |
| Method Detail |
|---|
Object getObj()
void setObj(Object obj)
obj - The obj to set.Object getDataObject()
void setDataObject(Object dataObject)
dataObject - The dataObject to set.int getDataType()
void setDataType(int dataType)
dataType - The dataType to set.String getDataObjectClass()
void setDataObjectClass(String dataObjectClass)
dataObjectClass - The dataObjectClass to set.DAOInput getDaoConstructor()
void setDaoConstructor(DAOInput daoConstructor)
daoConstructor - The daoConstructor to set.int getOperation()
void setOperation(int i)
i - The int representing the additional instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||