public class MTabularResource extends Object
| Constructor and Description |
|---|
MTabularResource(long id,
Calendar creationDate,
String name,
String owner,
MTabularResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
long |
getId() |
String |
getName() |
String |
getOwner() |
Map<String,String> |
getProperties() |
List<String> |
getSharedWithGroup() |
List<String> |
getSharedWithUser() |
List<String> |
getSharedWithUsers() |
MTabularResourceType |
getType() |
void |
setCreationDate(Calendar creationDate) |
void |
setId(long id) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setProperties(Map<String,String> properties) |
void |
setSharedWithGroup(List<String> sharedWithGroup) |
void |
setSharedWithUser(List<String> sharedWithUser) |
void |
setType(MTabularResourceType type) |
public MTabularResource(long id,
Calendar creationDate,
String name,
String owner,
MTabularResourceType type)
public long getId()
public String getName()
public void setProperties(Map<String,String> properties)
properties - the properties to setpublic Calendar getCreationDate()
public void setSharedWithUser(List<String> sharedWithUser)
sharedWithUser - the sharedWithUser to setpublic void setId(long id)
id - the id to setpublic void setSharedWithGroup(List<String> sharedWithGroup)
sharedWithGroup - the sharedWithGroup to setpublic void setCreationDate(Calendar creationDate)
creationDate - the creationDate to setpublic void setOwner(String owner)
owner - the owner to setpublic void setType(MTabularResourceType type)
type - the type to setpublic String getOwner()
public void setName(String name)
name - the name to setpublic MTabularResourceType getType()
Copyright © 2014. All Rights Reserved.