org.liquidsite.core.data
Class AttributeData

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

public class AttributeData
extends AbstractData

An attribute data object. This object encapsulates a row of data from the LS_ATTRIBUTE table.


Nested Class Summary
 
Nested classes inherited from class org.liquidsite.core.data.AbstractData
AbstractData.BooleanParameter, AbstractData.DateParameter, AbstractData.IntegerParameter, AbstractData.LongParameter, AbstractData.Parameter, AbstractData.StringParameter
 
Field Summary
static AbstractData.Parameter CONTENT
          The content parameter.
static AbstractData.Parameter DATA
          The data parameter.
static AbstractData.Parameter DOMAIN
          The domain parameter.
static AbstractData.Parameter NAME
          The name parameter.
static AbstractData.Parameter REVISION
          The revision parameter.
 
Constructor Summary
AttributeData()
          Creates a new attribute data object with default values.
 
Methods inherited from class org.liquidsite.core.data.AbstractData
getBoolean, getDate, getInt, getLong, getParameterSet, getString, setBoolean, setDate, setInt, setLong, 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.


CONTENT

public static final AbstractData.Parameter CONTENT
The content parameter.


REVISION

public static final AbstractData.Parameter REVISION
The revision parameter.


NAME

public static final AbstractData.Parameter NAME
The name parameter.


DATA

public static final AbstractData.Parameter DATA
The data parameter.

Constructor Detail

AttributeData

public AttributeData()
Creates a new attribute data object with default values.