com.ibm.commerce.rfq.commands

Class CopyRFQAttachmentCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, CopyRFQAttachmentCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class CopyRFQAttachmentCmdImpl
    extends TaskCommandImpl
    implements CopyRFQAttachmentCmd
    Implementation class for CopyRFQAttachmentCmd.

    This is the default implementation of the CopyRFQAttachmentCmd. This command calls the following TaskCommands:

    This command uses the following AccessBeans/DataBeans:
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CopyRFQAttachmentCmdImpl

        public CopyRFQAttachmentCmdImpl()
        CopyRFQAttachmentCmdImpl constructor comment.
    • Method Detail

      • reset

        public void reset()
        Reset the command
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getNewRFQId

        public java.lang.Long getNewRFQId()
        Gets the newRFQId
        Specified by:
        getNewRFQId in interface CopyRFQAttachmentCmd
        Returns:
        Returns a java.lang.Long
      • setNewRFQId

        public void setNewRFQId(java.lang.Long newRFQId)
        Sets the newRFQId
        Specified by:
        setNewRFQId in interface CopyRFQAttachmentCmd
        Parameters:
        newRFQId - The newRFQId to set
      • getSourceRFQId

        public java.lang.Long getSourceRFQId()
        Gets the sourceRFQId
        Specified by:
        getSourceRFQId in interface CopyRFQAttachmentCmd
        Returns:
        Returns a java.lang.Long
      • setSourceRFQId

        public void setSourceRFQId(java.lang.Long sourceRFQId)
        Sets the sourceRFQId
        Specified by:
        setSourceRFQId in interface CopyRFQAttachmentCmd
        Parameters:
        sourceRFQId - The sourceRFQId to set