Package de.xima.fc.mdl.form
Class FormResource
- java.lang.Object
-
- de.xima.fc.mdl.form.FormResource
-
- All Implemented Interfaces:
IFormResource
,Serializable
public class FormResource extends Object implements IFormResource
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormResource(String name, EFormResourceType type, String resName, byte[] resData, String cacheKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCacheKey()
String
getName()
byte[]
getResourceData()
String
getResourceName()
EFormResourceType
getResourceType()
-
-
-
Constructor Detail
-
FormResource
public FormResource(String name, EFormResourceType type, String resName, byte[] resData, String cacheKey)
-
-
Method Detail
-
getResourceType
public EFormResourceType getResourceType()
- Specified by:
getResourceType
in interfaceIFormResource
-
getResourceName
public String getResourceName()
- Specified by:
getResourceName
in interfaceIFormResource
-
getResourceData
public byte[] getResourceData()
- Specified by:
getResourceData
in interfaceIFormResource
-
getCacheKey
public String getCacheKey()
- Specified by:
getCacheKey
in interfaceIFormResource
-
getName
public String getName()
- Specified by:
getName
in interfaceIFormResource
-
-