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 String TYPE_PORTLET
           
static String TYPE_WEB_APP
           
 
Method Summary
 void setDisplayName(String displayName)
           
 void setLocale(Locale locale)
           
 
Methods inherited from interface org.apache.pluto.om.common.DisplayName
getDisplayName, getLocale
 

Field Detail

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

setDisplayName

void setDisplayName(String displayName)

setLocale

void setLocale(Locale locale)


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