org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class CustomPortletMode

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.jetspeed.jaxb.CustomPortletMode

public class CustomPortletMode
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="mapped-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String mappedName
           
protected  java.lang.String name
           
 
Constructor Summary
CustomPortletMode()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getMappedName()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String value)
           
 void setMappedName(java.lang.String value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

mappedName

protected java.lang.String mappedName

description

protected java.lang.String description
Constructor Detail

CustomPortletMode

public CustomPortletMode()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getMappedName

public java.lang.String getMappedName()

setMappedName

public void setMappedName(java.lang.String value)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.