com.jamasoftware.contour.domain
Class Report
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Report
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable
@Entity
public class Report
- extends DomainObjectSupport
- implements ScopedObject
- See Also:
- Serialized Form
|
Constructor Summary |
Report()
|
Report(int id,
java.lang.String name,
java.lang.String display,
java.lang.String description)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Report
public Report()
Report
public Report(int id,
java.lang.String name,
java.lang.String display,
java.lang.String description)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getDisplay
public java.lang.String getDisplay()
setDisplay
public void setDisplay(java.lang.String display)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface DomainObjectBase
getVisible
public java.lang.Boolean getVisible()
setVisible
public void setVisible(java.lang.Boolean visible)
getReportCriterions
public java.util.Set<ReportCriteria> getReportCriterions()
setReportCriterions
public void setReportCriterions(java.util.Set<ReportCriteria> reportCriterions)
getCriterions
public java.util.Set<java.lang.String> getCriterions()
setCriterions
public void setCriterions(java.util.Set<java.lang.String> criterions)
getMainReportFile
public Attachment getMainReportFile()
setMainReportFile
public void setMainReportFile(Attachment mainReportFile)
getPreviewImageFile
public Attachment getPreviewImageFile()
setPreviewImageFile
public void setPreviewImageFile(Attachment previewImageFile)
getScopeId
public java.lang.Integer getScopeId()
- Specified by:
getScopeId in interface ScopedObject
setScopeId
public void setScopeId(java.lang.Integer scope)
- Specified by:
setScopeId in interface ScopedObject
getRefId
public java.lang.Integer getRefId()
- Specified by:
getRefId in interface ScopedObject
setRefId
public void setRefId(java.lang.Integer referenceId)
- Specified by:
setRefId in interface ScopedObject
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
getReportType
public ReportType getReportType()
setReportType
public void setReportType(ReportType reportType)
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
getContextSensitive
public java.lang.Boolean getContextSensitive()
setContextSensitive
public void setContextSensitive(java.lang.Boolean contextSensitive)
getReportFormats
public java.util.Set<ReportFormat> getReportFormats()
setReportFormats
public void setReportFormats(java.util.Set<ReportFormat> reportFormats)
getReportClass
public java.lang.String getReportClass()
setReportClass
public void setReportClass(java.lang.String reportClass)
getSystem
public java.lang.Boolean getSystem()
setSystem
public void setSystem(java.lang.Boolean system)
getReportParams
public java.lang.String getReportParams()
setReportParams
public void setReportParams(java.lang.String reportParams)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getSortItemsDEPRECATED
public java.lang.Boolean getSortItemsDEPRECATED()
setSortItemsDEPRECATED
public void setSortItemsDEPRECATED(java.lang.Boolean sortItemsDEPRECATED)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.