|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faban.harness.webclient.ResultAction.EditAnalysisModel
public static class ResultAction.EditAnalysisModel
The model object for the EditAnalysis screen view. This is according to the MVC pattern.
| 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 |
|---|
public String head
public String type
public String runList
public String name
public String[] runIds
| Constructor Detail |
|---|
public ResultAction.EditAnalysisModel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||