org.apache.cocoon.portal.layout
Class NamedItem

java.lang.Object
  extended byorg.apache.cocoon.portal.layout.AbstractParameters
      extended byorg.apache.cocoon.portal.layout.Item
          extended byorg.apache.cocoon.portal.layout.NamedItem
All Implemented Interfaces:
Cloneable

public class NamedItem
extends Item

Version:
$Id: NamedItem.java 322471 2005-10-16 13:24:19Z cziegeler $

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, getParameter, getParameters, setParameter
 
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
See Also:
Object.clone()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.