org.tigris.scarab.om
Class Report

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.tigris.scarab.om.BaseReport
          extended byorg.tigris.scarab.om.Report
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, java.io.Serializable

public class Report
extends BaseReport
implements org.apache.torque.om.Persistent

This class represents a Report

Version:
$Id: Report.java 9977 2005-12-09 00:40:59Z hair $
Author:
John McNally
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
Report()
           
 
Method Summary
 Module getModule()
          Get the value of module.
 java.lang.Integer getScopeId()
          Get the ScopeId
 void setModule(Module v)
          Set the value of module.
 
Methods inherited from class org.tigris.scarab.om.BaseReport
copy, copyInto, getByName, getByPeerName, getByPosition, getCreatedDate, getDeleted, getDescription, getFieldNames, getIssueType, getIssueType, getIssueTypeId, getModule, getModuleId, getName, getPeer, getPrimaryKey, getQueryKey, getQueryString, getReportId, getScarabUser, getScarabUser, getScope, getScope, getUserId, isCacheOnSave, save, save, save, setCreatedDate, setDeleted, setDescription, setIssueType, setIssueTypeId, setIssueTypeKey, setModuleId, setModuleKey, setName, setPrimaryKey, setPrimaryKey, setQueryKey, setQueryString, setReportId, setScarabUser, setScarabUserKey, setScope, setScopeId, setScopeKey, setUserId, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

Report

public Report()
Method Detail

getScopeId

public java.lang.Integer getScopeId()
Description copied from class: BaseReport
Get the ScopeId

Overrides:
getScopeId in class BaseReport
Returns:
Integer

getModule

public Module getModule()
                 throws org.apache.torque.TorqueException
Get the value of module.

Overrides:
getModule in class BaseReport
Returns:
value of module.
Throws:
org.apache.torque.TorqueException

setModule

public void setModule(Module v)
               throws org.apache.torque.TorqueException
Set the value of module.

Overrides:
setModule in class BaseReport
Parameters:
v - Value to assign to module.
Throws:
org.apache.torque.TorqueException


Copyright © 2000-2004 Tigris.org. All Rights Reserved.