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, org.apache.pluto.container.om.portlet.CustomWindowState

public class CustomWindowStateImpl
extends java.lang.Object
implements CustomWindowState

See Also:
Serialized Form

Field Summary
protected  java.lang.String customName
           
protected  javax.portlet.WindowState customState
           
protected  java.util.List<Description> descriptions
           
protected  java.lang.String mappedName
           
protected  javax.portlet.WindowState mappedState
           
 
Constructor Summary
CustomWindowStateImpl()
           
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 boolean equals(java.lang.Object object)
           
 javax.portlet.WindowState getCustomState()
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 javax.portlet.WindowState getMappedState()
           
 java.lang.String getWindowState()
           
 int hashCode()
           
 void setMappedName(java.lang.String mappedName)
           
 void setWindowState(java.lang.String customName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CustomWindowStateImpl

public CustomWindowStateImpl()
Method Detail

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.