|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A subclass that implements AttributeContainer holds the IBA attribute
values and definitions associate with an IBAHolder object. Any attempts
to add/remove/ delete/update value to the container must first pass validation
by calling each respective validation method. All accessor mehods return
cloned value(s) rather than reference the original value(s). This is
to ensure attribute value data integrity, such that changes to the value
outside of the container does not automatically reflected in the container
without passing constraint validations.
Supported API: false
Extendable: false
DefaultAttributeContainer
Method Summary | |
Object |
clone()
Clones this container and all its components. |
boolean |
isContainerDirty()
Supported API: false |
Method Detail |
public boolean isContainerDirty()
public Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |