org.apache.shale.dialog.scxml.config
Class DialogMetadata.SCXMLAction

java.lang.Object
  extended by org.apache.shale.dialog.scxml.config.DialogMetadata.SCXMLAction
All Implemented Interfaces:
Serializable
Enclosing class:
DialogMetadata

public static class DialogMetadata.SCXMLAction
extends Object
implements Serializable

A POJO representing the bits of a custom Commons SCXML action used in a Shale dialog.

See Also:
Serialized Form

Constructor Summary
DialogMetadata.SCXMLAction()
          Constructor.
 
Method Summary
 String getActionclassname()
          Get the action class FQN.
 String getName()
          Get the action name.
 String getUri()
          Get the action URI.
 void setActionclassname(String actionclassname)
          Set the action class FQN.
 void setName(String name)
          Set the action name.
 void setUri(String uri)
          Set the action URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogMetadata.SCXMLAction

public DialogMetadata.SCXMLAction()
Constructor.

Method Detail

getName

public String getName()
Get the action name.

Returns:
The action name.

setName

public void setName(String name)
Set the action name.

Parameters:
name - The action name.

getUri

public String getUri()
Get the action URI.

Returns:
The action URI.

setUri

public void setUri(String uri)
Set the action URI.

Parameters:
uri - The action URI.

getActionclassname

public String getActionclassname()
Get the action class FQN.

Returns:
The action class FQN.

setActionclassname

public void setActionclassname(String actionclassname)
Set the action class FQN.

Parameters:
actionclassname - The action class FQN.


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