com.softwareag.centrasite.appl.framework.beans.standard
Interface ExtensibleObject

All Known Subinterfaces:
Association, AuditableEvent, Classification, ClassificationScheme, Concept, ExternalIdentifier, ExternalLink, ExtrinsicObject, LCAwareClassificationScheme, LCAwareRegistryEntry, LCAwareRegistryObject, Organization, PostalAddress, RegistryEntry, RegistryObject, RegistryPackage, Service, ServiceBinding, SpecificationLink, User
All Known Implementing Classes:
AssociationImpl, AuditableEventImpl, ClassificationImpl, ClassificationSchemeImpl, ConceptImpl, ExternalIdentifierImpl, ExternalLinkImpl, ExtrinsicObjectImpl, LCAwareClassificationSchemeImpl, LCAwareRegistryEntryImpl, LCAwareRegistryObjectImpl, OrganizationImpl, PostalAddressImpl, RegistryEntryImpl, RegistryObjectImpl, RegistryPackageImpl, ServiceBindingImpl, ServiceImpl, SpecificationLinkImpl, UserImpl

public interface ExtensibleObject


Method Summary
 java.util.Collection<Slot> getSlots()
          Returns the Slots associated with this object.
 void setSlots(java.util.Collection<Slot> slots)
          Sets Slots to this object.
 

Method Detail

setSlots

void setSlots(java.util.Collection<Slot> slots)
              throws CSAppFrameworkException
Sets Slots to this object.

Parameters:
slots -
Throws:
CSAppFrameworkException

getSlots

java.util.Collection<Slot> getSlots()
                                    throws CSAppFrameworkException
Returns the Slots associated with this object.

Returns:
Collection
Throws:
CSAppFrameworkException