org.gcube.portlets.user.results.client.model
public class BasketModelItem extends Object implements Serializable
| Constructor and Description |
|---|
BasketModelItem() |
BasketModelItem(String oid,
String belongsToOid,
String name,
String description,
String collectionID,
BasketModelItemType itemType,
Boolean isNew,
QuerySearchType searchType) |
BasketModelItem(String uri,
String oid,
String belongsToOid,
String name,
String description,
String collectionID,
BasketModelItemType itemType,
Boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBelongsToOid() |
String |
getCollectionID() |
String |
getDescription() |
BasketModelItemType |
getItemType() |
String |
getName() |
String |
getOid() |
QuerySearchType |
getSearchType() |
String |
getUri() |
Boolean |
isNew() |
void |
setBelongsToOid(String belongsToOid) |
void |
setCollectionID(String collectionID) |
void |
setDescription(String description) |
void |
setIsNew(Boolean isNew) |
void |
setItemType(BasketModelItemType itemType) |
void |
setName(String name) |
void |
setOid(String oid) |
void |
setSearchType(QuerySearchType searchType) |
void |
setUri(String uri) |
String |
toString() |
public BasketModelItem()
public BasketModelItem(String uri, String oid, String belongsToOid, String name, String description, String collectionID, BasketModelItemType itemType, Boolean isNew)
public BasketModelItem(String oid, String belongsToOid, String name, String description, String collectionID, BasketModelItemType itemType, Boolean isNew, QuerySearchType searchType)
public String getUri()
public void setUri(String uri)
public QuerySearchType getSearchType()
public void setSearchType(QuerySearchType searchType)
public String getDescription()
public void setDescription(String description)
public BasketModelItemType getItemType()
public void setItemType(BasketModelItemType itemType)
public String getName()
public void setName(String name)
public String getOid()
public void setOid(String oid)
public Boolean isNew()
public void setIsNew(Boolean isNew)
public String getCollectionID()
public void setCollectionID(String collectionID)
public String getBelongsToOid()
public void setBelongsToOid(String belongsToOid)
Copyright © 2013. All Rights Reserved.