fipaos.tutorial.emarkets.message
Class SellerEmarketMessageImpl


public class SellerEmarketMessageImpl
implements Serializable, SellerEmarketMessage


Constructor Summary
SellerEmarketMessageImpl()
           

Method Summary
 voidaddBuyerID(String buyerID)
           
 ListgetBuyerIDs()
           
 StringgetEmarketID()
           
 intgetNegotiationCount()
           
 SellerTargetMessagegetSellerTargetMessage()
           
 voidremoveBuyerID(String buyerID)
           
 voidsetBuyerID(String buyerID, int ind)
           
 voidsetEmarketID(String emarketID)
           
 voidsetNegotiationCount(int negotiationCount)
           
 voidsetSellerTargetMessage(SellerTargetMessage sellerTargetMessage)
           

Constructor Detail

SellerEmarketMessageImpl

public SellerEmarketMessageImpl()
Method Detail

addBuyerID

public void addBuyerID(String buyerID)

getBuyerIDs

public List getBuyerIDs()

getEmarketID

public String getEmarketID()

getNegotiationCount

public int getNegotiationCount()

getSellerTargetMessage

public SellerTargetMessage getSellerTargetMessage()

removeBuyerID

public void removeBuyerID(String buyerID)

setBuyerID

public void setBuyerID(String buyerID, int ind)
throws java.lang.ArrayIndexOutOfBoundsException

setEmarketID

public void setEmarketID(String emarketID)

setNegotiationCount

public void setNegotiationCount(int negotiationCount)

setSellerTargetMessage

public void setSellerTargetMessage(SellerTargetMessage sellerTargetMessage)

Association Links

to Class java.lang.String

to Class java.util.List

to Class fipaos.tutorial.emarkets.message.SellerTargetMessage