org.apache.geronimo.console.car
Class PluginInfoBean
java.lang.Object
org.apache.geronimo.console.car.PluginInfoBean
- All Implemented Interfaces:
- Serializable
public class PluginInfoBean
- extends Object
- implements Serializable
Bean class that holds information about a plugin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleId
protected ArtifactType moduleId
hash
protected HashType hash
geronimoVersion
protected List<String> geronimoVersion
jvmVersion
protected List<String> jvmVersion
prerequisite
protected List<PrerequisiteType> prerequisite
dependency
protected List<DependencyType> dependency
obsoletes
protected List<ArtifactType> obsoletes
sourceRepository
protected List<String> sourceRepository
copyFile
protected List<CopyFileType> copyFile
configXmlContent
protected List<ConfigXmlContentType> configXmlContent
artifactAlias
protected List<PropertyType> artifactAlias
configSubstitution
protected List<PropertyType> configSubstitution
name
protected String name
category
protected String category
description
protected String description
url
protected String url
author
protected String author
license
protected List<LicenseType> license
plugin
protected PluginType plugin
pluginArtifact
protected PluginArtifactType pluginArtifact
installable
protected boolean installable
validationMessage
protected String validationMessage
PluginInfoBean
public PluginInfoBean()
getArtifactAlias
public List<PropertyType> getArtifactAlias()
setArtifactAlias
public void setArtifactAlias(List<PropertyType> artifactAlias)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getCategory
public String getCategory()
setCategory
public void setCategory(String category)
getConfigSubstitution
public List<PropertyType> getConfigSubstitution()
setConfigSubstitution
public void setConfigSubstitution(List<PropertyType> configSubstitution)
getConfigXmlContent
public List<ConfigXmlContentType> getConfigXmlContent()
setConfigXmlContent
public void setConfigXmlContent(List<ConfigXmlContentType> configXmlContent)
getCopyFile
public List<CopyFileType> getCopyFile()
setCopyFile
public void setCopyFile(List<CopyFileType> copyFile)
getDependency
public List<DependencyType> getDependency()
setDependency
public void setDependency(List<DependencyType> dependency)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getGeronimoVersion
public List<String> getGeronimoVersion()
setGeronimoVersion
public void setGeronimoVersion(List<String> geronimoVersion)
getHash
public HashType getHash()
setHash
public void setHash(HashType hash)
getJvmVersion
public List<String> getJvmVersion()
setJvmVersion
public void setJvmVersion(List<String> jvmVersion)
getLicense
public List<LicenseType> getLicense()
setLicense
public void setLicense(List<LicenseType> license)
getModuleId
public ArtifactType getModuleId()
setModuleId
public void setModuleId(ArtifactType moduleId)
getName
public String getName()
setName
public void setName(String name)
getObsoletes
public List<ArtifactType> getObsoletes()
setObsoletes
public void setObsoletes(List<ArtifactType> obsoletes)
getPrerequisite
public List<PrerequisiteType> getPrerequisite()
setPrerequisite
public void setPrerequisite(List<PrerequisiteType> prerequisite)
getSourceRepository
public List<String> getSourceRepository()
setSourceRepository
public void setSourceRepository(List<String> sourceRepository)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getPlugin
public PluginType getPlugin()
setPlugin
public void setPlugin(PluginType plugin)
getPluginArtifact
public PluginArtifactType getPluginArtifact()
setPluginArtifact
public void setPluginArtifact(PluginArtifactType pluginArtifact)
isInstallable
public boolean isInstallable()
setInstallable
public void setInstallable(boolean installable)
getValidationMessage
public String getValidationMessage()
setValidationMessage
public void setValidationMessage(String validationMessage)
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.