A BusinessEventType is a MetaElement which represents a type of business events that can be fired. It is used to coordinate the behavior of BusinessObjectType's instances.
BusinessEventType
BusinessEventTypes are mutable
Creates a new business event type bet so that bet.name = name
Name of the business event type
this.id
this.name
this
this_post.id = id
New ID to assign to this
A Map storing all the MetaElements stored in elements, using elements's id as map identifier
MetaElements to be stored into a map
Generated using TypeDoc
A
BusinessEventTypeis a MetaElement which represents a type of business events that can be fired. It is used to coordinate the behavior of BusinessObjectType's instances.BusinessEventTypes are mutable