Interface NamedDescribedResourceReference
-
- All Superinterfaces:
NamedResourceReference
,ResourceReference
,Serializable
public interface NamedDescribedResourceReference extends NamedResourceReference
Represents reference to the resource, including its name and description
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the description of the resource.-
Methods inherited from interface NamedResourceReference
getName
-
Methods inherited from interface ResourceReference
getId, getResourceType
-
-