|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.shared.ontology.negotiation.NegotiationLog
public class NegotiationLog
A class containing information about a finished negotiation.
Constructor Summary | |
---|---|
NegotiationLog()
|
Method Summary | |
---|---|
float |
getAskingPrice()
Gets the asking price. |
java.util.List<BidInfo> |
getBids()
Gets the list of the bids made during the auction. |
java.util.Date |
getNegotiationEnd()
Gets the time of the end of the negotiation. |
int |
getNegotiationId()
Gets the id of the negotiation. |
java.util.Date |
getNegotiationStart()
Gets the time of the beginning of the negotiation. |
java.lang.String |
getProductId()
Gets the global id of the product. |
int |
getQuantityOffered()
Gets the quantity offered. |
float |
getReservePrice()
Gets the reserve price. |
java.lang.String |
getStrategyId()
Gets the id of the strategy used. |
java.lang.String |
getTemplateId()
Gets the id of the template used. |
void |
setAskingPrice(float askingPrice)
Sets the value of asking price. |
void |
setBids(java.util.List<BidInfo> bids)
Sets the list of the bids made during the auction. |
void |
setNegotiationEnd(java.util.Date negotiationEnd)
Sets the time of the end of the negotiation. |
void |
setNegotiationId(int negotiationId)
Sets the id of the negotiation. |
void |
setNegotiationStart(java.util.Date negotiationStart)
Sets the time of the beginning of the negotiation. |
void |
setProductId(java.lang.String productId)
Sets the global id of the product. |
void |
setQuantityOffered(int quantityOffered)
Sets the quantity offered. |
void |
setReservePrice(float reservePrice)
Sets the value of reserve price. |
void |
setStrategyId(java.lang.String strategyId)
Sets the id of the strategy used. |
void |
setTemplateId(java.lang.String templateId)
Sets the id of the template used |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NegotiationLog()
Method Detail |
---|
public int getNegotiationId()
public void setNegotiationId(int negotiationId)
negotiationId
- the id of the negotiation.public java.lang.String getProductId()
public void setProductId(java.lang.String productId)
productId
- the global id of the product.public java.util.Date getNegotiationStart()
public void setNegotiationStart(java.util.Date negotiationStart)
negotiationStart
- the time of the beginning of the negotiation.public java.util.Date getNegotiationEnd()
public void setNegotiationEnd(java.util.Date negotiationEnd)
negotiationEnd
- the time of the end of the negotiation.public int getQuantityOffered()
public void setQuantityOffered(int quantityOffered)
quantityOffered
- the quantity offered to setpublic java.lang.String getStrategyId()
public void setStrategyId(java.lang.String strategyId)
strategyId
- the id of the strategy used to setpublic java.lang.String getTemplateId()
public void setTemplateId(java.lang.String templateId)
templateId
- the id of the template usedpublic float getReservePrice()
public void setReservePrice(float reservePrice)
reservePrice
- the reserve price to setpublic float getAskingPrice()
public void setAskingPrice(float askingPrice)
askingPrice
- the asking price to setpublic java.util.List<BidInfo> getBids()
public void setBids(java.util.List<BidInfo> bids)
bids
- the list of the bids made during the auctionpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |