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

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

public class RegistryEntry
extends java.lang.Object
implements ITableEntry

Version:
$Id: RegistryEntry.java,v 1.3 2006/06/15 12:21:35 dizhigul Exp $
Author:
Denis Zhigula

Constructor Summary
RegistryEntry(RegistryNode 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

RegistryEntry

public RegistryEntry(RegistryNode 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.