Package com.jamasoftware.velocity.api
Interface ReportFormat
-
- All Superinterfaces:
DomainObject
public interface ReportFormat extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContentType()
java.lang.String
getDisplay()
java.lang.String
getExtention()
java.lang.String
getName()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-