com.intel.gpe.client2.common.panels.registries
Class RegistryEntry

java.lang.Object
  extended by com.intel.gpe.client2.common.panels.registries.RegistryEntry
All Implemented Interfaces:
ITableEntry

public class RegistryEntry
extends java.lang.Object
implements ITableEntry

Version:
$Id: RegistryEntry.java,v 1.12 2007/02/27 12:42:53 dizhigul Exp $
Author:
Alexander Lukichev, Valery Shorin

Constructor Summary
RegistryEntry(java.lang.String id)
           
RegistryEntry(java.lang.String id, java.util.List<java.lang.String> data)
           
 
Method Summary
 java.lang.Comparable get(int i)
          Get the i-th field of the entry
 java.util.List<java.lang.String> getData()
           
 java.lang.String getId()
           
 java.lang.String getRegistryName()
          Get the registry name.
 boolean getStatus()
          Get the registry status.
 java.lang.String getURL()
          Get the registry URL.
 void set(int i, java.lang.Object o)
          Set the i-th field of the entry
 void setData(java.util.List<java.lang.String> data)
           
 void setName(java.lang.String name)
           
 void setStatus(java.lang.String status)
           
 void setURL(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryEntry

public RegistryEntry(java.lang.String id,
                     java.util.List<java.lang.String> data)

RegistryEntry

public RegistryEntry(java.lang.String id)
Method Detail

getRegistryName

public java.lang.String getRegistryName()
Get the registry name.

Returns:
the registry name

getURL

public java.lang.String getURL()
Get the registry URL.

Returns:
the registry URL

getStatus

public boolean getStatus()
Get the registry status.

Returns:
the registry status

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

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

setName

public void setName(java.lang.String name)

setURL

public void setURL(java.lang.String url)

setStatus

public void setStatus(java.lang.String status)

getId

public java.lang.String getId()
Returns:
Returns the id.

getData

public java.util.List<java.lang.String> getData()
Returns:
Returns the data.

setData

public void setData(java.util.List<java.lang.String> data)
Parameters:
data - The data to set.


Copyright © 2008. All Rights Reserved.