|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpeakml.io.ApplicationInfo
public class ApplicationInfo
Collects information on a single application applied to the data.
| Constructor Summary | |
|---|---|
ApplicationInfo(java.lang.String name,
java.lang.String version,
java.lang.String date,
java.lang.String parameters)
Standard constructor, which fills the class-members with the given values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDate()
Returns the date of running the application. |
java.lang.String |
getName()
Returns the name of the application. |
java.lang.String |
getParameters()
Returns the parameters used for the application. |
java.lang.String |
getVersion()
Returns the version of the application. |
void |
setDate(java.lang.String date)
Sets the date of running the application. |
void |
setName(java.lang.String name)
Sets the name of the application. |
void |
setParameters(java.lang.String parameters)
Sets the parameters used for the application. |
void |
setVersion(java.lang.String version)
Sets the version of the application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationInfo(java.lang.String name,
java.lang.String version,
java.lang.String date,
java.lang.String parameters)
name - The name of the application.version - The version of the application.date - The date of running the application.parameters - The parameters used for the application.| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the application.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - The version of the application.public java.lang.String getDate()
public void setDate(java.lang.String date)
date - The date of running the application.public java.lang.String getParameters()
public void setParameters(java.lang.String parameters)
parameters - The parameters used for the application.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||