Attributes of predefined business objects

By default, the IltObject class defines several attributes that are present in all its subclasses. These attributes are the following:
  • Name indicates the name of the business object and is represented graphically by a label.
    • Name: name
    • Value class: String
    • Attribute: IltObject.NameAttribute
  • Graphic Representation is a computed attribute used to make it possible to display the entire business object in one column of a table. This attribute is computed from all the other attributes attached to the object and cannot be set to a value directly.
    • Name: graphicRepresentation
    • Value class: ilog.tgo.model.attribute.IltGraphicRepresentationAttributeType
    • Attribute: IltObject.GraphicRepresentationAttribute
  • Object State defines the state of the business object. See States for a complete description of object states. By default, the object state is not displayed in the table. This attribute is used as a base for all computed attributes that display the state of the telecom object. For more information, see Computed attributes based on the object state.
    • Name: objectState
    • Value class: ilog.tgo.model.IltObjectState
    • Attribute: IltObject.ObjectStateAttribute
  • Position indicates the geometric position or the shape of the business object in the network and equipment components. See Positioning for more information. By default, the object position is not displayed in the table.
    • Name: position
    • Value class: ilog.cpl.graphic.IlpPosition
    • Attribute: IltObject.PositionAttribute
  • New Alarm Count indicates the number of new raw alarms or traps of the business object. This string is displayed in the alarm balloon of the object. This count is computed from the object state and should not be set to a value directly.
    • Name: newAlarmCount
    • Value class: ilog.tgo.model.IltAlarmCountAttributeType
    • Attribute: IltObject.NewAlarmCountAttribute
  • New Alarm Count Number indicates the number of new raw alarms or traps of the business object. This alarm count is computed from the object state and should not be set to a value directly.
    • Name: newAlarmCountNumber
    • Value class: java.lang.Integer
    • Attribute: IltObject.NewAlarmCountNumberAttribute
  • Alarm Count indicates the number of outstanding raw alarms or traps of the business object. Outstanding refers to both acknowledged and new alarms or traps. This string displays on the object base. The count is computed from the object state and should not be set to a value directly.
    • Name: alarmCount
    • Value class: ilog.tgo.model.IltAlarmCountAttributeType
    • Attribute: IltObject.AlarmCountAttribute
  • Alarm Count Number indicates the number of outstanding raw alarms or traps of the business object. Outstanding refers to both acknowledged and new alarms or traps. This integer represents the number of outstanding raw alarms or traps. The count is computed from the object state and should not be set to a value directly.
    • Name: alarmCountNumber
    • Value class: java.lang.Integer
    • Attribute: IltObject.AlarmCountNumberAttribute
  • New Alarm Highest Severity indicates the highest severity of the new raw alarms or traps raised on the business object. This attribute determines the color of the alarm balloon. It is computed from the object state and should not be set to a value directly.
    • Name: newAlarmHighestSeverity
    • Value class: ilog.tgo.model.IltAlarmSeverity
    • Attribute: IltObject.NewAlarmHighestSeverityAttribute
  • Alarm Highest Severity indicates the highest severity of the outstanding raw alarms or traps raised on the business object. Outstanding refers to both acknowledged and new alarms or traps. This attribute determines the color of the alarm border. It is computed from the object state and should not be set to a value directly.
    • Name: alarmHighestSeverity
    • Value class: ilog.tgo.model.IltAlarmSeverity
    • Attribute: IltObject.AlarmHighestSeverityAttribute
  • Ack Alarm Highest Severity indicates the highest severity of the acknowledged raw alarms or traps of the business object. By default, this attribute is not displayed in the table. It is computed from the object state and should not be set to a value directly.
    • Name: ackAlarmHighestSeverity
    • Value class: ilog.tgo.model.IltAlarmSeverity
    • Attribute: IltObject.AckAlarmHighestSeverityAttribute
  • New Impact Alarm Count indicates the number of new impact alarms of the business object. This string is displayed in the alarm balloon of the object. The new impact alarm count is computed from the object state and should not be set to a value directly.
    • Name: newImpactAlarmCount
    • Value class: ilog.tgo.model.IltAlarmCountAttributeType
    • Attribute: IltObject.NewImpactAlarmCountAttribute
  • New Impact Alarm Count Number indicates the number of new impact alarms of the business object. This integer represents the number of new impact alarms. The new impact alarm count is computed from the object state and should not be set to a value directly.
    • Name: newImpactAlarmCountNumber
    • Value class: java.lang.Integer
    • Attribute: IltObject.NewImpactAlarmCountNumberAttribute
  • Impact Alarm Count indicates the number of outstanding impact alarms of the business object. Outstanding refers to both acknowledged and new alarms. This string displays on the object base. The impact alarm count is computed from the object state and should not be set to a value directly.
    • Name: impactAlarmCount
    • Value class: ilog.tgo.model.IltAlarmCountAttributeType
    • Attribute: IltObject.ImpactAlarmCountAttribute
  • Impact Alarm Count Number indicates the number of outstanding impact alarms of the business object. Outstanding refers to both acknowledged and new alarms. This integer represents the number of outstanding impact alarms. The impact alarm count is computed from the object state and should not be set to a value directly.
    • Name: impactAlarmCountNumber
    • Value class: java.lang.Integer
    • Attribute: IltObject.ImpactAlarmCountNumberAttribute
  • New Impact Alarm Highest Severity indicates the highest severity of the new impact alarms raised on the business object. This attribute determines the color of the alarm balloon. It is computed from the object state and should not be set to a value directly.
    • Name: newImpactAlarmHighestSeverity
    • Value class: ilog.tgo.model.IltAlarmSeverity
    • Attribute: IltObject.NewImpactAlarmHighestSeverityAttribute
  • Impact Alarm Highest Severity indicates the highest severity of the outstanding impact alarms raised on the business object. Outstanding refers to both acknowledged and new alarms. This attribute determines the color of the alarm border. It is computed from the object state and should not be set to a value directly.
    • Name: impactAlarmHighestSeverity
    • Value class: ilog.tgo.model.IltAlarmSeverity
    • Attribute: IltObject.ImpactAlarmHighestSeverityAttribute
  • Ack Impact Alarm Highest Severity indicates the highest severity of the acknowledged impact alarms of the business object. By default, this attribute is not displayed in the table. It is computed from the object state and should not be set to a value directly.
    • Name: ackImpactAlarmHighestSeverity
    • Value class: ilog.tgo.model.IltAlarmSeverity
    • Attribute: IltObject.AckImpactAlarmHighestSeverityAttribute
  • Primary State indicates the primary state of the business object. This attribute determines the base style. It is computed from the object state and should not be set to a value directly.
    • Name: primaryState
    • Value class: String
    • Attribute: IltObject.PrimaryStateAttribute
  • Secondary States indicates the secondary states or statuses of the business object. This attribute determines the small icons displayed at the top left of the base. It is computed from the object state and should not be set to a value directly.
    • Name: secondaryStates
    • Value class: String
    • Attribute: IltObject.SecondaryStatesAttribute
  • Tiny Type indicates the way the object will be displayed in the tiny representation. By default, this attribute does not appear in the table.
    • Name: tinyType
    • Value class: ilog.tgo.model.IltObject.TinyType
    • Attribute: IltObject.TinyTypeAttribute