com.ibm.commerce.foundation.common.datatypes

Interface AttachmentExternalIdentifierType



  • public interface AttachmentExternalIdentifierType
    A representation of the model object 'Attachment External Identifier Type'. A type definition of a unique external identifier for an Attachment Target.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getAttachmentExternalIdentifierType()
    • Method Detail

      • getIdentifier

        java.lang.String getIdentifier()
        Returns the value of the 'Identifier' attribute. External identifying name for the Attachment Target.
        Returns:
        the value of the 'Identifier' attribute.
        See Also:
        setIdentifier(String), CommerceFoundationPackage.getAttachmentExternalIdentifierType_Identifier()
      • setIdentifier

        void setIdentifier(java.lang.String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store that owns this attachment.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getAttachmentExternalIdentifierType_StoreIdentifier()
      • getOwnerID

        java.lang.String getOwnerID()
        Returns the value of the 'Owner ID' attribute. The owner of the Attachment Target.
        Returns:
        the value of the 'Owner ID' attribute.
        See Also:
        setOwnerID(String), CommerceFoundationPackage.getAttachmentExternalIdentifierType_OwnerID()
      • setOwnerID

        void setOwnerID(java.lang.String value)
        Sets the value of the 'Owner ID' attribute.
        Parameters:
        value - the new value of the 'Owner ID' attribute.
        See Also:
        getOwnerID()