org.gcube.portlets.admin.software_upload_wizard.shared
Class GeneralInfo
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.shared.GeneralInfo
- All Implemented Interfaces:
- Serializable
public class GeneralInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LICENSE_DEFAULT
public static final String LICENSE_DEFAULT
GeneralInfo
public GeneralInfo()
getApplicationName
public String getApplicationName()
setApplicationName
public void setApplicationName(String applicationName)
getApplicationDescription
public String getApplicationDescription()
setApplicationDescription
public void setApplicationDescription(String applicationDescription)
getApplicationVersion
public Version getApplicationVersion()
setApplicationVersion
public void setApplicationVersion(Version applicationVersion)
getReleaseDate
public Date getReleaseDate()
setReleaseDate
public void setReleaseDate(Date releaseDate)
getUrls
public ArrayList<Url> getUrls()
setUrls
public void setUrls(ArrayList<Url> urls)
getInstallationNotes
public String getInstallationNotes()
setInstallationNotes
public void setInstallationNotes(String installationNotes)
getConfigurationNotes
public String getConfigurationNotes()
setConfigurationNotes
public void setConfigurationNotes(String configurationNotes)
getDependenciesNotes
public String getDependenciesNotes()
setDependenciesNotes
public void setDependenciesNotes(String dependenciesNotes)
getUninstallationNotes
public String getUninstallationNotes()
setUninstallationNotes
public void setUninstallationNotes(String uninstallationNotes)
getMaintainers
public ArrayList<Maintainer> getMaintainers()
setMaintainers
public void setMaintainers(ArrayList<Maintainer> maintainers)
getComponentName
public String getComponentName()
setComponentName
public void setComponentName(String componentName)
getChanges
public ArrayList<SoftwareChange> getChanges()
setChanges
public void setChanges(ArrayList<SoftwareChange> changes)
getLicense
public String getLicense()
setLicense
public void setLicense(String license)
Copyright © 2013. All Rights Reserved.