gov.nih.nci.caarray.common.data.protocol
Class SoftwareApplicationData
java.lang.Object
gov.nih.nci.caarray.common.data.protocol.ParameterizableApplicationData
gov.nih.nci.caarray.common.data.protocol.SoftwareApplicationData
- All Implemented Interfaces:
- java.io.Serializable
public class SoftwareApplicationData
- extends ParameterizableApplicationData
- Author:
- TranP
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftwareApplicationData
public SoftwareApplicationData()
getSoftware
public SoftwareData getSoftware()
- Returns:
setSoftware
public void setSoftware(SoftwareData data)
- Parameters:
data
-
getReleaseDate
public java.util.Date getReleaseDate()
- Returns:
setReleaseDate
public void setReleaseDate(java.util.Date date)
- Parameters:
date
-
getReleaseDateAsString
public java.lang.String getReleaseDateAsString()
- Returns:
setReleaseDateAsString
public void setReleaseDateAsString(java.lang.String date)
- Parameters:
date
-
getVersion
public java.lang.String getVersion()
- Returns:
setVersion
public void setVersion(java.lang.String string)
- Parameters:
string
-