fipaos.tutorial.emarkets.message
Interface NegotiationMessage
- All Known Implementing Classes:
- NegotiationMessageImpl
- public interface NegotiationMessage
getNegotiationID
public String getNegotiationID()
getPrice
public int getPrice()
getQuantity
public int getQuantity()
getSenderID
public String getSenderID()
setNegotiationID
public void setNegotiationID(String negotiationID)
setPrice
public void setPrice(int price)
setQuantity
public void setQuantity(int quantity)
setSenderID
public void setSenderID(String senderID)