org.gcube.portlets.user.results.client.model
Class BasketSerializable

java.lang.Object
  extended by org.gcube.portlets.user.results.client.model.BasketSerializable
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class BasketSerializable
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
massi the class which goes in the session

Constructor Summary
BasketSerializable()
           
BasketSerializable(String id, String name, String path, List<BasketModelItem> items)
           
 
Method Summary
 String getId()
          the id of the basket in the user workspace
 List<BasketModelItem> getItems()
           
 String getName()
           
 String getPath()
           
 void setId(String id)
           
 void setItems(List<BasketModelItem> items)
           
 void setName(String name)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasketSerializable

public BasketSerializable()

BasketSerializable

public BasketSerializable(String id,
                          String name,
                          String path,
                          List<BasketModelItem> items)
Method Detail

getItems

public List<BasketModelItem> getItems()

setItems

public void setItems(List<BasketModelItem> items)

getName

public String getName()

setName

public void setName(String name)

getPath

public String getPath()

setPath

public void setPath(String path)

getId

public String getId()
the id of the basket in the user workspace

Returns:
id of the basket in the user workspace

setId

public void setId(String id)


Copyright © 2013. All Rights Reserved.