fipaos.tutorial.emarkets.message
Interface NegotiationMessage

All Known Implementing Classes:
NegotiationMessageImpl

public interface NegotiationMessage


Method Summary
 StringgetNegotiationID()
           
 intgetPrice()
           
 intgetQuantity()
           
 StringgetSenderID()
           
 voidsetNegotiationID(String negotiationID)
           
 voidsetPrice(int price)
           
 voidsetQuantity(int quantity)
           
 voidsetSenderID(String senderID)
           

Method Detail

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)