com.ibm.commerce.foundation.common.datatypes

Interface AttachmentUsageType



  • public interface AttachmentUsageType
    A representation of the model object 'Attachment Usage Type'. The type definition for an attachment relation usage.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getAttachmentUsageType()
    • Method Detail

      • getUsageName

        java.lang.String getUsageName()
        Returns the value of the 'Usage Name' attribute. The name of the Attachment Usage.
        Returns:
        the value of the 'Usage Name' attribute.
        See Also:
        setUsageName(String), CommerceFoundationPackage.getAttachmentUsageType_UsageName()
      • setUsageName

        void setUsageName(java.lang.String value)
        Sets the value of the 'Usage Name' attribute.
        Parameters:
        value - the new value of the 'Usage Name' attribute.
        See Also:
        getUsageName()
      • getImage

        java.lang.String getImage()
        Returns the value of the 'Image' attribute. Image path to the attachment relation usage.
        Returns:
        the value of the 'Image' attribute.
        See Also:
        setImage(String), CommerceFoundationPackage.getAttachmentUsageType_Image()
      • setImage

        void setImage(java.lang.String value)
        Sets the value of the 'Image' attribute.
        Parameters:
        value - the new value of the 'Image' attribute.
        See Also:
        getImage()
      • getDisplaySequence

        java.lang.String getDisplaySequence()
        Returns the value of the 'Display Sequence' attribute. Sequence of the attachment relation usage.
        Returns:
        the value of the 'Display Sequence' attribute.
        See Also:
        setDisplaySequence(String), CommerceFoundationPackage.getAttachmentUsageType_DisplaySequence()
      • setDisplaySequence

        void setDisplaySequence(java.lang.String value)
        Sets the value of the 'Display Sequence' attribute.
        Parameters:
        value - the new value of the 'Display Sequence' attribute.
        See Also:
        getDisplaySequence()
      • getAttachmentUsageDescription

        AttachmentDescriptionType getAttachmentUsageDescription()
        Returns the value of the 'Attachment Usage Description' containment reference. Description for the attachment relation usage.
        Returns:
        the value of the 'Attachment Usage Description' containment reference.
        See Also:
        setAttachmentUsageDescription(AttachmentDescriptionType), CommerceFoundationPackage.getAttachmentUsageType_AttachmentUsageDescription()