public class TabularResource extends Object
| Constructor and Description |
|---|
TabularResource(long id,
TabularResourceType tabularResourceType,
String name,
String owner,
Calendar creationDate,
String tableType,
boolean locked) |
TabularResource(long id,
TabularResourceType tabularResourceType,
String name,
String owner,
Calendar creationDate,
String tableType,
List<String> sharedWith,
Map<String,Serializable> properties,
List<HistoryData> history,
boolean valid,
boolean locked) |
| 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,Serializable> |
getProperties() |
List<String> |
getSharedWithGroups() |
List<String> |
getSharedWithUsers() |
String |
getTableType() |
TabularResourceType |
getTabularResourceType() |
boolean |
isFinalized() |
boolean |
isLocked() |
boolean |
isValid() |
void |
setHistory(List<HistoryData> history) |
void |
setName(String name) |
void |
setNewVersionId(Long newVersionId) |
void |
setProperties(Map<String,Serializable> properties) |
void |
setValid(boolean valid) |
String |
toString() |
public TabularResource(long id,
TabularResourceType tabularResourceType,
String name,
String owner,
Calendar creationDate,
String tableType,
boolean locked)
public TabularResource(long id,
TabularResourceType tabularResourceType,
String name,
String owner,
Calendar creationDate,
String tableType,
List<String> sharedWith,
Map<String,Serializable> properties,
List<HistoryData> history,
boolean valid,
boolean locked)
public long getId()
public String getName()
public Map<String,Serializable> getProperties()
public void setProperties(Map<String,Serializable> 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 getTableType()
public TabularResourceType getTabularResourceType()
public boolean isValid()
public void setValid(boolean valid)
valid - the valid to setpublic boolean isFinalized()
public void finalize(boolean finalize)
public boolean isLocked()
public Long getNewVersionId()
public void setNewVersionId(Long newVersionId)
Copyright © 2017. All Rights Reserved.