org.apache.cocoon.portal.pluto.om.common
Class DescriptionImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.common.DescriptionImpl
All Implemented Interfaces:
Serializable, Support, org.apache.pluto.om.common.Description, org.apache.pluto.om.Model

public class DescriptionImpl
extends Object
implements org.apache.pluto.om.common.Description, Serializable, Support

Version:
CVS $Id: DescriptionImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.pluto.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
DescriptionImpl()
           
 
Method Summary
 String getCastorLocale()
          Returns the castorLocale.
 String getDescription()
           
 Locale getLocale()
           
 void postBuild(Object parameter)
           
 void postLoad(Object parameter)
           
 void postStore(Object parameter)
           
 void preBuild(Object parameter)
           
 void preStore(Object parameter)
           
 void setCastorLocale(String castorLocale)
          Sets the castorLocale.
 void setDescription(String description)
           
 void setLocale(Locale locale)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptionImpl

public DescriptionImpl()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface org.apache.pluto.om.common.Description

getLocale

public Locale getLocale()
Specified by:
getLocale in interface org.apache.pluto.om.common.Description

postBuild

public void postBuild(Object parameter)
               throws Exception
Specified by:
postBuild in interface Support
Throws:
Exception

postLoad

public void postLoad(Object parameter)
              throws Exception
Specified by:
postLoad in interface Support
Throws:
Exception

postStore

public void postStore(Object parameter)
               throws Exception
Specified by:
postStore in interface Support
Throws:
Exception

preBuild

public void preBuild(Object parameter)
              throws Exception
Specified by:
preBuild in interface Support
Throws:
Exception

preStore

public void preStore(Object parameter)
              throws Exception
Specified by:
preStore in interface Support
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(int indent)

setDescription

public void setDescription(String description)

setLocale

public void setLocale(Locale locale)

getCastorLocale

public String getCastorLocale()
Returns the castorLocale.

Returns:
String

setCastorLocale

public void setCastorLocale(String castorLocale)
Sets the castorLocale.

Parameters:
castorLocale - The castorLocale to set


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.