Class ServiceMetaDataImpl

    • Constructor Detail

      • ServiceMetaDataImpl

        public ServiceMetaDataImpl​(String aUid,
                                   String aNameId,
                                   String aGroupId,
                                   String aName)
        Constructs a ServiceMetaDataImpl with the given attributes.
        Parameters:
        aUid - The UID to be used.
        aNameId - The name ID to be used.
        aGroupId - The group ID to be used.
        aName - The (verbose) name to be used.
    • Method Detail

      • getUniversalId

        public String getUniversalId​()
        Specified by:
        getUniversalId in interface org.refcodes.mixin.UniversalIdAccessor
      • getGroupId

        public String getGroupId​()
        Retrieves the group ID from the group ID property.
        Specified by:
        getGroupId in interface GroupIdAccessor
        Returns:
        The group ID stored by the group ID property.
      • getNameId

        public String getNameId​()
        Retrieves the name ID from the name ID property.
        Specified by:
        getNameId in interface NameIdAccessor
        Returns:
        The name ID stored by the name ID property.
      • getName

        public String getName​()
        Specified by:
        getName in interface org.refcodes.mixin.NameAccessor