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 StringgetCacheKey()StringgetName()byte[]getResourceData()StringgetResourceName()EFormResourceTypegetResourceType() 
 - 
 
- 
- 
Constructor Detail
- 
FormResource
public FormResource(String name, EFormResourceType type, String resName, byte[] resData, String cacheKey)
 
 - 
 
- 
Method Detail
- 
getResourceType
public EFormResourceType getResourceType()
- Specified by:
 getResourceTypein interfaceIFormResource
 
- 
getResourceName
public String getResourceName()
- Specified by:
 getResourceNamein interfaceIFormResource
 
- 
getResourceData
public byte[] getResourceData()
- Specified by:
 getResourceDatain interfaceIFormResource
 
- 
getCacheKey
public String getCacheKey()
- Specified by:
 getCacheKeyin interfaceIFormResource
 
- 
getName
public String getName()
- Specified by:
 getNamein interfaceIFormResource
 
 - 
 
 -