|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.negotiationpreparation.NegotiationDescription
public class NegotiationDescription
A class containing information about a negotiation required to prepare a template and a strategy.
Constructor Summary | |
---|---|
NegotiationDescription(java.util.Date preparationTime,
java.lang.String productId,
float startingPrice,
float reservePrice,
int offeredAmount,
java.lang.String strategyId,
java.lang.String templateId)
Constructor |
Method Summary | |
---|---|
int |
getOfferedAmount()
Gets the offered amount of product. |
java.util.Date |
getPreparationTime()
|
java.lang.String |
getProductId()
Gets the product id being offered. |
float |
getReservePrice()
Gets the reserve price to use in the negotiation. |
float |
getStartingPrice()
Gets the starting price to use in the negotiation. |
java.lang.String |
getStrategyId()
|
java.lang.String |
getTemplateId()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NegotiationDescription(java.util.Date preparationTime, java.lang.String productId, float startingPrice, float reservePrice, int offeredAmount, java.lang.String strategyId, java.lang.String templateId)
productId
- the product id being offeredstartingPrice
- the starting price to use in the negotiationofferedAmount
- the amount of product offeredMethod Detail |
---|
public java.lang.String getProductId()
public float getStartingPrice()
public float getReservePrice()
public int getOfferedAmount()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getStrategyId()
public java.lang.String getTemplateId()
public java.util.Date getPreparationTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |