Class SellerAgent.MakeProposal
- java.lang.Object
-
- jadex.bdiv3.examples.booktrading.seller.SellerAgent.MakeProposal
-
- Enclosing class:
- SellerAgent
public class SellerAgent.MakeProposal extends java.lang.Object
-
-
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.
-