com.sun.faban.harness.webclient
Class ResultAction.EditAnalysisModel

java.lang.Object
  extended by com.sun.faban.harness.webclient.ResultAction.EditAnalysisModel
All Implemented Interfaces:
Serializable
Enclosing class:
ResultAction

public static class ResultAction.EditAnalysisModel
extends Object
implements Serializable

The model object for the EditAnalysis screen view. This is according to the MVC pattern.

See Also:
Serialized Form

Field Summary
 String head
          The header, usually the process type.
 String name
          The analysis name.
 String[] runIds
          The run ids to analyze.
 String runList
          The string representation of the list of runs to analyze.
 String type
          The type string in all lowercase.
 
Constructor Summary
ResultAction.EditAnalysisModel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

public String head
The header, usually the process type.


type

public String type
The type string in all lowercase.


runList

public String runList
The string representation of the list of runs to analyze.


name

public String name
The analysis name.


runIds

public String[] runIds
The run ids to analyze.

Constructor Detail

ResultAction.EditAnalysisModel

public ResultAction.EditAnalysisModel()