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

java.lang.Object
  extended by 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

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

CustomWindowStateImpl

public CustomWindowStateImpl()
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.