org.gcube.contentmanagement.timeseriesservice.impl.timeseries
Class TimeSeries
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.timeseries.TimeSeries
public class TimeSeries
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSeries
public TimeSeries(String id)
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
getTitle
public String getTitle()
- Returns:
- the title
setTitle
public void setTitle(String title)
- Parameters:
title - the title to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getCreator
public String getCreator()
- Returns:
- the cretor
setCreator
public void setCreator(String creator)
- Parameters:
cretor - the cretor to set
getPublisher
public String getPublisher()
- Returns:
- the publisher
setPublisher
public void setPublisher(String publisher)
- Parameters:
publisher - the publisher to set
getSourceId
public String getSourceId()
- Returns:
- the sourceId
setSourceId
public void setSourceId(String sourceId)
- Parameters:
sourceId - the sourceId to set
getSourceName
public String getSourceName()
- Returns:
- the sourceName
setSourceName
public void setSourceName(String sourceName)
- Parameters:
sourceName - the sourceName to set
getIsVersionOf
public String getIsVersionOf()
- Returns:
- the isVersionOf
setIsVersionOf
public void setIsVersionOf(String isVersionOf)
- Parameters:
isVersionOf - the isVersionOf to set
getRights
public String getRights()
- Returns:
- the rights
setRights
public void setRights(String rights)
- Parameters:
rights - the rights to set
getDate
public Timestamp getDate()
- Returns:
- the date
setDate
public void setDate(Timestamp date)
- Parameters:
date - the date to set
getLegth
public int getLegth()
- Returns:
- the legth
setLegth
public void setLegth(int legth)
- Parameters:
legth - the legth to set
isPublished
public boolean isPublished()
- Returns:
- the published
setPublished
public void setPublished(boolean published)
- Parameters:
published - the published to set
getUsers
public String getUsers()
- Returns:
- the users
setUsers
public void setUsers(String users)
- Parameters:
users - the users to set
getScope
public String getScope()
- Returns:
- the scope
setScope
public void setScope(String scope)
- Parameters:
scope - the scope to set
getId
public String getId()
- Returns:
- the id
store
public void store()
throws Exception
- Throws:
Exception
delete
public void delete()
throws Exception
- Throws:
Exception
get
public static TimeSeries get(String id)
throws Exception
- Throws:
Exception
getTableName
public static String getTableName()
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.