org.apache.cocoon.portal.layout
Class NamedItem

java.lang.Object
  extended by org.apache.cocoon.portal.layout.AbstractParameters
      extended by org.apache.cocoon.portal.layout.Item
          extended by org.apache.cocoon.portal.layout.NamedItem
All Implemented Interfaces:
Cloneable, Parameters

public class NamedItem
extends Item

Version:
CVS $Id: NamedItem.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler, Volker Schmitt

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.layout.AbstractParameters
parameters
 
Constructor Summary
NamedItem()
           
 
Method Summary
protected  Object clone()
           
 String getName()
          Returns the name.
 void setName(String name)
          Sets the name.
 
Methods inherited from class org.apache.cocoon.portal.layout.Item
copy, getLayout, getParent, setLayout, setParent
 
Methods inherited from class org.apache.cocoon.portal.layout.AbstractParameters
addParameter, getCastorParameters, getParameters
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedItem

public NamedItem()
Method Detail

getName

public String getName()
Returns the name.

Returns:
String

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Item
Throws:
CloneNotSupportedException


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