public class ResourceBeanWrapper extends Object implements Serializable
| Constructor and Description |
|---|
ResourceBeanWrapper() |
ResourceBeanWrapper(String url,
String name,
String description,
String id,
boolean toBeAdded,
String mimeType,
String owner,
String organizationNameDatasetParent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getMimeType() |
String |
getName() |
String |
getOrganizationNameDatasetParent() |
String |
getOwner() |
String |
getUrl() |
boolean |
isToBeAdded() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setOrganizationNameDatasetParent(String organizationNameDatasetParent) |
void |
setOwner(String owner) |
void |
setToBeAdded(boolean toBeAdded) |
void |
setUrl(String url) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getId()
public void setId(String id)
id - the id to setpublic boolean isToBeAdded()
public void setToBeAdded(boolean toBeAdded)
toBeAdded - the toBeAdded to setpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - the mimeType to setpublic String getOwner()
public void setOwner(String owner)
owner - the owner to setpublic String getOrganizationNameDatasetParent()
public void setOrganizationNameDatasetParent(String organizationNameDatasetParent)
organizationNameDatasetParent - the organizationNameDatasetParent to setCopyright © 2016. All Rights Reserved.