org.liquidsite.core.data
Class HostData

java.lang.Object
  extended byorg.liquidsite.core.data.AbstractData
      extended byorg.liquidsite.core.data.HostData

public class HostData
extends AbstractData

A host data object. This object encapsulates a row of data from the LS_HOST table.


Nested Class Summary
 
Nested classes inherited from class org.liquidsite.core.data.AbstractData
AbstractData.BooleanParameter, AbstractData.DateParameter, AbstractData.IntegerParameter, AbstractData.Parameter, AbstractData.StringParameter
 
Field Summary
static AbstractData.Parameter DESCRIPTION
          The description parameter.
static AbstractData.Parameter DOMAIN
          The domain parameter.
static AbstractData.Parameter NAME
          The name parameter.
static AbstractData.Parameter OPTIONS
          The options parameter.
 
Constructor Summary
HostData()
          Creates a new host data object with default values.
 
Methods inherited from class org.liquidsite.core.data.AbstractData
getBoolean, getDate, getInt, getParameterSet, getString, setBoolean, setDate, setInt, setString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final AbstractData.Parameter DOMAIN
The domain parameter.


NAME

public static final AbstractData.Parameter NAME
The name parameter.


DESCRIPTION

public static final AbstractData.Parameter DESCRIPTION
The description parameter.


OPTIONS

public static final AbstractData.Parameter OPTIONS
The options parameter.

Constructor Detail

HostData

public HostData()
Creates a new host data object with default values.