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

All Superinterfaces:
ExtensibleObject, RegistryBean, RegistryObject, Versionable
All Known Implementing Classes:
RegistryPackageImpl

public interface RegistryPackage
extends RegistryObject, Versionable


Method Summary
 java.util.Set<RegistryBean> getRegistryObjects()
          Gets the collection of member RegistryObjects of this RegistryPackage.
 void setRegistryObjects(java.util.Set<RegistryBean> registryBeans)
          Sets the collection of member RegistryObjects of this RegistryPackage.
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
getDescription, getKey, getName, setDescription, setName
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject
getSlots, setSlots
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
 

Method Detail

getRegistryObjects

java.util.Set<RegistryBean> getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage.

Returns:
Set

setRegistryObjects

void setRegistryObjects(java.util.Set<RegistryBean> registryBeans)
Sets the collection of member RegistryObjects of this RegistryPackage.

Parameters:
registryBeans -