org.apache.jetspeed.om.common
Interface MutableDescription
- All Superinterfaces:
- org.apache.pluto.om.common.Description, org.apache.pluto.om.Model
public interface MutableDescription
- extends org.apache.pluto.om.common.Description
MutableDescription
Extended version of org.apache.pluto.om.common.Description
that allows for setting the description text and Locale for the description
object.
- Version:
- $Id: MutableDescription.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Scott T. Weaver
Methods inherited from interface org.apache.pluto.om.common.Description |
getDescription, getLocale |
TYPE_PORTLET_APP
static final String TYPE_PORTLET_APP
- See Also:
- Constant Field Values
TYPE_WEB_APP
static final String TYPE_WEB_APP
- See Also:
- Constant Field Values
TYPE_PORTLET
static final String TYPE_PORTLET
- See Also:
- Constant Field Values
TYPE_PORTLET_ENTITY
static final String TYPE_PORTLET_ENTITY
- See Also:
- Constant Field Values
TYPE_PARAMETER
static final String TYPE_PARAMETER
- See Also:
- Constant Field Values
TYPE_PREFERENCE
static final String TYPE_PREFERENCE
- See Also:
- Constant Field Values
TYPE_SEC_ROLE_REF
static final String TYPE_SEC_ROLE_REF
- See Also:
- Constant Field Values
setDescription
void setDescription(String description)
setLocale
void setLocale(Locale locale)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.