com.ibm.commerce.foundation.common.datatypes

Interface AttachmentIdentifierType



  • public interface AttachmentIdentifierType
    A representation of the model object 'Attachment Identifier Type'.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getAttachmentIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. A unique ID of the Attachment Target.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getAttachmentIdentifierType_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()