Package com.jamasoftware.velocity.api
Interface ReportCriteria
-
- All Superinterfaces:
DomainObject
public interface ReportCriteria extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDatatype()java.lang.StringgetDisplayName()java.lang.StringgetName()ReportgetReport()-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getReport
Report getReport()
-
getName
java.lang.String getName()
-
getDisplayName
java.lang.String getDisplayName()
-
getDatatype
java.lang.String getDatatype()
-
-