| Name | AgendaAttributeBo | |
|---|---|---|
| Usage | AgendaBoService | |
| AgendaBo | Type | Complex |
| ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
|---|---|---|---|---|---|---|---|---|
| metaClass | Meta Class | MetaClass | ??? | One | No | |||
| agendaId | Agenda Id | String | ??? | One | No | |||
| id | Id | String | The unique identifier for an object. This can be null. | One | No | |||
| attributeDefinitionId | Attribute Definition Id | String | Returns the id of the attribute definition.
|
One | No | |||
| value | Value | String | Returns the value of the attribute | One | No | |||
| attributeDefinition | Attribute Definition | KrmsAttributeDefinitionContract | Returns a {@link KrmsAttributeDefinitionContract.} This is the object referred to by the attributeDefinitionId. |
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 |