org.gcube.portlets.admin.software_upload_wizard.shared
Class GeneralInfo

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.shared.GeneralInfo
All Implemented Interfaces:
Serializable

public class GeneralInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String LICENSE_DEFAULT
           
 
Constructor Summary
GeneralInfo()
           
 
Method Summary
 String getApplicationDescription()
           
 String getApplicationName()
           
 Version getApplicationVersion()
           
 ArrayList<SoftwareChange> getChanges()
           
 String getComponentName()
           
 String getConfigurationNotes()
           
 String getDependenciesNotes()
           
 String getInstallationNotes()
           
 String getLicense()
           
 ArrayList<Maintainer> getMaintainers()
           
 Date getReleaseDate()
           
 String getUninstallationNotes()
           
 ArrayList<Url> getUrls()
           
 void setApplicationDescription(String applicationDescription)
           
 void setApplicationName(String applicationName)
           
 void setApplicationVersion(Version applicationVersion)
           
 void setChanges(ArrayList<SoftwareChange> changes)
           
 void setComponentName(String componentName)
           
 void setConfigurationNotes(String configurationNotes)
           
 void setDependenciesNotes(String dependenciesNotes)
           
 void setInstallationNotes(String installationNotes)
           
 void setLicense(String license)
           
 void setMaintainers(ArrayList<Maintainer> maintainers)
           
 void setReleaseDate(Date releaseDate)
           
 void setUninstallationNotes(String uninstallationNotes)
           
 void setUrls(ArrayList<Url> urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE_DEFAULT

public static final String LICENSE_DEFAULT
Constructor Detail

GeneralInfo

public GeneralInfo()
Method Detail

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.