Name | AgendaItemBo | |
---|---|---|
Usage | AgendaBoService | |
AgendaBo AgendaItemBo | Type | Complex |
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
ruleText | Rule Text | String | ??? | One | No | |||
alwaysList | Always List | AgendaItemBoList | ??? | Many | No | |||
id | Id | String | ??? | One | No | |||
agendaId | Agenda Id | String | ??? | One | No | |||
ruleId | Rule Id | String | ??? | One | No | |||
subAgendaId | Sub Agenda Id | String | ??? | One | No | |||
whenTrueId | When True Id | String | ??? | One | No | |||
whenFalseId | When False Id | String | ??? | One | No | |||
alwaysId | Always Id | String | ??? | One | No | |||
whenTrue | When True | AgendaItemBo | ??? | One | No | |||
whenFalse | When False | AgendaItemBo | ??? | One | No | |||
always | Always | AgendaItemBo | ??? | One | No | |||
rule | Rule | RuleBo | ??? | One | No | |||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No | |||
objectId | Object Id | String | getter for the guid based object id that is assignable to all objects, in order to support custom attributes a mapping must also be added to the OJB file and a column must be added to the database for each business object that extension attributes are supposed to work on. |
One | No | |||
newCollectionRecord | New Collection Record | boolean | Gets the newCollectionRecord attribute. | One | No | |||
extension | Extension | PersistableBusinessObjectExtension | ??? | One | No |