public class ResourceDescriptor extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceDescriptor() |
|
ResourceDescriptor(long id,
String name,
String description,
Calendar creationDate,
long creatorId,
org.gcube.data.analysis.tabulardata.model.resources.Resource resource,
org.gcube.data.analysis.tabulardata.model.resources.ResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
long |
getCreatorId() |
String |
getDescription() |
long |
getId() |
String |
getName() |
org.gcube.data.analysis.tabulardata.model.resources.Resource |
getResource() |
org.gcube.data.analysis.tabulardata.model.resources.ResourceType |
getResourceType() |
void |
setCreatorId(long creatorId) |
void |
setDescription(String description) |
String |
toString() |
public ResourceDescriptor(long id,
String name,
String description,
Calendar creationDate,
long creatorId,
org.gcube.data.analysis.tabulardata.model.resources.Resource resource,
org.gcube.data.analysis.tabulardata.model.resources.ResourceType type)
protected ResourceDescriptor()
public long getId()
public String getDescription()
public void setDescription(String description)
public long getCreatorId()
public void setCreatorId(long creatorId)
public org.gcube.data.analysis.tabulardata.model.resources.Resource getResource()
public String getName()
public Calendar getCreationDate()
public org.gcube.data.analysis.tabulardata.model.resources.ResourceType getResourceType()
Copyright © 2019. All Rights Reserved.