org.apache.jetspeed.om.portlet.impl
Class CustomPortletModeImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.CustomPortletModeImpl
- All Implemented Interfaces:
- java.io.Serializable, CustomPortletMode
public class CustomPortletModeImpl
- extends java.lang.Object
- implements CustomPortletMode
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
appId
protected long appId
- The application id.
id
protected long id
customName
protected java.lang.String customName
mappedName
protected java.lang.String mappedName
description
protected java.lang.String description
customMode
protected transient javax.portlet.PortletMode customMode
mappedMode
protected transient javax.portlet.PortletMode mappedMode
CustomPortletModeImpl
public CustomPortletModeImpl()
setCustomName
public void setCustomName(java.lang.String customName)
setDescription
public void setDescription(java.lang.String description)
setMappedName
public void setMappedName(java.lang.String mappedName)
getCustomMode
public javax.portlet.PortletMode getCustomMode()
- Specified by:
getCustomMode
in interface CustomPortletMode
getMappedMode
public javax.portlet.PortletMode getMappedMode()
- Specified by:
getMappedMode
in interface CustomPortletMode
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface CustomPortletMode
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.