|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
org.tigris.scarab.om.AbstractScarabModule
org.tigris.scarab.om.BaseScarabModule
You should not use this class directly. It should not even be extended all references should be to ScarabModule
| Field Summary | |
protected java.util.List |
collAttributeGroups
Collection to store aggregation of collAttributeGroups |
protected java.util.List |
collGlobalParameters
Collection to store aggregation of collGlobalParameters |
protected java.util.List |
collIssues
Collection to store aggregation of collIssues |
protected java.util.List |
collMITListItems
Collection to store aggregation of collMITListItems |
protected java.util.List |
collNotificationDefaultFilters
Collection to store aggregation of collNotificationDefaultFilters |
protected java.util.List |
collNotificationFilters
Collection to store aggregation of collNotificationFilters |
protected java.util.List |
collPendingGroupUserRoles
Collection to store aggregation of collPendingGroupUserRoles |
protected java.util.List |
collQuerys
Collection to store aggregation of collQuerys |
protected java.util.List |
collReports
Collection to store aggregation of collReports |
protected java.util.List |
collRModuleAttributes
Collection to store aggregation of collRModuleAttributes |
protected java.util.List |
collRModuleIssueTypes
Collection to store aggregation of collRModuleIssueTypes |
protected java.util.List |
collRModuleOptions
Collection to store aggregation of collRModuleOptions |
protected java.util.List |
collRModuleUserAttributes
Collection to store aggregation of collRModuleUserAttributes |
protected java.util.List |
collUserVotes
Collection to store aggregation of collUserVotes |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Fields inherited from interface org.tigris.scarab.om.Module |
NAME_DELIMINATOR, NON_USER, ROOT_ID, USER |
| Constructor Summary | |
BaseScarabModule()
|
|
| Method Summary | |
void |
addAttributeGroup(AttributeGroup l)
Method called to associate a AttributeGroup object to this object through the AttributeGroup foreign key attribute |
void |
addGlobalParameter(GlobalParameter l)
Method called to associate a GlobalParameter object to this object through the GlobalParameter foreign key attribute |
void |
addIssue(Issue l)
Method called to associate a Issue object to this object through the Issue foreign key attribute |
void |
addMITListItem(MITListItem l)
Method called to associate a MITListItem object to this object through the MITListItem foreign key attribute |
void |
addNotificationDefaultFilter(NotificationDefaultFilter l)
Method called to associate a NotificationDefaultFilter object to this object through the NotificationDefaultFilter foreign key attribute |
void |
addNotificationFilter(NotificationFilter l)
Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute |
void |
addPendingGroupUserRole(PendingGroupUserRole l)
Method called to associate a PendingGroupUserRole object to this object through the PendingGroupUserRole foreign key attribute |
void |
addQuery(Query l)
Method called to associate a Query object to this object through the Query foreign key attribute |
void |
addReport(Report l)
Method called to associate a Report object to this object through the Report foreign key attribute |
void |
addRModuleAttribute(RModuleAttribute l)
Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute |
void |
addRModuleIssueType(RModuleIssueType l)
Method called to associate a RModuleIssueType object to this object through the RModuleIssueType foreign key attribute |
void |
addRModuleOption(RModuleOption l)
Method called to associate a RModuleOption object to this object through the RModuleOption foreign key attribute |
void |
addRModuleUserAttribute(RModuleUserAttribute l)
Method called to associate a RModuleUserAttribute object to this object through the RModuleUserAttribute foreign key attribute |
void |
addUserVote(UserVote l)
Method called to associate a UserVote object to this object through the UserVote foreign key attribute |
ScarabModule |
copy()
Makes a copy of this object. |
protected ScarabModule |
copyInto(ScarabModule copyObj)
|
java.lang.String |
getArchiveEmail()
Get the ArchiveEmail |
java.util.List |
getAttributeGroups()
If this collection has already been initialized, returns the collection. |
java.util.List |
getAttributeGroups(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getAttributeGroups(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getAttributeGroups(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getAttributeGroupsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getAttributeGroupsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.Object |
getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. |
int |
getClassKey()
Get the ClassKey |
java.lang.String |
getCode()
Get the Code |
boolean |
getDeleted()
Get the Deleted |
java.lang.String |
getDescription()
Get the Description |
java.lang.String |
getDomain()
Get the Domain |
static java.util.List |
getFieldNames()
Generate a list of field names. |
java.util.List |
getGlobalParameters()
If this collection has already been initialized, returns the collection. |
java.util.List |
getGlobalParameters(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getGlobalParameters(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getGlobalParameters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getGlobalParametersJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getIssues()
If this collection has already been initialized, returns the collection. |
java.util.List |
getIssues(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getIssues(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getIssues(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinActivitySetRelatedByCreatedTransId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinActivitySetRelatedByLastTransId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
boolean |
getLocked()
Get the Locked |
java.util.List |
getMITListItems()
If this collection has already been initialized, returns the collection. |
java.util.List |
getMITListItems(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getMITListItems(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getMITListItems(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getMITListItemsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getMITListItemsJoinMITList(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getMITListItemsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.Integer |
getModuleId()
Get the ModuleId |
Module |
getModuleRelatedByParentId()
Returns the associated Module object. |
Module |
getModuleRelatedByParentId(java.sql.Connection connection)
Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection |
java.util.List |
getNotificationDefaultFilters()
If this collection has already been initialized, returns the collection. |
java.util.List |
getNotificationDefaultFilters(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getNotificationDefaultFilters(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getNotificationDefaultFilters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getNotificationDefaultFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getNotificationDefaultFiltersJoinScarabRoleImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getNotificationFilters()
If this collection has already been initialized, returns the collection. |
java.util.List |
getNotificationFilters(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getNotificationFilters(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getNotificationFilters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getNotificationFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getNotificationFiltersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.Integer |
getOwnerId()
Get the OwnerId |
java.lang.Integer |
getParentId()
Get the ParentId |
ScarabModulePeer |
getPeer()
returns a peer instance associated with this om. |
java.util.List |
getPendingGroupUserRoles()
If this collection has already been initialized, returns the collection. |
java.util.List |
getPendingGroupUserRoles(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getPendingGroupUserRolesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getPendingGroupUserRolesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
org.apache.torque.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.lang.Integer |
getQaContactId()
Get the QaContactId |
java.lang.String |
getQueryKey()
get an id that differentiates this object from others of its class. |
java.util.List |
getQuerys()
If this collection has already been initialized, returns the collection. |
java.util.List |
getQuerys(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getQuerys(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getQuerys(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinFrequency(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinMITList(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getRealName()
Get the RealName |
java.util.List |
getReports()
If this collection has already been initialized, returns the collection. |
java.util.List |
getReports(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getReports(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getReports(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinScope(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleAttributes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleAttributes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleAttributes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleIssueTypes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleIssueTypes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleIssueTypes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleIssueTypes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleIssueTypesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleIssueTypesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleOptions()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleOptions(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleOptions(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleOptions(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleOptionsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleUserAttributes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleUserAttributes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleUserAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinMITList(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
ScarabUser |
getScarabUserRelatedByOwnerId()
Returns the associated ScarabUser object. |
ScarabUser |
getScarabUserRelatedByOwnerId(java.sql.Connection connection)
Return the associated ScarabUser object If it was not retrieved before, the object is retrieved from the database using the passed connection |
ScarabUser |
getScarabUserRelatedByQaContactId()
Returns the associated ScarabUser object. |
ScarabUser |
getScarabUserRelatedByQaContactId(java.sql.Connection connection)
Return the associated ScarabUser object If it was not retrieved before, the object is retrieved from the database using the passed connection |
java.lang.String |
getUrl()
Get the Url |
java.util.List |
getUserVotes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getUserVotes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getUserVotes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getUserVotes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getUserVotesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getUserVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected void |
initAttributeGroups()
Temporary storage of collAttributeGroups to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initGlobalParameters()
Temporary storage of collGlobalParameters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initIssues()
Temporary storage of collIssues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initMITListItems()
Temporary storage of collMITListItems to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initNotificationDefaultFilters()
Temporary storage of collNotificationDefaultFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initNotificationFilters()
Temporary storage of collNotificationFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initPendingGroupUserRoles()
Temporary storage of collPendingGroupUserRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initQuerys()
Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initReports()
Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleAttributes()
Temporary storage of collRModuleAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleIssueTypes()
Temporary storage of collRModuleIssueTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleOptions()
Temporary storage of collRModuleOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleUserAttributes()
Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initUserVotes()
Temporary storage of collUserVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected boolean |
isCacheOnSave()
Specify whether to cache the object after saving to the db. |
void |
save()
Stores the object in the database. |
void |
save(java.sql.Connection con)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setArchiveEmail(java.lang.String v)
Set the value of ArchiveEmail |
void |
setClassKey(int v)
Set the value of ClassKey |
void |
setCode(java.lang.String v)
Set the value of Code |
void |
setDeleted(boolean v)
Set the value of Deleted |
void |
setDescription(java.lang.String v)
Set the value of Description |
void |
setDomain(java.lang.String v)
Set the value of Domain |
void |
setLocked(boolean v)
Set the value of Locked |
void |
setModuleId(java.lang.Integer v)
Set the value of ModuleId |
void |
setModuleRelatedByParentId(Module v)
Declares an association between this object and a Module object |
void |
setModuleRelatedByParentIdKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey()) |
void |
setOwnerId(java.lang.Integer v)
Set the value of OwnerId |
void |
setParentId(java.lang.Integer v)
Set the value of ParentId |
void |
setPrimaryKey(org.apache.torque.om.ObjectKey key)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setQaContactId(java.lang.Integer v)
Set the value of QaContactId |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
void |
setRealName(java.lang.String v)
Set the value of RealName |
void |
setScarabUserRelatedByOwnerId(ScarabUser v)
Declares an association between this object and a ScarabUser object |
void |
setScarabUserRelatedByOwnerIdKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey()) |
void |
setScarabUserRelatedByQaContactId(ScarabUser v)
Declares an association between this object and a ScarabUser object |
void |
setScarabUserRelatedByQaContactIdKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey()) |
void |
setUrl(java.lang.String v)
Set the value of Url |
java.lang.String |
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.tigris.scarab.om.Module |
getCommentRenderingEngine, getHttpDomain, getPort, getRequiredRole, getRoles, getScarabInstanceId, getScheme, getScriptName, getUsers, getUsers, isIssueReasonRequired, isIssueReasonRequiredInherited, setHttpDomain, setPort, setScarabInstanceId, setScheme, setScriptName |
| Methods inherited from interface org.apache.torque.om.Persistent |
isModified, isNew, setModified, setNew |
| Field Detail |
protected java.util.List collAttributeGroups
protected java.util.List collIssues
protected java.util.List collRModuleIssueTypes
protected java.util.List collMITListItems
protected java.util.List collRModuleAttributes
protected java.util.List collRModuleOptions
protected java.util.List collRModuleUserAttributes
protected java.util.List collUserVotes
protected java.util.List collQuerys
protected java.util.List collReports
protected java.util.List collPendingGroupUserRoles
protected java.util.List collGlobalParameters
protected java.util.List collNotificationFilters
protected java.util.List collNotificationDefaultFilters
| Constructor Detail |
public BaseScarabModule()
| Method Detail |
public java.lang.Integer getModuleId()
getModuleId in interface ModulegetModuleId in class AbstractScarabModule
public void setModuleId(java.lang.Integer v)
throws org.apache.torque.TorqueException
setModuleId in interface Modulev - new value
org.apache.torque.TorqueExceptionpublic java.lang.String getRealName()
getRealName in interface ModulegetRealName in class AbstractScarabModuleAbstractScarabModule.getName()public void setRealName(java.lang.String v)