|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.webclient.ResultAction.EditArchiveModel
public class ResultAction.EditArchiveModel
The model object for the EditArchive screen view. This is according to the MVC pattern.
Field Summary | |
---|---|
Set<String> |
duplicates
The set of duplicate runs. |
String |
head
The display header. |
RunResult[] |
results
The list of run result objects. |
String[] |
runIds
The run id of the runs to archive. |
Constructor Summary | |
---|---|
ResultAction.EditArchiveModel()
|
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[] runIds
public Set<String> duplicates
public RunResult[] results
Constructor Detail |
---|
public ResultAction.EditArchiveModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |