com.ibm.commerce.attachment.commands

Interface DeleteAttachmentTargetCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    DeleteAttachmentTargetCmdImpl


    public interface DeleteAttachmentTargetCmd
    extends TaskCommand
    Interface for the command DeleteAttachmentTarget
    • 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.
        Returns:
        The store entity ID
      • getIdentifier

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

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

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

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