| |
|
| java.lang.Object com.projity.configuration.ReportDefinition
ReportDefinition | public class ReportDefinition implements NamedItem(Code) | | Holds the definition of a report read in from the view config
|
addDigesterEvents | public static void addDigesterEvents(Digester digester)(Code) | | |
getCollectionType | public int getCollectionType()(Code) | | Returns the collectionType. |
getColumnsList | public ArrayList getColumnsList()(Code) | | Returns the columnsList. |
getMainSpreadsheetCategory | public String getMainSpreadsheetCategory()(Code) | | |
isTimeBased | public boolean isTimeBased()(Code) | | Returns the timeBased. |
setCollectionType | public void setCollectionType(int collectionType)(Code) | | Parameters: collectionType - The collectionType to set. |
setFile | public void setFile(String file)(Code) | | Parameters: file - The file to set. |
setTimeBased | public void setTimeBased(boolean timeBased)(Code) | | Parameters: timeBased - The timeBased to set. |
|
|
|