fipaos.tutorial.emarkets.message
Interface BuyerEmarketMessage

All Known Implementing Classes:
BuyerEmarketMessageImpl

public interface BuyerEmarketMessage


Method Summary
 BuyerTargetMessagegetBuyerTargetMessage()
           
 StringgetEmarketID()
           
 intgetNegotiationCount()
           
 StringgetSellerID()
           
 voidsetBuyerTargetMessage(BuyerTargetMessage buyerTargetMessage)
           
 voidsetEmarketID(String emarketID)
           
 voidsetNegotiationCount(int negotiationCount)
           
 voidsetSellerID(String sellerID)
           

Method Detail

getBuyerTargetMessage

public BuyerTargetMessage getBuyerTargetMessage()

getEmarketID

public String getEmarketID()

getNegotiationCount

public int getNegotiationCount()

getSellerID

public String getSellerID()

setBuyerTargetMessage

public void setBuyerTargetMessage(BuyerTargetMessage buyerTargetMessage)

setEmarketID

public void setEmarketID(String emarketID)

setNegotiationCount

public void setNegotiationCount(int negotiationCount)

setSellerID

public void setSellerID(String sellerID)