com.ibm.commerce.attachment.commands

Interface AttachmentAddCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getAttachmentTargetId

        java.lang.Long getAttachmentTargetId()
        Gets the attachment target ID.
        Returns:
        The attachment target ID
      • getStoreentId

        java.lang.Integer getStoreentId()
        Gets the store entity ID that owns the attachment target.
        Returns:
        The store entity ID
      • getMemberId

        java.lang.Long getMemberId()
        Gets the owner of the attachment target.
        Returns:
        The owner ID of the attachment target
      • getIdentifier

        java.lang.String getIdentifier()
        Gets the identifier of the attachment target.
        Returns:
        The identifier of the attachment target
      • getAttachmentUsageId

        java.lang.String getAttachmentUsageId()
        Gets the attachment usage ID of the attachment target.
        Returns:
        The attachment usage ID
      • getField1

        java.lang.Long getField1()
        Gets the customizable field 1 in the attachment target.
        Returns:
        The customizable field 1
      • getField2

        java.lang.Double getField2()
        Gets the customizable field 2 in the attachment target.
        Returns:
        The customizable field 2
      • getField3

        java.lang.String getField3()
        Gets the customizable field 3 in the attachment target.
        Returns:
        The customizable field 3
      • getField4

        java.lang.String getField4()
        Gets the customizable field 4 in the attachment target.
        Returns:
        The customizable field 4
      • getAttachmentTargetDescriptions

        java.util.Vector getAttachmentTargetDescriptions()
        Gets the vector of AttachmentTargetDescriptionDataBean
        Returns:
        The vector of AttachmentTargetDescriptionDataBean
      • getAttachmentAssets

        java.util.Vector getAttachmentAssets()
        Gets the vector of AttachmentAssetDataBean
        Returns:
        The vector of AttachmentAssetDataBean
      • setAttachmentTargetId

        void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
        Sets the attachment target ID.
        Parameters:
        anAttachmentTargetId - The attachment target ID
      • setStoreentId

        void setStoreentId(java.lang.Integer anStoreentId)
        Sets the store entity ID.
        Parameters:
        anStoreentId - The store entity ID
      • setMemberId

        void setMemberId(java.lang.Long anMemberId)
        Override this method to set the owner of the attachment target. Default implemenation of this method does not set the member ID.
        Parameters:
        anMemberId - The owner of the attachment target
      • setIdentifier

        void setIdentifier(java.lang.String astrIdentifier)
        Sets the identifier of the attachment target.
        Parameters:
        astrIdentifier - The identifier of the attachment target
      • setAttachmentUsageId

        void setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
        Sets the attachment usage ID used in the attachment target.
        Parameters:
        astrAttachmentUsageId - The attachment usage ID
      • setField1

        void setField1(java.lang.Long anField1)
        Sets the customizable field 1 of the attachment target.
        Parameters:
        anField1 - The customizable field 1
      • setField2

        void setField2(java.lang.Double adField2)
        Sets the customizable field 2 of the attachment target.
        Parameters:
        adField2 - The customizable field 2
      • setField3

        void setField3(java.lang.String astrField3)
        Sets the customizable field 3 of the attachment target.
        Parameters:
        astrField3 - The customizable field 3
      • setField4

        void setField4(java.lang.String astrField4)
        Sets the customizable field 4 of the attachment target.
        Parameters:
        astrField4 - The customizable field 4
      • setAttachmentAssets

        void setAttachmentAssets(java.util.Vector avAttachmentAssetDataBeans)
        Sets the vector of AttachmentAssetDataBean to be created as the attachment assets for the attachment target.
        Parameters:
        avAttachmentAssetDataBeans - The list of AttachmentAssetDataBean
      • setAttachmentTargetDescriptions

        void setAttachmentTargetDescriptions(java.util.Vector avAttachmentTargetDescriptionDataBeans)
        Sets the vector of AttachmentTargetDescriptionDataBean to be created as the description for the attachment target.
        Parameters:
        avAttachmentTargetDescriptionDataBeans - The list of AttachmentTargetDescriptionDataBean
      • setURL

        void setURL(java.lang.String astrURL)
        Sets the redirect URL.
        Parameters:
        astrURL - The redirect URL