org.apache.cocoon.portal.factory
Interface ProducibleDescription

All Superinterfaces:
AspectalizableDescription
All Known Subinterfaces:
CopletDescription, LayoutDescription
All Known Implementing Classes:
AbstractProducibleDescription, DefaultCopletDescription, DefaultLayoutDescription

public interface ProducibleDescription
extends AspectalizableDescription

This is a description of a Producible object.

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

Method Summary
 boolean createId()
          Create a unique id for objects of this type
 String getClassName()
           
 String getName()
           
 
Methods inherited from interface org.apache.cocoon.portal.aspect.AspectalizableDescription
getAspectDescription, getAspectDescriptions
 

Method Detail

getClassName

String getClassName()
Returns:
The class name

getName

String getName()
Returns:
The configured name

createId

boolean createId()
Create a unique id for objects of this type



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