public interface BlItemInheritedData extends InheritedData
BlItem object of a core universe that is inherited by a linked universe.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStatusOverloaded()
Returns the value of the 'Status Overloaded' attribute.
|
getCoreItemIdentifier, getCoreReferenceboolean isStatusOverloaded()
"false".
Checks if the status of the BlItem object in the business layer has been modified compared to the status inherited from the core universe.
When the BlItem.setState(ItemState) method is used, the isStatusOverloaded return value is set to true automatically. Therefore, the modified BlItem state is retained at save and load times.
Returns true if it has been modified.