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 186724 2004-06-05 05:10:46Z taylor $
- Author:
- Scott T. Weaver
getValue
public String getValue()
- Returns:
setValue
public void setValue(String string)
- Parameters:
string
-
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.