org.apache.pluto.descriptors.portlet
Class EventDD

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

public class EventDD
extends java.lang.Object

Initialization Event

Author:
Christian Raschka The name element contains the name of a parameter. Used in: init-param, ...

Java class for nameType complex type.

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

 <complexType name="nameType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
     </extension>
   </simpleContent>
 </complexType>
 

Constructor Summary
EventDD()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDD

public EventDD()
Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.


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