org.gcube.portlets.user.homelibrary.home.workspace.folder.items.ts
Class TimeSeriesInfo

java.lang.Object
  extended by org.gcube.portlets.user.homelibrary.home.workspace.folder.items.ts.TimeSeriesInfo
All Implemented Interfaces:
Serializable, Cloneable

public class TimeSeriesInfo
extends Object
implements Serializable, Cloneable

Author:
Federico De Faveri defaveri@isti.cnr.it
See Also:
Serialized Form

Field Summary
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 Summary
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.
 
Method Summary
 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()
          
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

title

protected String title

creator

protected String creator

description

protected String description

creationDate

protected String creationDate

publisher

protected String publisher

sourceId

protected String sourceId

sourceName

protected String sourceName

rights

protected String rights

dimension

protected long dimension
Constructor Detail

TimeSeriesInfo

public 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.

Parameters:
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.
Method Detail

getId

public String getId()
Return the Time Series id.

Returns:
the id.

getTitle

public String getTitle()
Return the Time Series title.

Returns:
the title.

getCreator

public String getCreator()
Return the Time Series creator.

Returns:
the creator

getDescription

public String getDescription()
Return the Time Series description.

Returns:
the description

getCreationDate

public String getCreationDate()
Return the Time Series

Returns:
the CreationDate

getPublisher

public String getPublisher()
Return the Time Series

Returns:
the publisher

getSourceId

public String getSourceId()
Return the Time Series

Returns:
the sourceId

getSourceName

public String getSourceName()
Return the Time Series

Returns:
the sourceName

getRights

public String getRights()
Return the Time Series

Returns:
the rights

getDimension

public long getDimension()
Return the Time Series

Returns:
the dimension

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object

clone

public TimeSeriesInfo clone()

Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.