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,
boolean valid) |
| Modifier and Type | Method and Description |
|---|---|
void |
finalize(boolean finalize) |
Calendar |
getCreationDate() |
List<HistoryData> |
getHistory() |
long |
getId() |
String |
getName() |
Long |
getNewVersionId() |
String |
getOwner() |
Map<String,String> |
getProperties() |
List<String> |
getSharedWithGroup() |
List<String> |
getSharedWithUsers() |
String |
getType() |
boolean |
isFinalized() |
boolean |
isValid() |
void |
setHistory(List<HistoryData> history) |
void |
setName(String name) |
void |
setNewVersionId(Long newVersionId) |
void |
setProperties(Map<String,String> properties) |
void |
setValid(boolean valid) |
String |
toString() |
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()
public boolean isValid()
public void setValid(boolean valid)
valid - the valid to setpublic boolean isFinalized()
public void finalize(boolean finalize)
public Long getNewVersionId()
public void setNewVersionId(Long newVersionId)
Copyright © 2014. All Rights Reserved.