org.apache.beehive.netui.tags.divpanel
Class DivPanelState

Object
  extended by DivPanelState
All Implemented Interfaces:
Serializable, INameable

public class DivPanelState
extends Object
implements INameable, Serializable

See Also:
Serialized Form

Constructor Summary
DivPanelState()
           
 
Method Summary
 String getFirstPage()
           
 String getObjectName()
          Returns the ObjectName of the INameable object.
 void setFirstPage(String firstPage)
           
 void setObjectName(String name)
          Set the ObjectName of the INameable object.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DivPanelState

public DivPanelState()
Method Detail

setObjectName

public void setObjectName(String name)
Set the ObjectName of the INameable object. This should only be set once. If it is called a second time an IllegalStateException should be thrown

Specified by:
setObjectName in interface INameable
Parameters:
name - the Object's name.
Throws:
IllegalStateException - if this method is called more than once for an object

getObjectName

public String getObjectName()
Returns the ObjectName of the INameable object.

Specified by:
getObjectName in interface INameable
Returns:
the ObjectName.

getFirstPage

public String getFirstPage()

setFirstPage

public void setFirstPage(String firstPage)