org.apache.cocoon.portal.coplets.basket.events
Class ShowBasketEvent

java.lang.Object
  extended by org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
      extended by org.apache.cocoon.portal.coplets.basket.events.ShowBasketEvent
All Implemented Interfaces:
Event

public class ShowBasketEvent
extends ContentStoreEvent

Show the contents of one basket

Version:
CVS $Id: ShowBasketEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
protected  String basketId
          The basket to show
 
Fields inherited from class org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
store
 
Constructor Summary
ShowBasketEvent(String basketId)
          Constructor
 
Method Summary
 String getBasketId()
          Return the basket id
 
Methods inherited from class org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
getContentStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basketId

protected String basketId
The basket to show

Constructor Detail

ShowBasketEvent

public ShowBasketEvent(String basketId)
Constructor

Parameters:
basketId - The id of the basket
Method Detail

getBasketId

public String getBasketId()
Return the basket id



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