org.apache.jetspeed.om.portlet.impl
Class CustomWindowStateImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.CustomWindowStateImpl
- All Implemented Interfaces:
- java.io.Serializable, 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 |
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
customState
protected transient javax.portlet.WindowState customState
mappedState
protected transient javax.portlet.WindowState mappedState
CustomWindowStateImpl
public CustomWindowStateImpl()
setCustomName
public void setCustomName(java.lang.String customName)
setDescription
public void setDescription(java.lang.String description)
setMappedName
public void setMappedName(java.lang.String mappedName)
getCustomState
public javax.portlet.WindowState getCustomState()
- Specified by:
getCustomState in interface CustomWindowState
getMappedState
public javax.portlet.WindowState getMappedState()
- Specified by:
getMappedState in interface CustomWindowState
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface CustomWindowState
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-2010 Apache Software Foundation. All Rights Reserved.