Class SellerAgent.ExecuteTask

  • Enclosing class:
    SellerAgent

    public class SellerAgent.ExecuteTask
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String cfp  
      protected int proposal  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecuteTask​(java.lang.String cfp, int proposal)
      Create a new ExecuteTask.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCfp()
      Get the cfp.
      int getProposal()
      Get the proposal.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cfp

        protected java.lang.String cfp
      • proposal

        protected int proposal
    • Constructor Detail

      • ExecuteTask

        public ExecuteTask​(java.lang.String cfp,
                           int proposal)
        Create a new ExecuteTask.
    • Method Detail

      • getCfp

        public java.lang.String getCfp()
        Get the cfp.
        Returns:
        The cfp.
      • getProposal

        public int getProposal()
        Get the proposal.
        Returns:
        The proposal.