public class TimeSeriesInfo extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
creationDate |
protected String |
creator |
protected String |
description |
protected long |
dimension |
protected String |
id |
protected String |
publisher |
protected String |
rights |
protected String |
sourceId |
protected String |
sourceName |
protected String |
title |
| Constructor and Description |
|---|
TimeSeriesInfo(String id,
String title,
String creator,
String description,
String creationDate,
String publisher,
String sourceId,
String sourceName,
String rights,
long dimension)
Constructs a new TimeSeriesInfo class.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCreationDate()
Return the Time Series
|
String |
getCreator()
Return the Time Series creator.
|
String |
getDescription()
Return the Time Series description.
|
long |
getDimension()
Return the Time Series
|
String |
getId()
Return the Time Series id.
|
String |
getPublisher()
Return the Time Series
|
String |
getRights()
Return the Time Series
|
String |
getSourceId()
Return the Time Series
|
String |
getSourceName()
Return the Time Series
|
String |
getTitle()
Return the Time Series title.
|
int |
hashCode() |
String |
toString() |
protected String id
protected String title
protected String creator
protected String description
protected String creationDate
protected String publisher
protected String sourceId
protected String sourceName
protected String rights
protected long dimension
public TimeSeriesInfo(String id, String title, String creator, String description, String creationDate, String publisher, String sourceId, String sourceName, String rights, long dimension)
id - the Time Series id.title - the Time Series title.creator - the Time Series creator.description - the Time Series description.creationDate - the Time Series creation date.publisher - the Time Series publisher.sourceId - the Time Series source id.sourceName - the Time Series source name.rights - the Time Series associated rights.dimension - the Time Series dimension.public String getId()
public String getTitle()
public String getCreator()
public String getDescription()
public String getCreationDate()
public String getPublisher()
public String getSourceId()
public String getSourceName()
public String getRights()
public long getDimension()
public TimeSeriesInfo clone()
Copyright © 2020. All Rights Reserved.