|
|||||||||||
| 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.BaseRModuleOption
org.tigris.scarab.om.RModuleOption
This class represents a RModuleOption
| Field Summary |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
RModuleOption()
|
|
| Method Summary | |
void |
delete()
|
static java.util.Comparator |
getComparator()
Compares numeric value and in cases where the numeric value is the same it compares the display values. |
java.util.List |
getDescendants(IssueType issueType)
Gets a list of this option's descendants That are associated with this module/Issue Type |
java.lang.String |
getDisplayValue()
A convenience method for getting the option name. |
int |
getLevel()
Get the level in the option parent-child tree. |
Module |
getModule()
Module getter. |
RModuleAttribute |
getRModuleAttribute(IssueType issueType)
|
ScarabModule |
getScarabModule()
Throws UnsupportedOperationException. |
void |
save(java.sql.Connection con)
Stores the object in the database. |
void |
setLevel(int v)
Get the level in the option parent-child tree. |
void |
setModule(Module me)
Use this instead of setScarabModule. |
void |
setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
| Methods inherited from class org.tigris.scarab.om.BaseRModuleOption |
copy, copyInto, getActive, getAttributeOption, getAttributeOption, getByName, getByPeerName, getByPosition, getFieldNames, getIssueType, getIssueType, getIssueTypeId, getModule, getModuleId, getOptionId, getOrder, getPeer, getPrimaryKey, getQueryKey, getWeight, isCacheOnSave, save, save, setActive, setAttributeOption, setAttributeOptionKey, setDisplayValue, setIssueType, setIssueTypeId, setIssueTypeKey, setModuleId, setModuleKey, setOptionId, setOrder, setPrimaryKey, setPrimaryKey, setPrimaryKey, setQueryKey, setWeight, 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, setModified, setNew, setPrimaryKey, setPrimaryKey |
| Constructor Detail |
public RModuleOption()
| Method Detail |
public ScarabModule getScarabModule()
getModule() instead.
ScarabModule valuepublic void setScarabModule(ScarabModule module)
setModule(Module) instead.
public void setModule(Module me)
throws org.apache.torque.TorqueException
setModule in class BaseRModuleOptionme - Module
org.apache.torque.TorqueException
public Module getModule()
throws org.apache.torque.TorqueException
getModule in class BaseRModuleOptionModule value
org.apache.torque.TorqueExceptionpublic static java.util.Comparator getComparator()
public java.lang.String getDisplayValue()
getDisplayValue in class BaseRModuleOptionpublic int getLevel()
public void setLevel(int v)
v - Value to assign to level.
public RModuleAttribute getRModuleAttribute(IssueType issueType)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDescendants(IssueType issueType)
throws org.apache.torque.TorqueException
List of RModuleOptions
org.apache.torque.TorqueException
public void delete()
throws org.apache.torque.TorqueException,
ScarabException
org.apache.torque.TorqueException
ScarabException
public void save(java.sql.Connection con)
throws org.apache.torque.TorqueException
BaseRModuleOption
save in interface org.apache.torque.om.Persistentsave in class BaseRModuleOptioncon -
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||