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

java.lang.Object
  extended byorg.apache.cocoon.portal.pluto.om.common.DisplayNameImpl
All Implemented Interfaces:
org.apache.pluto.om.common.DisplayName, org.apache.pluto.om.Model, Serializable, Support

public class DisplayNameImpl
extends Object
implements org.apache.pluto.om.common.DisplayName, Serializable, Support

Version:
$Id: DisplayNameImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
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
DisplayNameImpl()
           
 
Method Summary
 String getCastorLocale()
          Returns the castorLocale.
 String getDisplayName()
           
 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 setDisplayName(String displayName)
           
 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

DisplayNameImpl

public DisplayNameImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface org.apache.pluto.om.common.DisplayName
See Also:
DisplayName.getDisplayName()

getLocale

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

postLoad

public void postLoad(Object parameter)
              throws Exception
Specified by:
postLoad in interface Support
Throws:
Exception
See Also:
Support.postLoad(java.lang.Object)

postStore

public void postStore(Object parameter)
               throws Exception
Specified by:
postStore in interface Support
Throws:
Exception
See Also:
Support.postStore(java.lang.Object)

preBuild

public void preBuild(Object parameter)
              throws Exception
Specified by:
preBuild in interface Support
Throws:
Exception
See Also:
Support.preBuild(java.lang.Object)

preStore

public void preStore(Object parameter)
              throws Exception
Specified by:
preStore in interface Support
Throws:
Exception
See Also:
Support.preStore(java.lang.Object)

postBuild

public void postBuild(Object parameter)
               throws Exception
Specified by:
postBuild in interface Support
Throws:
Exception
See Also:
Support.postBuild(java.lang.Object)

toString

public String toString()
See Also:
Object.toString()

toString

public String toString(int indent)

setDisplayName

public void setDisplayName(String displayName)

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-2005 The Apache Software Foundation. All Rights Reserved.