java.lang.Object | +--com.ibm.commerce.price.commands.PriceTC
Internal pricing T&C info.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
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. |
Method Summary | |
---|---|
protected
java.lang.String |
getAdjProductSetId() Item constructor comment. |
protected
java.lang.Double |
getPriceAdjustment() Item constructor comment. |
protected
java.lang.Long |
getTermCondId() Item constructor comment. |
protected
java.lang.Long |
getTradingId() Item constructor comment. |
protected
void |
setAdjProductSetId(java.lang.String aAdjProductSetId) Item constructor comment. |
protected
void |
setPriceAdjustment(java.lang.Double aPriceAdjustment) Item constructor comment. |
protected
void |
setTermCondId(java.lang.Long aTermCondId) Item constructor comment. |
protected
void |
setTradingId(java.lang.Long aTradingId) Item constructor comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
protected PriceTC(java.lang.Long aTermCondId) throws ECException
aTermCondId
- the term condition IDECException
protected PriceTC(java.lang.Long aTermCondId, java.lang.Double aPriceAdjustment) throws ECException
aTermCondId
- the term condition IDaPriceAdjustment
- the percentage of price adjustmentECException
protected PriceTC(java.lang.Long aTermCondId, java.lang.Double aPriceAdjustment, java.lang.String aAdjProductSetId) throws ECException
aTermCondId
- the term condition IDaPriceAdjustment
- the percentage of price adjustmentaAdjProductSetId
- the product set IDECException
Method Detail |
---|
protected java.lang.String getAdjProductSetId()
protected java.lang.Double getPriceAdjustment()
protected java.lang.Long getTermCondId()
protected java.lang.Long getTradingId()
protected void setAdjProductSetId(java.lang.String aAdjProductSetId)
protected void setPriceAdjustment(java.lang.Double aPriceAdjustment)
protected void setTermCondId(java.lang.Long aTermCondId)
protected void setTradingId(java.lang.Long aTradingId)