org.apache.pluto.descriptors.portlet
Class PublicRenderParamDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.PublicRenderParamDD

public class PublicRenderParamDD
extends Object

Initialization Event Definitions

Author:
Torsten Dettborn The public-render-parameters defines a render parameter that is allowed to be public with other portlets. The identifier must be used for referencing this public render parameter in the portlet code. Used in: portlet-app

Java class for public-render-parameterType complex type.

The following schema fragment specifies the expected content contained within this class.

 
                <annotation>
                        
                        The public-render-parameters defines a render parameter that is allowed to be public
                        and thus be shared with other portlets.
                        The identifier must be used for referencing this public render parameter in the portlet code.
                        Used in: portlet-app
                        
                </annotation>
                
                        
                        
                        
                                
                                
                        
                
                <attribute name="id" type="string" use="optional"/>
        
 

Constructor Summary
PublicRenderParamDD()
           
 
Method Summary
 List<QName> getAlias()
           
 String getDescription()
           
 String getIdentifier()
           
 QName getName()
           
 void setAlias(List<QName> alias)
           
 void setDescription(String description)
           
 void setIdentifier(String id)
           
 void setName(QName qname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicRenderParamDD

public PublicRenderParamDD()
Method Detail

getDescription

public String getDescription()
Returns:
the description

setDescription

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

getIdentifier

public String getIdentifier()
Returns:
the ID

setIdentifier

public void setIdentifier(String id)
Parameters:
id - The ID to set

getName

public QName getName()
Returns:
the name

setName

public void setName(QName qname)
Parameters:
name - The name to set

getAlias

public List<QName> getAlias()
Returns:
Returns the alias.

setAlias

public void setAlias(List<QName> alias)
Parameters:
alias - The alias to set.


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.