public class TimeSeries extends Object
| Constructor and Description |
|---|
TimeSeries(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
static TimeSeries |
get(String id) |
String |
getCreator() |
Timestamp |
getDate() |
String |
getDescription() |
String |
getId() |
String |
getIsVersionOf() |
int |
getLegth() |
String |
getPublisher() |
String |
getRights() |
String |
getScope() |
String |
getSourceId() |
String |
getSourceName() |
static String |
getTableName() |
String |
getTitle() |
String |
getType() |
String |
getUsers() |
boolean |
isPublished() |
void |
setCreator(String creator) |
void |
setDate(Timestamp date) |
void |
setDescription(String description) |
void |
setIsVersionOf(String isVersionOf) |
void |
setLegth(int legth) |
void |
setPublished(boolean published) |
void |
setPublisher(String publisher) |
void |
setRights(String rights) |
void |
setScope(String scope) |
void |
setSourceId(String sourceId) |
void |
setSourceName(String sourceName) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUsers(String users) |
void |
store() |
public TimeSeries(String id)
public String getType()
public void setType(String type)
type - the type to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getCreator()
public void setCreator(String creator)
cretor - the cretor to setpublic String getPublisher()
public void setPublisher(String publisher)
publisher - the publisher to setpublic String getSourceId()
public void setSourceId(String sourceId)
sourceId - the sourceId to setpublic String getSourceName()
public void setSourceName(String sourceName)
sourceName - the sourceName to setpublic String getIsVersionOf()
public void setIsVersionOf(String isVersionOf)
isVersionOf - the isVersionOf to setpublic String getRights()
public void setRights(String rights)
rights - the rights to setpublic Timestamp getDate()
public void setDate(Timestamp date)
date - the date to setpublic int getLegth()
public void setLegth(int legth)
legth - the legth to setpublic boolean isPublished()
public void setPublished(boolean published)
published - the published to setpublic String getUsers()
public void setUsers(String users)
users - the users to setpublic String getScope()
public void setScope(String scope)
scope - the scope to setpublic String getId()
public static TimeSeries get(String id) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.