|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmlgp.Project
public class Project
This class is the root data holder for project.
It has setters and getters to all the attributes of Project.
It also has the annotations which will be used by jsefa to deserialize project XML element to project object and to serialize project object to project XML element.
Constructor Summary | |
---|---|
Project()
|
Method Summary | |
---|---|
java.lang.String |
getDate()
Returns the date of the project. |
java.lang.String |
getDescription()
Returns the description of the project. |
java.util.List<Experiment> |
getExperiments()
Returns the list of experiments of the project. |
java.lang.String |
getFund()
Returns the project fund. |
int |
getId()
Returns the id of the project. |
java.lang.String |
getName()
Returns the name of the project. |
java.lang.String |
getOrganization()
Returns the name of the organization which handles the project. |
java.util.List<Statistics> |
getStatistics()
Return the list of statistical measures of the project. |
void |
setAttributes(int id,
java.lang.String name,
java.lang.String description,
java.lang.String date,
java.lang.String organization,
java.lang.String fund,
java.util.List<Statistics> statistics,
java.util.List<Experiment> experiments)
Sets all the attributes of this class. |
void |
setDate(java.lang.String date)
Sets the date of the project. |
void |
setDescription(java.lang.String description)
Sets the description of the project. |
void |
setExperiments(java.util.List<Experiment> experiments)
Sets the list of experiments of the project. |
void |
setFund(java.lang.String fund)
Sets the project fund. |
void |
setId(int id)
Sets the id of the project. |
void |
setName(java.lang.String name)
Sets the name of the project. |
void |
setOrganization(java.lang.String organization)
Sets the name of the organization which handles the project. |
void |
setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the project. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Project()
Method Detail |
---|
public void setAttributes(int id, java.lang.String name, java.lang.String description, java.lang.String date, java.lang.String organization, java.lang.String fund, java.util.List<Statistics> statistics, java.util.List<Experiment> experiments)
id
- the project id to setname
- the name of project to setdescription
- the description of the project to setdate
- the date of the project to setorganization
- the name of the organization which handles the project to setfund
- the project fund to setstatistics
- the project fund to setexperiments
- the list of experiments of the project to setpublic int getId()
public void setId(int id)
id
- the project id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of project to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the project to setpublic java.lang.String getDate()
public void setDate(java.lang.String date)
date
- the date of the project to setpublic java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
organization
- the name of the organization which handles the project to setpublic java.lang.String getFund()
public void setFund(java.lang.String fund)
fund
- the project fund to setpublic java.util.List<Statistics> getStatistics()
public void setStatistics(java.util.List<Statistics> statistics)
statistics
- the statistics of the project to setpublic java.util.List<Experiment> getExperiments()
public void setExperiments(java.util.List<Experiment> experiments)
experiments
- the list of experiments of the project to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |