|
|||||||||||
| 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.BaseDepend
org.tigris.scarab.om.Depend
This class represents a Dependency object from the SCARAB_DEPEND table.
| Field Summary |
| Fields inherited from class org.tigris.scarab.om.BaseDepend |
collActivitys |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
Depend()
|
|
| Method Summary | |
void |
exchangeRoles()
Exchange Observer and Observed roles... |
java.lang.String |
getAction(java.util.Locale locale)
Returns phrase describing this dependency's type. |
Module |
getDefaultModule()
Returns default module. |
java.lang.String |
getDescription()
Gets the description of the message given by the user for the reason for this dependency. |
Attachment |
getDescriptionAsAttachment(ScarabUser user,
Issue issue)
Gets the description of the message given by the user for the reason for this dependency. |
static Depend |
getInstance()
Deprecated. See DependManager.getInstance() |
java.lang.String |
getObserverUniqueId()
Getter method to get observerId as a String |
boolean |
getSelected()
Get the selection state (typically the state of a checkbox). |
void |
setDefaultModule(Module me)
Sets default module. |
void |
setDependType(java.lang.String type)
|
void |
setDescription(java.lang.String description)
Sets the description of the message given by the user for the reason for this dependency. |
void |
setObserverUniqueId(java.lang.String uniqueId)
Setter method which takes a String - the unique id. |
void |
setProperties(Depend depend)
Copies the properties from the passed in object onto this object. |
void |
setSelected(boolean theSelectState)
Set the selection state. |
| 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 |
public Depend()
| Method Detail |
public boolean getSelected()
public void setSelected(boolean theSelectState)
theSelectState -
public static Depend getInstance()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic void setDefaultModule(Module me)
public Module getDefaultModule()
public Attachment getDescriptionAsAttachment(ScarabUser user,
Issue issue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getObserverUniqueId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setDependType(java.lang.String type)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setObserverUniqueId(java.lang.String uniqueId)
throws org.apache.torque.TorqueException,
ScarabException
org.apache.torque.TorqueException
ScarabException
public void setProperties(Depend depend)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic java.lang.String getAction(java.util.Locale locale)
public void exchangeRoles()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||