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.String
getDatatype()
java.lang.String
getDisplayName()
java.lang.String
getName()
Report
getReport()
-
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()
-
-