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

Field Summary
static java.lang.String TYPE_PARAMETER
           
static java.lang.String TYPE_PORTLET
           
static java.lang.String TYPE_PORTLET_APP
           
static java.lang.String TYPE_PORTLET_ENTITY
           
static java.lang.String TYPE_PREFERENCE
           
static java.lang.String TYPE_SEC_ROLE_REF
           
static java.lang.String TYPE_WEB_APP
           
 
Method Summary
 void setDescription(java.lang.String description)
           
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from interface org.apache.pluto.om.common.Description
getDescription, getLocale
 

Field Detail

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
Method Detail

setDescription

void setDescription(java.lang.String description)

setLocale

void setLocale(java.util.Locale locale)


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.