org.apache.shale.dialog.basic.config
Class EndStateImpl

java.lang.Object
  extended by org.apache.shale.dialog.basic.config.AbstractState
      extended by org.apache.shale.dialog.basic.config.ViewStateImpl
          extended by org.apache.shale.dialog.basic.config.EndStateImpl
All Implemented Interfaces:
EndState, State, ViewState

public final class EndStateImpl
extends ViewStateImpl
implements EndState

EndStateImpl is a basic implementation of EndState.

Since:
1.0.4 $Id: EndStateImpl.java 419431 2006-07-06 04:38:39Z wsmoak $

Constructor Summary
EndStateImpl()
           
 
Method Summary
 String toString()
          Render a printable version of this instance.
 
Methods inherited from class org.apache.shale.dialog.basic.config.ViewStateImpl
getViewId, isRedirect, setRedirect, setViewId
 
Methods inherited from class org.apache.shale.dialog.basic.config.AbstractState
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.shale.dialog.basic.model.ViewState
getViewId, isRedirect
 
Methods inherited from interface org.apache.shale.dialog.basic.model.State
findTransition, getDialog, getName, getTransitionOutcomes
 

Constructor Detail

EndStateImpl

public EndStateImpl()
Method Detail

toString

public String toString()

Render a printable version of this instance.

Overrides:
toString in class ViewStateImpl
Returns:
The printable version of this instance


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.