Package de.xima.fc.interfaces.form
Interface IFormResource
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 FormResource
public interface IFormResource extends Serializable
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCacheKey()StringgetName()byte[]getResourceData()StringgetResourceName()EFormResourceTypegetResourceType() 
 - 
 
- 
- 
Method Detail
- 
getResourceType
EFormResourceType getResourceType()
 
- 
getResourceName
String getResourceName()
 
- 
getResourceData
byte[] getResourceData()
 
- 
getCacheKey
String getCacheKey()
 
- 
getName
String getName()
 
 - 
 
 -