Class SellerAgent.MakeProposal

  • Enclosing class:
    SellerAgent

    public class SellerAgent.MakeProposal
    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
      MakeProposal​(java.lang.String cfp)
      Create a new MakeProposal.
    • 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.
      void setProposal​(int proposal)
      Set 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

      • MakeProposal

        public MakeProposal​(java.lang.String cfp)
        Create a new MakeProposal.
    • Method Detail

      • getCfp

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

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

        public void setProposal​(int proposal)
        Set the proposal.
        Parameters:
        proposal - The proposal to set.