|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoftwareApplication
The use of a piece of software with the requisite Parameters and ParameterValues.
| Method Summary | |
|---|---|
java.util.Date |
getReleaseDate()
Returns the value of this SoftwareApplication object's releaseDate attribute. |
Software |
getSoftware()
Returns the value of this SoftwareApplication object's software attribute. |
java.lang.String |
getVersion()
Returns the value of this SoftwareApplication object's version attribute. |
void |
setReleaseDate(java.util.Date p_releaseDate)
Sets the releaseDate attribute. |
void |
setSoftware(Software p_software)
Sets the software attribute. |
void |
setVersion(java.lang.String p_version)
Sets the version attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Protocol.ParameterizableApplication |
|---|
getParameterValues, setParameterValues |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setVersion(java.lang.String p_version)
SoftwareApplication object.
p_version - The new value for version.getVersion()java.lang.String getVersion()
SoftwareApplication object's version attribute.
Description of version:
The version of the software.
String The value of version.void setReleaseDate(java.util.Date p_releaseDate)
SoftwareApplication object.
p_releaseDate - The new value for releaseDate.getReleaseDate()java.util.Date getReleaseDate()
SoftwareApplication object's releaseDate attribute.
Description of releaseDate:
When the software was released.
Date The value of releaseDate.void setSoftware(Software p_software)
SoftwareApplication object.
p_software - The new value for software.getSoftware()Software getSoftware()
SoftwareApplication object's software attribute.
gov.nih.nci.mageom.bean.Protocol.Software The value of software.Software
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||