org.apache.jetspeed.om.common
Interface MutableDisplayName

All Superinterfaces:
org.apache.pluto.om.common.DisplayName, org.apache.pluto.om.Model

public interface MutableDisplayName
extends org.apache.pluto.om.common.DisplayName

MutableDisplayName

Version:
$Id: MutableDisplayName.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
static java.lang.String TYPE_PORTLET
           
static java.lang.String TYPE_WEB_APP
           
 
Method Summary
 void setDisplayName(java.lang.String displayName)
           
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from interface org.apache.pluto.om.common.DisplayName
getDisplayName, getLocale
 

Field Detail

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

setDisplayName

void setDisplayName(java.lang.String displayName)

setLocale

void setLocale(java.util.Locale locale)


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