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

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

public class CustomWindowStateImpl
extends Object
implements org.apache.jetspeed.om.common.portlet.CustomWindowState

See Also:
Serialized Form

Field Summary
protected  long appId
          The application id.
protected  String customName
           
protected  javax.portlet.WindowState customState
           
protected  String description
           
protected  long id
           
protected  String mappedName
           
protected  javax.portlet.WindowState mappedState
           
 
Constructor Summary
CustomWindowStateImpl()
           
 
Method Summary
 boolean equals(Object object)
           
 javax.portlet.WindowState getCustomState()
           
 String getDescription()
           
 javax.portlet.WindowState getMappedState()
           
 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

customState

protected transient javax.portlet.WindowState customState

mappedState

protected transient javax.portlet.WindowState mappedState
Constructor Detail

CustomWindowStateImpl

public CustomWindowStateImpl()
Method Detail

setCustomName

public void setCustomName(String customName)

setDescription

public void setDescription(String description)

setMappedName

public void setMappedName(String mappedName)

getCustomState

public javax.portlet.WindowState getCustomState()
Specified by:
getCustomState in interface org.apache.jetspeed.om.common.portlet.CustomWindowState

getMappedState

public javax.portlet.WindowState getMappedState()
Specified by:
getMappedState in interface org.apache.jetspeed.om.common.portlet.CustomWindowState

getDescription

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

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.