public interface ExtensibleObject
ExtensibleObject
.Modifier and Type | Method and Description |
---|---|
java.util.Collection<Slot> |
getSlots()
Returns the Slots associated with this object.
|
void |
setSlots(java.util.Collection<Slot> slots)
Sets Slots to this object.
|
void setSlots(java.util.Collection<Slot> slots) throws CSAppFrameworkException
slots
- the list of slots to this object.CSAppFrameworkException
- if an internal error occurs on setting the slots.java.util.Collection<Slot> getSlots() throws CSAppFrameworkException
CSAppFrameworkException
- if an internal error occurs on getting the slots.