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() |
protected String id
protected String name
protected String agencyId
protected String version
protected String description
Copyright © 2014. All Rights Reserved.