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 186724 2004-06-05 05:10:46Z taylor $
- Author:
- Scott T. Weaver
Methods inherited from interface org.apache.pluto.om.common.Description |
getDescription, getLocale |
TYPE_PORTLET_APP
public static final String TYPE_PORTLET_APP
- See Also:
- Constant Field Values
TYPE_WEB_APP
public static final String TYPE_WEB_APP
- See Also:
- Constant Field Values
TYPE_PORTLET
public static final String TYPE_PORTLET
- See Also:
- Constant Field Values
TYPE_PORTLET_ENTITY
public static final String TYPE_PORTLET_ENTITY
- See Also:
- Constant Field Values
TYPE_PARAMETER
public static final String TYPE_PARAMETER
- See Also:
- Constant Field Values
TYPE_PREFERENCE
public static final String TYPE_PREFERENCE
- See Also:
- Constant Field Values
TYPE_SEC_ROLE_REF
public static final String TYPE_SEC_ROLE_REF
- See Also:
- Constant Field Values
setDescription
public void setDescription(String description)
setLocale
public void setLocale(Locale locale)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.