| |
|
| org.tigris.scarab.om.BaseActivity org.tigris.scarab.om.Activity
Activity | public class Activity extends BaseActivity implements Persistent(Code) | | This class represents Activity records.
author: John McNally author: Jon S. Stevens version: $Id: Activity.java 10331 2006-11-07 10:17:38Z ronvoe122 $ |
GET_ATTACHMENT | final protected static String GET_ATTACHMENT(Code) | | |
getAttachment | public Attachment getAttachment()(Code) | | This method properly handles the case where there may not be
any rows selected and returns null in that case.
|
getDisplayName | public String getDisplayName()(Code) | | Gives the name of the attribute in the module,or falls back to the global
name of the attribute if needed.
|
getNewAttributeOption | public AttributeOption getNewAttributeOption() throws TorqueException(Code) | | Gets the AttributeOption object associated with the New Value field
(i.e., the new value for the attribute after the change.)
|
getOldAttributeOption | public AttributeOption getOldAttributeOption() throws TorqueException(Code) | | Gets the AttributeOption object associated with the Old Value field
(i.e., the old value for the attribute before the change.)
|
Fields inherited from org.tigris.scarab.om.BaseActivity | protected List collNotificationStatuss(Code)(Java Doc)
|
|
|
|