com.ibm.commerce.price.commands
Class PriceTC
java.lang.Object
|
+--com.ibm.commerce.price.commands.PriceTC
- public class PriceTC
- extends java.lang.Object
Internal pricing T&C info.
Constructor Summary |
protected |
PriceTC(java.lang.Long aTermCondId)
Item constructor comment. |
protected |
PriceTC(java.lang.Long aTermCondId,
java.lang.Double aPriceAdjustment)
Item constructor comment. |
protected |
PriceTC(java.lang.Long aTermCondId,
java.lang.Double aPriceAdjustment,
java.lang.String aAdjProductSetId)
Item constructor comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriceTC
protected PriceTC(java.lang.Long aTermCondId)
throws ECException
- Item constructor comment.
PriceTC
protected PriceTC(java.lang.Long aTermCondId,
java.lang.Double aPriceAdjustment)
throws ECException
- Item constructor comment.
PriceTC
protected PriceTC(java.lang.Long aTermCondId,
java.lang.Double aPriceAdjustment,
java.lang.String aAdjProductSetId)
throws ECException
- Item constructor comment.
getAdjProductSetId
protected java.lang.String getAdjProductSetId()
getPriceAdjustment
protected java.lang.Double getPriceAdjustment()
getTermCondId
protected java.lang.Long getTermCondId()
getTradingId
protected java.lang.Long getTradingId()
setAdjProductSetId
protected void setAdjProductSetId(java.lang.String aAdjProductSetId)
setPriceAdjustment
protected void setPriceAdjustment(java.lang.Double aPriceAdjustment)
setTermCondId
protected void setTermCondId(java.lang.Long aTermCondId)
setTradingId
protected void setTradingId(java.lang.Long aTradingId)