Class ServiceMetaDataImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.mixin.NameAccessor

        org.refcodes.mixin.NameAccessor.NameBuilder<B extends org.refcodes.mixin.NameAccessor.NameBuilder<B>>, org.refcodes.mixin.NameAccessor.NameMutator, org.refcodes.mixin.NameAccessor.NameProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.UniversalIdAccessor

        org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B extends org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B>>, org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceMetaDataImpl​(java.lang.String aUid, java.lang.String aNameId, java.lang.String aGroupId, java.lang.String aName)
      Constructs a ServiceMetaDataImpl with the given attributes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroupId​()
      Retrieves the group ID from the group ID property.
      java.lang.String getName​()
      java.lang.String getNameId​()
      Retrieves the name ID from the name ID property.
      java.lang.String getUniversalId​()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceMetaDataImpl

        public ServiceMetaDataImpl​(java.lang.String aUid,
                                   java.lang.String aNameId,
                                   java.lang.String aGroupId,
                                   java.lang.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 java.lang.String getUniversalId​()
        Specified by:
        getUniversalId in interface org.refcodes.mixin.UniversalIdAccessor
      • getGroupId

        public java.lang.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 java.lang.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 java.lang.String getName​()
        Specified by:
        getName in interface org.refcodes.mixin.NameAccessor