public class DatasetData extends Object implements Serializable
| Constructor and Description |
|---|
DatasetData() |
DatasetData(Integer id,
String name,
DatasetType datasetType,
String protocol,
String url) |
| Modifier and Type | Method and Description |
|---|---|
DatasetType |
getDatasetType() |
Integer |
getId() |
String |
getName() |
String |
getProtocol() |
String |
getUrl() |
void |
setDatasetType(DatasetType datasetType) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
void |
setUrl(String url) |
String |
toString() |
public DatasetData()
public DatasetData(Integer id, String name, DatasetType datasetType, String protocol, String url)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public DatasetType getDatasetType()
public void setDatasetType(DatasetType datasetType)
public String getProtocol()
public void setProtocol(String protocol)
public String getUrl()
public void setUrl(String url)
Copyright © 2018. All Rights Reserved.