org.gcube.portlets.d4sreporting.common.shared
Class TimeSeriesinfo
java.lang.Object
org.gcube.portlets.d4sreporting.common.shared.TimeSeriesinfo
- All Implemented Interfaces:
- Serializable
public class TimeSeriesinfo
- extends Object
- implements Serializable
- Author:
- massi
- See Also:
- Serialized Form
|
Constructor Summary |
TimeSeriesinfo()
|
TimeSeriesinfo(String id,
String name,
String description,
String owner,
Date creationTime,
Date lastModificationTime,
String timeseriesId,
String title,
String creator,
String timeseriesDescription,
String timeseriesCreationDate,
String publisher,
String sourceId,
String sourceName,
String rights,
long dimension,
List<String> headerLabels)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
timeseriesId
protected String timeseriesId
title
protected String title
owner
protected String owner
creator
protected String creator
timeseriesDescription
protected String timeseriesDescription
timeseriesCreationDate
protected String timeseriesCreationDate
publisher
protected String publisher
sourceId
protected String sourceId
sourceName
protected String sourceName
rights
protected String rights
dimension
protected long dimension
creationTime
protected Date creationTime
lastModificationTime
protected Date lastModificationTime
headerLabels
protected List<String> headerLabels
TimeSeriesinfo
public TimeSeriesinfo()
TimeSeriesinfo
public TimeSeriesinfo(String id,
String name,
String description,
String owner,
Date creationTime,
Date lastModificationTime,
String timeseriesId,
String title,
String creator,
String timeseriesDescription,
String timeseriesCreationDate,
String publisher,
String sourceId,
String sourceName,
String rights,
long dimension,
List<String> headerLabels)
- Parameters:
id - id in basketname - namedescription - .owner - .creationTime - .lastModificationTime - .timeseriesId - .title - .creator - .timeseriesDescription - .timeseriesCreationDate - .publisher - .sourceId - .sourceName - .rights - .dimension - .headerLabels - .
getLastModificationTime
public Date getLastModificationTime()
- Returns:
- .
setLastModificationTime
public void setLastModificationTime(Date lastModificationTime)
- Parameters:
lastModificationTime - .
getCreationTime
public Date getCreationTime()
- Returns:
- .
setCreationTime
public void setCreationTime(Date creationTime)
- Parameters:
creationTime - .
getOwner
public String getOwner()
- Returns:
- .
setOwner
public void setOwner(String owner)
- Parameters:
owner - .
getId
public String getId()
- Returns:
- .
setId
public void setId(String id)
- Parameters:
id - .
getName
public String getName()
- Returns:
- .
setName
public void setName(String name)
- Parameters:
name - .
getCreator
public String getCreator()
-
getDimension
public long getDimension()
-
getPublisher
public String getPublisher()
-
getRights
public String getRights()
-
getSourceId
public String getSourceId()
-
getSourceName
public String getSourceName()
-
getTimeSeriesCreationDate
public String getTimeSeriesCreationDate()
-
getTimeSeriesDescription
public String getTimeSeriesDescription()
-
getTimeSeriesId
public String getTimeSeriesId()
-
getTitle
public String getTitle()
-
getHeaderLabels
public List<String> getHeaderLabels()
- Returns:
- the headerLabels
Copyright © 2014. All Rights Reserved.