This project has retired. For details please refer to its
Attic page .
MutableDescription (Jetspeed-2 Core API 2.2-SNAPSHOT API)
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 java.lang.String TYPE_PORTLET_APP
See Also: Constant Field Values
TYPE_WEB_APP
static final java.lang.String TYPE_WEB_APP
See Also: Constant Field Values
TYPE_PORTLET
static final java.lang.String TYPE_PORTLET
See Also: Constant Field Values
TYPE_PORTLET_ENTITY
static final java.lang.String TYPE_PORTLET_ENTITY
See Also: Constant Field Values
TYPE_PARAMETER
static final java.lang.String TYPE_PARAMETER
See Also: Constant Field Values
TYPE_PREFERENCE
static final java.lang.String TYPE_PREFERENCE
See Also: Constant Field Values
TYPE_SEC_ROLE_REF
static final java.lang.String TYPE_SEC_ROLE_REF
See Also: Constant Field Values
setDescription
void setDescription (java.lang.String description)
setLocale
void setLocale (java.util.Locale locale)
Copyright © 1999-2008 Apache Software Foundation . All Rights Reserved.