com.intel.gpe.client2.filemanager.tables
Class RemoteFileEntry

java.lang.Object
  extended by com.intel.gpe.client2.filemanager.tables.RemoteFileEntry
All Implemented Interfaces:
ITableEntry

public class RemoteFileEntry
extends java.lang.Object
implements ITableEntry

Version:
$Id: RemoteFileEntry.java,v 1.6 2006/10/20 07:10:12 dizhigul Exp $
Author:
Denis Zhigula

Constructor Summary
RemoteFileEntry(RemoteFileNode node)
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFileEntry

public RemoteFileEntry(RemoteFileNode node)
Method Detail

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
Parameters:
i - the index
o - the value

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
Parameters:
i - the index
Returns:
the value


Copyright © 2008. All Rights Reserved.