fipaos.tutorial.emarkets.message
Class NegotiationMessageImpl


public class NegotiationMessageImpl
implements Serializable, NegotiationMessage


Constructor Summary
NegotiationMessageImpl()
           

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

Constructor Detail

NegotiationMessageImpl

public NegotiationMessageImpl()
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)

Association Links

to Class java.lang.String

to Class java.lang.String