org.apache.jetspeed.portlets.rpad
Class PortletApplication

java.lang.Object
  extended by org.apache.jetspeed.portlets.rpad.PortletApplication

public class PortletApplication
extends Object


Field Summary
private  String artifactId
           
private  String binaryUrl
           
private  String compiledJDKVersion
           
private  Date created
           
private  String description
           
private  String groupId
           
private  String imageUrl
           
private  Date lastModified
           
private  String licenseName
           
private  String licenseUrl
           
private  String name
           
private  String packaging
           
private  String portletSpecVersion
           
private  String publisherName
           
private  String publisherUrl
           
private  String sourceUrl
           
private  List supportedLocales
           
private  List tags
           
private  String version
           
 
Constructor Summary
PortletApplication()
           
 
Method Summary
 void addSupportedLocale(Locale locale)
           
 void addTag(String category)
           
 String getArtifactId()
           
 String getBinaryUrl()
           
 String getCompiledJDKVersion()
           
 Date getCreated()
           
 String getDescription()
           
 String getGroupId()
           
 String getImageUrl()
           
 Date getLastModified()
           
 String getLicenseName()
           
 String getLicenseUrl()
           
 String getName()
           
 String getPackaging()
           
 String getPortletSpecVersion()
           
 String getPublisherName()
           
 String getPublisherUrl()
           
 String getSourceUrl()
           
 List getSupportedLocales()
           
 List getTags()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setBinaryUrl(String binaryUrl)
           
 void setCompiledJDKVersion(String javaBuildVersion)
           
 void setCreated(Date created)
           
 void setDescription(String description)
           
 void setGroupId(String groupId)
           
 void setImageUrl(String thumbnailUrl)
           
 void setLastModified(Date lastModified)
           
 void setLicenseName(String licenseName)
           
 void setLicenseUrl(String licenseUrl)
           
 void setName(String namme)
           
 void setPackaging(String packaging)
           
 void setPortletSpecVersion(String portletSpecVersion)
           
 void setPublisherName(String publisherName)
           
 void setPublisherUrl(String publisherUrl)
           
 void setSourceUrl(String sourceUrl)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

created

private Date created

lastModified

private Date lastModified

portletSpecVersion

private String portletSpecVersion

groupId

private String groupId

artifactId

private String artifactId

packaging

private String packaging

version

private String version

name

private String name

description

private String description

tags

private List tags

publisherName

private String publisherName

publisherUrl

private String publisherUrl

binaryUrl

private String binaryUrl

sourceUrl

private String sourceUrl

imageUrl

private String imageUrl

licenseName

private String licenseName

licenseUrl

private String licenseUrl

compiledJDKVersion

private String compiledJDKVersion

supportedLocales

private List supportedLocales
Constructor Detail

PortletApplication

public PortletApplication()
Method Detail

addTag

public void addTag(String category)

getTags

public List getTags()

addSupportedLocale

public void addSupportedLocale(Locale locale)

getSupportedLocales

public List getSupportedLocales()

getArtifactId

public String getArtifactId()
Returns:
the artifactId

setArtifactId

public void setArtifactId(String artifactId)
Parameters:
artifactId - the artifactId to set

getBinaryUrl

public String getBinaryUrl()
Returns:
the binaryUrl

setBinaryUrl

public void setBinaryUrl(String binaryUrl)
Parameters:
binaryUrl - the binaryUrl to set

getCreated

public Date getCreated()
Returns:
the created

setCreated

public void setCreated(Date created)
Parameters:
created - the created to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getGroupId

public String getGroupId()
Returns:
the groupId

setGroupId

public void setGroupId(String groupId)
Parameters:
groupId - the groupId to set

getCompiledJDKVersion

public String getCompiledJDKVersion()
Returns:
the javaBuildVersion

setCompiledJDKVersion

public void setCompiledJDKVersion(String javaBuildVersion)
Parameters:
javaBuildVersion - the javaBuildVersion to set

getLastModified

public Date getLastModified()
Returns:
the lastModified

setLastModified

public void setLastModified(Date lastModified)
Parameters:
lastModified - the lastModified to set

getName

public String getName()
Returns:
the namme

setName

public void setName(String namme)
Parameters:
namme - the namme to set

getPackaging

public String getPackaging()
Returns:
the packaging

setPackaging

public void setPackaging(String packaging)
Parameters:
packaging - the packaging to set

getPortletSpecVersion

public String getPortletSpecVersion()
Returns:
the portletSpecVersion

setPortletSpecVersion

public void setPortletSpecVersion(String portletSpecVersion)
Parameters:
portletSpecVersion - the portletSpecVersion to set

getPublisherName

public String getPublisherName()
Returns:
the publisherName

setPublisherName

public void setPublisherName(String publisherName)
Parameters:
publisherName - the publisherName to set

getPublisherUrl

public String getPublisherUrl()
Returns:
the publisherUrl

setPublisherUrl

public void setPublisherUrl(String publisherUrl)
Parameters:
publisherUrl - the publisherUrl to set

getSourceUrl

public String getSourceUrl()
Returns:
the sourceUrl

setSourceUrl

public void setSourceUrl(String sourceUrl)
Parameters:
sourceUrl - the sourceUrl to set

getImageUrl

public String getImageUrl()
Returns:
the thumbnailUrl

setImageUrl

public void setImageUrl(String thumbnailUrl)
Parameters:
thumbnailUrl - the thumbnailUrl to set

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getLicenseName

public String getLicenseName()
Returns:
the licenseName

setLicenseName

public void setLicenseName(String licenseName)
Parameters:
licenseName - the licenseName to set

getLicenseUrl

public String getLicenseUrl()
Returns:
the licenseUrl

setLicenseUrl

public void setLicenseUrl(String licenseUrl)
Parameters:
licenseUrl - the licenseUrl to set


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.