com.ibm.commerce.infrastructure.facade.datatypes

Interface ConfigurationIdentifierType



  • public interface ConfigurationIdentifierType
    A representation of the model object 'Configuration Identifier Type'.

    The following features are supported:

    See Also:
    InfrastructurePackage.getConfigurationIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute.

        If the meaning of the 'Unique ID' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), InfrastructurePackage.getConfigurationIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()