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

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

public class TargetSystemEntry
extends java.lang.Object
implements ITableEntry

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

Field Summary
protected  java.util.Calendar calendar
           
 
Constructor Summary
TargetSystemEntry(TargetSystemNode 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
 

Field Detail

calendar

protected java.util.Calendar calendar
Constructor Detail

TargetSystemEntry

public TargetSystemEntry(TargetSystemNode 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.