org.apache.jetspeed.om.portlet.impl
Class CustomPortletModeImpl

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.impl.CustomPortletModeImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.om.common.portlet.CustomPortletMode

public class CustomPortletModeImpl
extends Object
implements org.apache.jetspeed.om.common.portlet.CustomPortletMode

See Also:
Serialized Form

Field Summary
protected  long appId
          The application id.
protected  javax.portlet.PortletMode customMode
           
protected  String customName
           
protected  String description
           
protected  long id
           
protected  javax.portlet.PortletMode mappedMode
           
protected  String mappedName
           
 
Constructor Summary
CustomPortletModeImpl()
           
 
Method Summary
 boolean equals(Object object)
           
 javax.portlet.PortletMode getCustomMode()
           
 String getDescription()
           
 javax.portlet.PortletMode getMappedMode()
           
 int hashCode()
           
 void setCustomName(String customName)
           
 void setDescription(String description)
           
 void setMappedName(String mappedName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appId

protected long appId
The application id.


id

protected long id

customName

protected String customName

mappedName

protected String mappedName

description

protected String description

customMode

protected transient javax.portlet.PortletMode customMode

mappedMode

protected transient javax.portlet.PortletMode mappedMode
Constructor Detail

CustomPortletModeImpl

public CustomPortletModeImpl()
Method Detail

setCustomName

public void setCustomName(String customName)

setDescription

public void setDescription(String description)

setMappedName

public void setMappedName(String mappedName)

getCustomMode

public javax.portlet.PortletMode getCustomMode()
Specified by:
getCustomMode in interface org.apache.jetspeed.om.common.portlet.CustomPortletMode

getMappedMode

public javax.portlet.PortletMode getMappedMode()
Specified by:
getMappedMode in interface org.apache.jetspeed.om.common.portlet.CustomPortletMode

getDescription

public String getDescription()
Specified by:
getDescription in interface org.apache.jetspeed.om.common.portlet.CustomPortletMode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object


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