public interface ExtensibleObject
ExtensibleObject
.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.