|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectDataHandler
Interface to be implemented by shared data repositories that hold the project data and that should interact with the project management system. The interface methods handle how project data is set to the implementing repository and how it is retrieved from there for serialization.
Method Summary | |
---|---|
ProjectData |
getProjectData()
Gets the project data from the implementing data handler. |
ProjectDataTypes |
getProjectDataType()
Gets the type of project data that this handler uses. |
void |
setProjectData(ProjectData data)
Sets the project data to the implementing handler. |
Method Detail |
---|
void setProjectData(ProjectData data)
data
- the project data to setProjectData getProjectData()
ProjectDataTypes getProjectDataType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |