public class Dataset extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
agencyId |
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
version |
| Constructor and Description |
|---|
Dataset() |
Dataset(String id,
String name,
String agencyId,
String version,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgencyId() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getVersion() |
String |
toString() |
Copyright © 2018. All Rights Reserved.