org.apache.jetspeed.om.portlet.impl
Class DescriptionImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.DescriptionImpl
- All Implemented Interfaces:
- java.io.Serializable, LocalizedObject, org.apache.pluto.container.om.portlet.Description
public class DescriptionImpl
- extends java.lang.Object
- implements Description
DescriptionImpl
Implementation of the Description
interface.
- Version:
- $Id: DescriptionImpl.java 743646 2009-02-12 08:02:18Z taylor $
- Author:
- Scott T. Weaver
- See Also:
Description,
Serialized Form
|
Field Summary |
protected java.lang.String |
description
|
protected java.lang.String |
lang
|
protected java.util.Locale |
locale
|
protected java.lang.String |
owner
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
protected java.lang.String owner
description
protected java.lang.String description
lang
protected java.lang.String lang
locale
protected java.util.Locale locale
DescriptionImpl
public DescriptionImpl()
DescriptionImpl
public DescriptionImpl(java.lang.Object owner,
java.lang.String lang)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.Description
setDescription
public void setDescription(java.lang.String value)
- Specified by:
setDescription in interface org.apache.pluto.container.om.portlet.Description
getLang
public java.lang.String getLang()
- Specified by:
getLang in interface org.apache.pluto.container.om.portlet.Description
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale in interface LocalizedObject- Specified by:
getLocale in interface org.apache.pluto.container.om.portlet.Description
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.