org.apache.jetspeed.components.portletpreferences
Class DatabasePreferenceValue

java.lang.Object
  extended by org.apache.jetspeed.components.portletpreferences.DatabasePreferenceValue

public class DatabasePreferenceValue
extends java.lang.Object

The database representation of a preference value object

Version:
$Id: $
Author:
David Sean Taylor

Constructor Summary
DatabasePreferenceValue()
           
 
Method Summary
 long getId()
           
 short getIndex()
           
 long getPrefId()
           
 java.lang.String getValue()
           
 void setIndex(short index)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabasePreferenceValue

public DatabasePreferenceValue()
Method Detail

getId

public long getId()

getIndex

public short getIndex()

setIndex

public void setIndex(short index)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getPrefId

public long getPrefId()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.