com.intel.gpe.client2.common.tables.jobs
Class JobEntry

java.lang.Object
  extended by com.intel.gpe.client2.common.requests.JobClientCache
      extended by com.intel.gpe.client2.common.tables.jobs.JobEntry
All Implemented Interfaces:
ITableEntry

public class JobEntry
extends JobClientCache
implements ITableEntry

Version:
$Id: JobEntry.java,v 1.10 2006/11/15 13:44:17 lukichev Exp $
Author:
Valery Shorin

Constructor Summary
JobEntry()
           
 
Method Summary
 java.lang.Comparable get(int i)
          Get the i-th field of the entry
 void set(int i, java.lang.Object o)
          Set the i-th field of the entry
 
Methods inherited from class com.intel.gpe.client2.common.requests.JobClientCache
getApplicationName, getApplicationVersion, getId, getStatus, getStatusString, getSubmissionTime, getTerminationTime, setApplicationName, setApplicationVersion, setId, setStatus, setSubmissionTime, setTerminationTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobEntry

public JobEntry()
Method Detail

get

public java.lang.Comparable get(int i)
Description copied from interface: ITableEntry
Get the i-th field of the entry

Specified by:
get in interface ITableEntry
Overrides:
get in class JobClientCache
Parameters:
i - the index
Returns:
the value

set

public void set(int i,
                java.lang.Object o)
Description copied from interface: ITableEntry
Set the i-th field of the entry

Specified by:
set in interface ITableEntry
Overrides:
set in class JobClientCache
Parameters:
i - the index
o - the value


Copyright © 2008. All Rights Reserved.