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.
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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)