Class ComponentRegistryAgent.ComponentInfo

  • Enclosing class:
    ComponentRegistryAgent

    public static class ComponentRegistryAgent.ComponentInfo
    extends java.lang.Object
    • Constructor Detail

      • ComponentInfo

        public ComponentInfo()
        Create a new ComponentInfo.
    • Method Detail

      • getInfo

        public CreationInfo getInfo()
        Get the info.
        Returns:
        the info
      • setInfo

        public void setInfo​(CreationInfo info)
        Set the info.
        Parameters:
        info - The info to set
      • getSids

        public java.util.List<IServiceIdentifier> getSids()
        Get the sids.
        Returns:
        the sids
      • setSids

        public void setSids​(java.util.List<IServiceIdentifier> sids)
        Set the sids.
        Parameters:
        sids - The sids to set