ContextAttributeBo

Name ContextAttributeBo
Usage AgendaBoService
ContextBo
Type Complex

Description

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
metaClass Meta Class MetaClass ???     One No  
contextId Context 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.


The attribute definition contains metadata about the attribute. This
is a required field and may not be null or blank. Many
attribute instances may share the same 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.
The full object is also kept here for performance purposes. This is because the name of the attribute
is referenced often for resolving name / value attribute pairs.

    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