com.jamasoftware.contour.domain
Class Report

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by 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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
Report()
           
Report(int id, java.lang.String name, java.lang.String display, java.lang.String description)
           
 
Method Summary
 java.lang.Boolean getContextSensitive()
           
 java.util.Set<java.lang.String> getCriterions()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplay()
           
 java.lang.Integer getId()
           
 Attachment getMainReportFile()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 Attachment getPreviewImageFile()
           
 java.lang.Integer getRefId()
           
 java.lang.String getReportClass()
           
 java.util.Set<ReportCriteria> getReportCriterions()
           
 java.util.Set<ReportFormat> getReportFormats()
           
 java.lang.String getReportParams()
           
 ReportType getReportType()
           
 java.lang.Integer getScopeId()
           
 java.lang.Boolean getSortItemsDEPRECATED()
           
 java.lang.Boolean getSystem()
           
 java.lang.Boolean getVisible()
           
 java.lang.String getXmlToString()
           
 void setContextSensitive(java.lang.Boolean contextSensitive)
           
 void setCriterions(java.util.Set<java.lang.String> criterions)
           
 void setDescription(java.lang.String description)
           
 void setDisplay(java.lang.String display)
           
 void setId(java.lang.Integer id)
           
 void setMainReportFile(Attachment mainReportFile)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPreviewImageFile(Attachment previewImageFile)
           
 void setRefId(java.lang.Integer referenceId)
           
 void setReportClass(java.lang.String reportClass)
           
 void setReportCriterions(java.util.Set<ReportCriteria> reportCriterions)
           
 void setReportFormats(java.util.Set<ReportFormat> reportFormats)
           
 void setReportParams(java.lang.String reportParams)
           
 void setReportType(ReportType reportType)
           
 void setScopeId(java.lang.Integer scope)
           
 void setSortItemsDEPRECATED(java.lang.Boolean sortItemsDEPRECATED)
           
 void setSystem(java.lang.Boolean system)
           
 void setVisible(java.lang.Boolean visible)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Report

public Report()

Report

public Report(int id,
              java.lang.String name,
              java.lang.String display,
              java.lang.String description)
Method Detail

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.