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

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

public class ShowBasketEvent
extends ContentStoreEvent

Show the contents of one basket.

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

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