public class ResourceDescriptor extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceDescriptor() |
|
ResourceDescriptor(String description,
long creatorId,
ResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatorId() |
String |
getDescription() |
ResourceType |
getType() |
void |
setCreatorId(long creatorId) |
void |
setDescription(String description) |
public ResourceDescriptor(String description, long creatorId, ResourceType type)
protected ResourceDescriptor()
public String getDescription()
public void setDescription(String description)
public long getCreatorId()
public void setCreatorId(long creatorId)
public ResourceType getType()
Copyright © 2014. All Rights Reserved.