Package jadex.bdi.booktrading
Class SellerAgent.MakeProposal
java.lang.Object
jadex.bdi.booktrading.SellerAgent.MakeProposal
- Enclosing class:
SellerAgent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCfp()
Get the cfp.int
Get the proposal.void
setProposal
(int proposal) Set the proposal.
-
Field Details
-
cfp
-
proposal
protected int proposal
-
-
Constructor Details
-
MakeProposal
Create a new MakeProposal.
-
-
Method Details
-
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.
-