Java Doc for ReportSourceDefinition.java in  » Report » jmagallanes-1.0 » com » calipso » reportgenerator » reportdefinitions » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » jmagallanes 1.0 » com.calipso.reportgenerator.reportdefinitions 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.calipso.reportgenerator.reportdefinitions.ReportSourceDefinition

ReportSourceDefinition
public class ReportSourceDefinition implements java.io.Serializable(Code)
Class ReportSourceDefinition.
version:
   $Revision$ $Date$



Constructor Summary
public  ReportSourceDefinition()
    

Method Summary
public  voiddeleteDatawarehouseSaved()
    
public  voiddeleteMaxRowCount()
    
public  voiddeleteMultilanguage()
    
public  booleangetCached()
     Method getCachedReturns the value of field 'cached'.
public  com.calipso.reportgenerator.reportdefinitions.DataSourceDefinitionsgetDataSourceDefinitions()
     Method getDataSourceDefinitionsReturns the value of field 'dataSourceDefinitions'.
public  booleangetDatawarehouseSaved()
     Method getDatawarehouseSavedReturns the value of field 'datawarehouseSaved'.
public  com.calipso.reportgenerator.reportdefinitions.DimensionSourceDefinitionsgetDimensionSourceDefinitions()
     Method getDimensionSourceDefinitionsReturns the value of field 'dimensionSourceDefinitions'.
public  java.math.BigDecimalgetExpiration()
     Method getExpirationReturns the value of field 'expiration'.
public  com.calipso.reportgenerator.reportdefinitions.FilterDefinitionsgetFilterDefinitions()
     Method getFilterDefinitionsReturns the value of field 'filterDefinitions'.
public  java.lang.StringgetId()
     Method getIdReturns the value of field 'id'.
public  java.lang.StringgetIncrementalDimension()
     Method getIncrementalDimensionReturns the value of field 'incrementalDimension'.
public  com.calipso.reportgenerator.reportdefinitions.LocalizationsgetLocalizations()
     Method getLocalizationsReturns the value of field 'localizations'.
public  intgetMaxRowCount()
     Method getMaxRowCountReturns the value of field 'maxRowCount'.
public  java.lang.StringgetMaxRowsDimensionReference()
     Method getMaxRowsDimensionReferenceReturns the value of field 'maxRowsDimensionReference'.
public  com.calipso.reportgenerator.reportdefinitions.MetricSourceDefinitionsgetMetricSourceDefinitions()
     Method getMetricSourceDefinitionsReturns the value of field 'metricSourceDefinitions'.
public  booleangetMultilanguage()
     Method getMultilanguageReturns the value of field 'multilanguage'.
public  com.calipso.reportgenerator.reportdefinitions.ParameterValuesgetParameterValues()
     Method getParameterValuesReturns the value of field 'parameterValues'.
public  booleanhasCached()
    
public  booleanhasDatawarehouseSaved()
    
public  booleanhasMaxRowCount()
    
public  booleanhasMultilanguage()
    
public  booleanisValid()
    
public  voidmarshal(java.io.Writer out)
    
public  voidmarshal(org.xml.sax.ContentHandler handler)
    
public  voidsetCached(boolean cached)
     Method setCachedSets the value of field 'cached'.
public  voidsetDataSourceDefinitions(com.calipso.reportgenerator.reportdefinitions.DataSourceDefinitions dataSourceDefinitions)
     Method setDataSourceDefinitionsSets the value of field 'dataSourceDefinitions'.
public  voidsetDatawarehouseSaved(boolean datawarehouseSaved)
     Method setDatawarehouseSavedSets the value of field 'datawarehouseSaved'.
public  voidsetDimensionSourceDefinitions(com.calipso.reportgenerator.reportdefinitions.DimensionSourceDefinitions dimensionSourceDefinitions)
     Method setDimensionSourceDefinitionsSets the value of field 'dimensionSourceDefinitions'.
public  voidsetExpiration(java.math.BigDecimal expiration)
     Method setExpirationSets the value of field 'expiration'.
public  voidsetFilterDefinitions(com.calipso.reportgenerator.reportdefinitions.FilterDefinitions filterDefinitions)
     Method setFilterDefinitionsSets the value of field 'filterDefinitions'.
public  voidsetId(java.lang.String id)
     Method setIdSets the value of field 'id'.
public  voidsetIncrementalDimension(java.lang.String incrementalDimension)
     Method setIncrementalDimensionSets the value of field 'incrementalDimension'.
public  voidsetLocalizations(com.calipso.reportgenerator.reportdefinitions.Localizations localizations)
     Method setLocalizationsSets the value of field 'localizations'.
public  voidsetMaxRowCount(int maxRowCount)
     Method setMaxRowCountSets the value of field 'maxRowCount'.
public  voidsetMaxRowsDimensionReference(java.lang.String maxRowsDimensionReference)
     Method setMaxRowsDimensionReferenceSets the value of field 'maxRowsDimensionReference'.
public  voidsetMetricSourceDefinitions(com.calipso.reportgenerator.reportdefinitions.MetricSourceDefinitions metricSourceDefinitions)
     Method setMetricSourceDefinitionsSets the value of field 'metricSourceDefinitions'.
public  voidsetMultilanguage(boolean multilanguage)
     Method setMultilanguageSets the value of field 'multilanguage'.
public  voidsetParameterValues(com.calipso.reportgenerator.reportdefinitions.ParameterValues parameterValues)
     Method setParameterValuesSets the value of field 'parameterValues'.
public static  com.calipso.reportgenerator.reportdefinitions.ReportSourceDefinitionunmarshal(java.io.Reader reader)
    
public  voidvalidate()
    


Constructor Detail
ReportSourceDefinition
public ReportSourceDefinition()(Code)




Method Detail
deleteDatawarehouseSaved
public void deleteDatawarehouseSaved()(Code)
Method deleteDatawarehouseSaved



deleteMaxRowCount
public void deleteMaxRowCount()(Code)
Method deleteMaxRowCount



deleteMultilanguage
public void deleteMultilanguage()(Code)
Method deleteMultilanguage



getCached
public boolean getCached()(Code)
Method getCachedReturns the value of field 'cached'. the value of field 'cached'.



getDataSourceDefinitions
public com.calipso.reportgenerator.reportdefinitions.DataSourceDefinitions getDataSourceDefinitions()(Code)
Method getDataSourceDefinitionsReturns the value of field 'dataSourceDefinitions'. the value of field 'dataSourceDefinitions'.



getDatawarehouseSaved
public boolean getDatawarehouseSaved()(Code)
Method getDatawarehouseSavedReturns the value of field 'datawarehouseSaved'. the value of field 'datawarehouseSaved'.



getDimensionSourceDefinitions
public com.calipso.reportgenerator.reportdefinitions.DimensionSourceDefinitions getDimensionSourceDefinitions()(Code)
Method getDimensionSourceDefinitionsReturns the value of field 'dimensionSourceDefinitions'. the value of field 'dimensionSourceDefinitions'.



getExpiration
public java.math.BigDecimal getExpiration()(Code)
Method getExpirationReturns the value of field 'expiration'. the value of field 'expiration'.



getFilterDefinitions
public com.calipso.reportgenerator.reportdefinitions.FilterDefinitions getFilterDefinitions()(Code)
Method getFilterDefinitionsReturns the value of field 'filterDefinitions'. the value of field 'filterDefinitions'.



getId
public java.lang.String getId()(Code)
Method getIdReturns the value of field 'id'. the value of field 'id'.



getIncrementalDimension
public java.lang.String getIncrementalDimension()(Code)
Method getIncrementalDimensionReturns the value of field 'incrementalDimension'. the value of field 'incrementalDimension'.



getLocalizations
public com.calipso.reportgenerator.reportdefinitions.Localizations getLocalizations()(Code)
Method getLocalizationsReturns the value of field 'localizations'. the value of field 'localizations'.



getMaxRowCount
public int getMaxRowCount()(Code)
Method getMaxRowCountReturns the value of field 'maxRowCount'. the value of field 'maxRowCount'.



getMaxRowsDimensionReference
public java.lang.String getMaxRowsDimensionReference()(Code)
Method getMaxRowsDimensionReferenceReturns the value of field 'maxRowsDimensionReference'. the value of field 'maxRowsDimensionReference'.



getMetricSourceDefinitions
public com.calipso.reportgenerator.reportdefinitions.MetricSourceDefinitions getMetricSourceDefinitions()(Code)
Method getMetricSourceDefinitionsReturns the value of field 'metricSourceDefinitions'. the value of field 'metricSourceDefinitions'.



getMultilanguage
public boolean getMultilanguage()(Code)
Method getMultilanguageReturns the value of field 'multilanguage'. the value of field 'multilanguage'.



getParameterValues
public com.calipso.reportgenerator.reportdefinitions.ParameterValues getParameterValues()(Code)
Method getParameterValuesReturns the value of field 'parameterValues'. the value of field 'parameterValues'.



hasCached
public boolean hasCached()(Code)
Method hasCached



hasDatawarehouseSaved
public boolean hasDatawarehouseSaved()(Code)
Method hasDatawarehouseSaved



hasMaxRowCount
public boolean hasMaxRowCount()(Code)
Method hasMaxRowCount



hasMultilanguage
public boolean hasMultilanguage()(Code)
Method hasMultilanguage



isValid
public boolean isValid()(Code)
Method isValid



marshal
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code)
Method marshal
Parameters:
  out -



marshal
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code)
Method marshal
Parameters:
  handler -



setCached
public void setCached(boolean cached)(Code)
Method setCachedSets the value of field 'cached'.
Parameters:
  cached - the value of field 'cached'.



setDataSourceDefinitions
public void setDataSourceDefinitions(com.calipso.reportgenerator.reportdefinitions.DataSourceDefinitions dataSourceDefinitions)(Code)
Method setDataSourceDefinitionsSets the value of field 'dataSourceDefinitions'.
Parameters:
  dataSourceDefinitions - the value of field'dataSourceDefinitions'.



setDatawarehouseSaved
public void setDatawarehouseSaved(boolean datawarehouseSaved)(Code)
Method setDatawarehouseSavedSets the value of field 'datawarehouseSaved'.
Parameters:
  datawarehouseSaved - the value of field'datawarehouseSaved'.



setDimensionSourceDefinitions
public void setDimensionSourceDefinitions(com.calipso.reportgenerator.reportdefinitions.DimensionSourceDefinitions dimensionSourceDefinitions)(Code)
Method setDimensionSourceDefinitionsSets the value of field 'dimensionSourceDefinitions'.
Parameters:
  dimensionSourceDefinitions - the value of field'dimensionSourceDefinitions'.



setExpiration
public void setExpiration(java.math.BigDecimal expiration)(Code)
Method setExpirationSets the value of field 'expiration'.
Parameters:
  expiration - the value of field 'expiration'.



setFilterDefinitions
public void setFilterDefinitions(com.calipso.reportgenerator.reportdefinitions.FilterDefinitions filterDefinitions)(Code)
Method setFilterDefinitionsSets the value of field 'filterDefinitions'.
Parameters:
  filterDefinitions - the value of field'filterDefinitions'.



setId
public void setId(java.lang.String id)(Code)
Method setIdSets the value of field 'id'.
Parameters:
  id - the value of field 'id'.



setIncrementalDimension
public void setIncrementalDimension(java.lang.String incrementalDimension)(Code)
Method setIncrementalDimensionSets the value of field 'incrementalDimension'.
Parameters:
  incrementalDimension - the value of field'incrementalDimension'.



setLocalizations
public void setLocalizations(com.calipso.reportgenerator.reportdefinitions.Localizations localizations)(Code)
Method setLocalizationsSets the value of field 'localizations'.
Parameters:
  localizations - the value of field 'localizations'.



setMaxRowCount
public void setMaxRowCount(int maxRowCount)(Code)
Method setMaxRowCountSets the value of field 'maxRowCount'.
Parameters:
  maxRowCount - the value of field 'maxRowCount'.



setMaxRowsDimensionReference
public void setMaxRowsDimensionReference(java.lang.String maxRowsDimensionReference)(Code)
Method setMaxRowsDimensionReferenceSets the value of field 'maxRowsDimensionReference'.
Parameters:
  maxRowsDimensionReference - the value of field'maxRowsDimensionReference'.



setMetricSourceDefinitions
public void setMetricSourceDefinitions(com.calipso.reportgenerator.reportdefinitions.MetricSourceDefinitions metricSourceDefinitions)(Code)
Method setMetricSourceDefinitionsSets the value of field 'metricSourceDefinitions'.
Parameters:
  metricSourceDefinitions - the value of field'metricSourceDefinitions'.



setMultilanguage
public void setMultilanguage(boolean multilanguage)(Code)
Method setMultilanguageSets the value of field 'multilanguage'.
Parameters:
  multilanguage - the value of field 'multilanguage'.



setParameterValues
public void setParameterValues(com.calipso.reportgenerator.reportdefinitions.ParameterValues parameterValues)(Code)
Method setParameterValuesSets the value of field 'parameterValues'.
Parameters:
  parameterValues - the value of field 'parameterValues'.



unmarshal
public static com.calipso.reportgenerator.reportdefinitions.ReportSourceDefinition unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code)
Method unmarshal
Parameters:
  reader -



validate
public void validate() throws org.exolab.castor.xml.ValidationException(Code)
Method validate



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.