Package de.xima.fc.mdl.form
Class FormResource
java.lang.Object
de.xima.fc.mdl.form.FormResource
- All Implemented Interfaces:
IFormResource
,Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormResource
(String name, EFormResourceType type, String resName, byte[] resData, String cacheKey) -
Method Summary
-
Constructor Details
-
FormResource
public FormResource(String name, EFormResourceType type, String resName, byte[] resData, String cacheKey)
-
-
Method Details
-
getResourceType
- Specified by:
getResourceType
in interfaceIFormResource
-
getResourceName
- Specified by:
getResourceName
in interfaceIFormResource
-
getResourceData
public byte[] getResourceData()- Specified by:
getResourceData
in interfaceIFormResource
-
getCacheKey
- Specified by:
getCacheKey
in interfaceIFormResource
-
getName
- Specified by:
getName
in interfaceIFormResource
-