@Entity public class StorableTemplate extends Object implements Identifiable
| Constructor and Description |
|---|
StorableTemplate(String name,
String description,
String agency,
String owner,
String scope,
org.gcube.data.analysis.tabulardata.commons.templates.model.Template template) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgency() |
Calendar |
getCreationDate() |
String |
getDescription() |
long |
getId() |
String |
getName() |
String |
getOwner() |
List<String> |
getScopes() |
List<String> |
getSharedWith() |
org.gcube.data.analysis.tabulardata.commons.templates.model.Template |
getTemplate() |
void |
setAgency(String agency) |
void |
setCreationDate(Calendar creationDate) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setScopes(List<String> scopes) |
void |
setSharedWith(List<String> sharedWith) |
void |
setTemplate(org.gcube.data.analysis.tabulardata.commons.templates.model.Template template) |
public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getAgency()
public void setAgency(String agency)
agency - the agency to setpublic String getOwner()
getOwner in interface Identifiablepublic void setOwner(String owner)
owner - the owner to setpublic Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
creationDate - the creationDate to setpublic List<String> getSharedWith()
getSharedWith in interface Identifiablepublic void setSharedWith(List<String> sharedWith)
sharedWith - the sharedWith to setpublic List<String> getScopes()
getScopes in interface Identifiablepublic org.gcube.data.analysis.tabulardata.commons.templates.model.Template getTemplate()
public void setTemplate(org.gcube.data.analysis.tabulardata.commons.templates.model.Template template)
template - the template to setpublic long getId()
Copyright © 2018. All Rights Reserved.