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

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

public class ResultAction.EditArchiveModel
extends Object
implements Serializable

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

See Also:
Serialized Form

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

head

public String head
The display header.


runIds

public String[] runIds
The run id of the runs to archive.


duplicates

public Set<String> duplicates
The set of duplicate runs.


results

public RunResult[] results
The list of run result objects.

Constructor Detail

ResultAction.EditArchiveModel

public ResultAction.EditArchiveModel()