com.ibm.commerce.utf.commands

Interface CreateContractBasicInfoCmd

  • 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:
    CreateContractBasicInfoCmdImpl


    public interface CreateContractBasicInfoCmd
    extends TaskCommand
    Creates a contract object that shares an existing trading agreement.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setContractName

        void setContractName(java.lang.String newContractName)
        Stores the incoming value for the contract name.
        Parameters:
        newContractName - The name of the contract.
      • setContractOwner

        void setContractOwner(java.lang.Long newContractOwner)
        Stores the incoming value for the contract owner ID.
        Parameters:
        newContractOwner - The ID of the contract owner.
      • setAccountId

        void setAccountId(java.lang.Long newAccountId)
        Stores the account ID.
        Parameters:
        newAccountId - The account Id.
      • setTradingId

        void setTradingId(java.lang.Long newTradingId)
        Stores the incoming value for the Trading Agreement ID.
        Parameters:
        newTradingId - The ID of the trading agreement.