Package de.xima.fc.mdl.resource
Class FormResourceItem
- java.lang.Object
-
- de.xima.fc.mdl.resource.FormResourceItem
-
- All Implemented Interfaces:
IResourceItem
,Serializable
public class FormResourceItem extends Object implements IResourceItem
A file select menu may contain options form form resources, client resources and external URLs. Form resources are represented by an instance of this class.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormResourceItem(String resourceUuid, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
ERessourcenTyp
getResourceType()
String
getResourceUuid()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIResourceItem
- Returns:
- The (file) name of the resource this item represents.
-
getResourceUuid
public String getResourceUuid()
- Specified by:
getResourceUuid
in interfaceIResourceItem
- Returns:
- The UUID of the resource this item represents, or
null
or empty string if no such UUID exists.
-
getResourceType
public ERessourcenTyp getResourceType()
- Specified by:
getResourceType
in interfaceIResourceItem
- Returns:
- The type of the resource this item represents, or
null
if it represents none of the available types.
-
-