org.apache.jetspeed.om.portlet.impl
Class CustomWindowStateImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.CustomWindowStateImpl
- All Implemented Interfaces:
- java.io.Serializable, org.apache.pluto.container.om.portlet.CustomWindowState
public class CustomWindowStateImpl
- extends java.lang.Object
- implements CustomWindowState
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
customName
protected java.lang.String customName
mappedName
protected java.lang.String mappedName
descriptions
protected java.util.List<Description> descriptions
customState
protected transient javax.portlet.WindowState customState
mappedState
protected transient javax.portlet.WindowState mappedState
CustomWindowStateImpl
public CustomWindowStateImpl()
setWindowState
public void setWindowState(java.lang.String customName)
setMappedName
public void setMappedName(java.lang.String mappedName)
getCustomState
public javax.portlet.WindowState getCustomState()
getMappedState
public javax.portlet.WindowState getMappedState()
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
getDescription
public Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.CustomWindowState
getDescriptions
public java.util.List<Description> getDescriptions()
- Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.CustomWindowState
addDescription
public Description addDescription(java.lang.String lang)
- Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.CustomWindowState
getWindowState
public java.lang.String getWindowState()
- Specified by:
getWindowState in interface org.apache.pluto.container.om.portlet.CustomWindowState
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.