org.apache.shale.dialog.impl
Class SubdialogStateImpl

java.lang.Object
  extended by org.apache.shale.dialog.impl.AbstractState
      extended by org.apache.shale.dialog.impl.SubdialogStateImpl
All Implemented Interfaces:
State, SubdialogState

public class SubdialogStateImpl
extends AbstractState
implements SubdialogState

SubdialogStateImpl is a basic implementation of SubdialogState.

$Id: SubdialogStateImpl.java 419431 2006-07-06 04:38:39Z wsmoak $


Field Summary
 
Fields inherited from class org.apache.shale.dialog.impl.AbstractState
log
 
Constructor Summary
SubdialogStateImpl()
           
 
Method Summary
 String getDialogName()
          

Return the name of the subordinate dialog to be executed by this state.

 void setDialogName(String dialogName)
          Set the name of the subordinate dialog to be executed by this state.
 String toString()
          Render a printable version of this instance.
 
Methods inherited from class org.apache.shale.dialog.impl.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.State
findTransition, getDialog, getName, getTransitionOutcomes
 

Constructor Detail

SubdialogStateImpl

public SubdialogStateImpl()
Method Detail

getDialogName

public String getDialogName()

Return the name of the subordinate dialog to be executed by this state.

Specified by:
getDialogName in interface SubdialogState

toString

public String toString()

Render a printable version of this instance.

Overrides:
toString in class Object

setDialogName

public void setDialogName(String dialogName)

Set the name of the subordinate dialog to be executed by this state.

Parameters:
dialogName - The subordinate dialog name


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