Package de.xima.fc.mdl.resource
Interface IResourceItem
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClientResourceItem
,ExternalResourceItem
,FormResourceItem
public interface IResourceItem extends Serializable
A file select menu may contain options form form resources, client resources and external URLs. These resources are by an instance implementing this interface.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
ERessourcenTyp
getResourceType()
String
getResourceUuid()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The (file) name of the resource this item represents.
-
getResourceType
ERessourcenTyp getResourceType()
- Returns:
- The type of the resource this item represents, or
null
if it represents none of the available types.
-
getResourceUuid
String getResourceUuid()
- Returns:
- The UUID of the resource this item represents, or
null
or empty string if no such UUID exists.
-
-