org.apache.jetspeed.om.common.preference
Interface PreferenceValue
public interface PreferenceValue
PreferenceValue
Represents an individual value for a preference which could
either be the default preferences from a portlet's deployment descriptor
or a preference value for a specific user. This class should only be
accessed by Jetspeed internals as Preference values are really
only String values. The use of preference value objects helps
facilitate the use object relational tools in terms of persistence operations.
- Version:
- $Id: PreferenceValue.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Scott T. Weaver
getValue
String getValue()
- Returns:
setValue
void setValue(String string)
- Parameters:
string
-
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.