edu.uoc.pfc.j2ee.jalonsod.mtp.config
Class Result
java.lang.Object
edu.uoc.pfc.j2ee.jalonsod.mtp.config.Result
public class Result
- extends java.lang.Object
File: Result.java
Created: 2012-04-22
Contains the information to handle a response value from the run method of the application model
object.
A result represents a string returned from a model which maps to a particular view.
- Author:
- José Alonso de Motta
Field Summary |
private java.lang.String |
name
|
private java.lang.String |
nextView
|
Constructor Summary |
Result(java.lang.String name,
java.lang.String nextView)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
nextView
private java.lang.String nextView
Result
public Result(java.lang.String name,
java.lang.String nextView)
throws ConfiguratorException
- Throws:
ConfiguratorException
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getNextView
public java.lang.String getNextView()
setNextView
public void setNextView(java.lang.String nextView)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object