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