public class SellerBDI.MakeProposal
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cfp |
protected int |
proposal |
| Constructor and Description |
|---|
MakeProposal(java.lang.String cfp)
Create a new MakeProposal.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCfp()
Get the cfp.
|
int |
getProposal()
Get the proposal.
|
void |
setProposal(int proposal)
Set the proposal.
|