|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmlgp.Trial
public class Trial
This class is the data holder for Trial.
It has setters and getters to the members of Trial.
It also has the annotations which will be used by jsefa to deserialize trial XML element to trial object and to serialize trial object to trial XML element.
Constructor Summary | |
---|---|
Trial()
|
Method Summary | |
---|---|
java.lang.String |
getAttribute()
Returns the attribute of the trial. |
java.util.List<Generation> |
getGenerations()
Returns the list of generations of the trial. |
int |
getId()
Returns the id of the trial. |
java.util.List<Statistics> |
getStatistics()
Returns the list of statistical measures of the trial. |
void |
setAttribute(java.lang.String attribute)
Sets the attribute of the trial. |
void |
setAttributes(int id,
java.lang.String attribute,
java.util.List<Statistics> statistics,
java.util.List<Generation> generations)
Sets all the attributes of this class. |
void |
setGenerations(java.util.List<Generation> generations)
Sets the list of generations of the trial.. |
void |
setId(int id)
Sets the id of the trial. |
void |
setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the trial. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trial()
Method Detail |
---|
public void setAttributes(int id, java.lang.String attribute, java.util.List<Statistics> statistics, java.util.List<Generation> generations)
id
- the id of the trial to setattribute
- the attribute to setstatistics
- the list of statistics to setgenerations
- the list of generations to setpublic int getId()
public void setId(int id)
id
- the id of the trial to setpublic java.lang.String getAttribute()
public void setAttribute(java.lang.String attribute)
attribute
- the attribute to setpublic java.util.List<Statistics> getStatistics()
public void setStatistics(java.util.List<Statistics> statistics)
statistics
- the list of statistical measures to setpublic java.util.List<Generation> getGenerations()
public void setGenerations(java.util.List<Generation> generations)
generations
- the list of generations to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |