org.apache.jetspeed.om.portlet.impl
Class DescriptionImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
DescriptionImpl()
           
DescriptionImpl(java.lang.Object owner, java.lang.String lang)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLang()
           
 java.util.Locale getLocale()
           
 void setDescription(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected java.lang.String owner

description

protected java.lang.String description

lang

protected java.lang.String lang

locale

protected java.util.Locale locale
Constructor Detail

DescriptionImpl

public DescriptionImpl()

DescriptionImpl

public DescriptionImpl(java.lang.Object owner,
                       java.lang.String lang)
Method Detail

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.