org.jboss.dtf.testframework.dtfweb
Class ArchiveInformation

java.lang.Object
  extended by org.jboss.dtf.testframework.dtfweb.ArchiveInformation

public class ArchiveInformation
extends java.lang.Object


Constructor Summary
protected ArchiveInformation(int archiveId, java.sql.Timestamp dateTimeCreate, java.lang.String title, java.lang.String comments)
           
 
Method Summary
static void deleteArchive(int archiveId)
           
 int getArchiveId()
           
static ArchiveInformation getArchiveInformation(int archiveId)
           
static ArchiveInformation[] getArchives()
           
 java.lang.String getComments()
           
 java.sql.Timestamp getDateTimeCreated()
           
 RunUID[] getRunIds()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveInformation

protected ArchiveInformation(int archiveId,
                             java.sql.Timestamp dateTimeCreate,
                             java.lang.String title,
                             java.lang.String comments)
Method Detail

getArchiveId

public int getArchiveId()

getDateTimeCreated

public java.sql.Timestamp getDateTimeCreated()

getTitle

public java.lang.String getTitle()

getComments

public java.lang.String getComments()

getRunIds

public RunUID[] getRunIds()

getArchives

public static ArchiveInformation[] getArchives()

getArchiveInformation

public static ArchiveInformation getArchiveInformation(int archiveId)

deleteArchive

public static void deleteArchive(int archiveId)