org.apache.geronimo.console.car
Class PluginInfoBean

java.lang.Object
  extended by 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

Field Summary
protected  List<PropertyType> artifactAlias
           
protected  String author
           
protected  String category
           
protected  List<PropertyType> configSubstitution
           
protected  List<ConfigXmlContentType> configXmlContent
           
protected  List<CopyFileType> copyFile
           
protected  List<DependencyType> dependency
           
protected  String description
           
protected  List<String> geronimoVersion
           
protected  HashType hash
           
protected  boolean installable
           
protected  List<String> jvmVersion
           
protected  List<LicenseType> license
           
protected  ArtifactType moduleId
           
protected  String name
           
protected  List<ArtifactType> obsoletes
           
protected  PluginType plugin
           
protected  PluginArtifactType pluginArtifact
           
protected  List<PrerequisiteType> prerequisite
           
protected  List<String> sourceRepository
           
protected  String url
           
protected  String validationMessage
           
 
Constructor Summary
PluginInfoBean()
           
 
Method Summary
 List<PropertyType> getArtifactAlias()
           
 String getAuthor()
           
 String getCategory()
           
 List<PropertyType> getConfigSubstitution()
           
 List<ConfigXmlContentType> getConfigXmlContent()
           
 List<CopyFileType> getCopyFile()
           
 List<DependencyType> getDependency()
           
 String getDescription()
           
 List<String> getGeronimoVersion()
           
 HashType getHash()
           
 List<String> getJvmVersion()
           
 List<LicenseType> getLicense()
           
 ArtifactType getModuleId()
           
 String getName()
           
 List<ArtifactType> getObsoletes()
           
 PluginType getPlugin()
           
 PluginArtifactType getPluginArtifact()
           
 List<PrerequisiteType> getPrerequisite()
           
 List<String> getSourceRepository()
           
 String getUrl()
           
 String getValidationMessage()
           
 boolean isInstallable()
           
 void setArtifactAlias(List<PropertyType> artifactAlias)
           
 void setAuthor(String author)
           
 void setCategory(String category)
           
 void setConfigSubstitution(List<PropertyType> configSubstitution)
           
 void setConfigXmlContent(List<ConfigXmlContentType> configXmlContent)
           
 void setCopyFile(List<CopyFileType> copyFile)
           
 void setDependency(List<DependencyType> dependency)
           
 void setDescription(String description)
           
 void setGeronimoVersion(List<String> geronimoVersion)
           
 void setHash(HashType hash)
           
 void setInstallable(boolean installable)
           
 void setJvmVersion(List<String> jvmVersion)
           
 void setLicense(List<LicenseType> license)
           
 void setModuleId(ArtifactType moduleId)
           
 void setName(String name)
           
 void setObsoletes(List<ArtifactType> obsoletes)
           
 void setPlugin(PluginType plugin)
           
 void setPluginArtifact(PluginArtifactType pluginArtifact)
           
 void setPrerequisite(List<PrerequisiteType> prerequisite)
           
 void setSourceRepository(List<String> sourceRepository)
           
 void setUrl(String url)
           
 void setValidationMessage(String validationMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PluginInfoBean

public PluginInfoBean()
Method Detail

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.