public class TabularResource extends Object
| Constructor and Description |
|---|
TabularResource(long id,
String name,
String owner,
Calendar creationDate,
String type) |
TabularResource(long id,
String name,
String owner,
Calendar creationDate,
String type,
List<String> sharedWith,
Map<String,String> properties,
List<HistoryData> history) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
List<HistoryData> |
getHistory() |
long |
getId() |
String |
getName() |
String |
getOwner() |
Map<String,String> |
getProperties() |
List<String> |
getSharedWith() |
String |
getType() |
void |
setHistory(List<HistoryData> history) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
public TabularResource(long id,
String name,
String owner,
Calendar creationDate,
String type)
public long getId()
public String getName()
public void setProperties(Map<String,String> properties)
properties - the properties to setpublic Calendar getCreationDate()
public List<HistoryData> getHistory()
public void setHistory(List<HistoryData> history)
history - the history to setpublic String getOwner()
public void setName(String name)
name - the name to setpublic String getType()
Copyright © 2014. All Rights Reserved.