com.intel.gui.controls2.configurable
Interface ITableEntry

All Known Subinterfaces:
IConfigurableEntry
All Known Implementing Classes:
JobClientCache, JobEntry, RegistryEntry, RegistryEntry, RemoteFileEntry, StorageEntry, TargetSystemEntry

public interface ITableEntry

The entry in the table

Version:
$Id$
Author:
Valery Shorin

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
 

Method Detail

set

void set(int i,
         java.lang.Object o)
Set the i-th field of the entry

Parameters:
i - the index
o - the value

get

java.lang.Comparable get(int i)
Get the i-th field of the entry

Parameters:
i - the index
Returns:
the value


Copyright © 2008. All Rights Reserved.