|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dms.dss.Application
Holds all the data for an application in the database. This object is returned by the DataSession object and all of its subtypes.
CVS $Id: Application.html,v 1.2 2003/08/01 21:44:22 khuck Exp $
Constructor Summary | |
Application()
|
Method Summary | |
java.lang.String |
getDescription()
Gets the description of the current application object. |
java.lang.String |
getExecutableOptions()
Gets the executable options of the current application object. |
java.lang.String |
getExperimentTableName()
Gets the experiment table name of the current application object. |
int |
getID()
Gets the unique identifier of the current application object. |
java.lang.String |
getLanguage()
Gets the language of the current application object. |
java.lang.String |
getName()
Gets the name of the current application object. |
java.lang.String |
getParaDiag()
Gets the para diag of the current application object. |
java.lang.String |
getUsage()
Gets the usage of the current application object. |
java.lang.String |
getVersion()
Gets the version of the current application object. |
void |
setDescription(java.lang.String description)
Sets the description of the current application object. |
void |
setExecutableOptions(java.lang.String executableOptions)
Sets the executable options of the current application object. |
void |
setExperimentTableName(java.lang.String experimentTableName)
Sets the experiment table name of the current application object. |
void |
setID(int id)
Sets the unique identifier of the current application object. |
void |
setLanguage(java.lang.String language)
Sets the language of the current application object. |
void |
setName(java.lang.String name)
Sets the name of the current application object. |
void |
setParaDiag(java.lang.String paraDiag)
Sets the para diag of the current application object. |
void |
setUsage(java.lang.String usage)
Sets the usage of the current application object. |
void |
setVersion(java.lang.String version)
Sets the version of the current application object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Application()
Method Detail |
public int getID()
public java.lang.String getName()
public java.lang.String getVersion()
public java.lang.String getDescription()
public java.lang.String getLanguage()
public java.lang.String getParaDiag()
public java.lang.String getUsage()
public java.lang.String getExecutableOptions()
public java.lang.String getExperimentTableName()
public void setID(int id)
id
- a unique application identifierpublic void setName(java.lang.String name)
public void setVersion(java.lang.String version)
public void setDescription(java.lang.String description)
public void setLanguage(java.lang.String language)
public void setParaDiag(java.lang.String paraDiag)
public void setUsage(java.lang.String usage)
public void setExecutableOptions(java.lang.String executableOptions)
public void setExperimentTableName(java.lang.String experimentTableName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |