org.tigris.scarab.om
Class Scope

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

public class Scope
extends BaseScope
implements org.apache.torque.om.Persistent

This class represents Scope.

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

Field Summary
static java.lang.Integer MODULE__PK
           
static java.lang.Integer PERSONAL__PK
           
 
Fields inherited from class org.tigris.scarab.om.BaseScope
collIssueTemplateInfos, collQuerys, collReports
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
Scope()
           
 
Methods inherited from class org.tigris.scarab.om.BaseScope
addIssueTemplateInfo, addQuery, addReport, copy, copyInto, getByName, getByPeerName, getByPosition, getFieldNames, getIssueTemplateInfos, getIssueTemplateInfos, getIssueTemplateInfos, getIssueTemplateInfos, getIssueTemplateInfosJoinIssue, getIssueTemplateInfosJoinScope, getName, getPeer, getPrimaryKey, getQueryKey, getQuerys, getQuerys, getQuerys, getQuerys, getQuerysJoinFrequency, getQuerysJoinIssueType, getQuerysJoinMITList, getQuerysJoinScarabModule, getQuerysJoinScarabUserImpl, getQuerysJoinScope, getReports, getReports, getReports, getReports, getReportsJoinIssueType, getReportsJoinScarabModule, getReportsJoinScarabUserImpl, getReportsJoinScope, getScopeId, initIssueTemplateInfos, initQuerys, initReports, isCacheOnSave, save, save, save, setName, setPrimaryKey, setPrimaryKey, setQueryKey, setScopeId, 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
 

Field Detail

PERSONAL__PK

public static final java.lang.Integer PERSONAL__PK

MODULE__PK

public static final java.lang.Integer MODULE__PK
Constructor Detail

Scope

public Scope()


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