Class MetadataBranchingServiceImp

    • Constructor Detail

      • MetadataBranchingServiceImp

        public MetadataBranchingServiceImp()

        Creates a new instance.

    • Method Detail

      • getMetadataKeys

        public java.util.List<java.lang.String> getMetadataKeys()

        Returns a List of String metadata keys.

        Returns:
        metadataKeys a List of String metadata keys
      • setMetadataKeys

        public void setMetadataKeys​(java.util.List l)

        Sets a List of String metadata keys.

        Parameters:
        l - metadataKeys a List of String metadata keys
      • addMetadataKey

        public void addMetadataKey​(java.lang.String metadataKey)

        Adds a metadata key to the end of the List. (List so you can have the same key more than once if required.)

        Parameters:
        metadataKey - the metadata key to add, may not be blank
      • getDefaultServiceId

        public java.lang.String getDefaultServiceId()

        Returns the ID of an optional default Service.

        Returns:
        the ID of an optional default Service
      • setDefaultServiceId

        public void setDefaultServiceId​(java.lang.String s)

        Sets the ID of an optional default Service.

        Parameters:
        s - the ID of an optional default Service