org.gcube.portlets.user.results.client.model
Class BasketSerializable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasketSerializable
public BasketSerializable()
BasketSerializable
public BasketSerializable(String id,
String name,
String path,
List<BasketModelItem> items)
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.