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.


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
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

PriceTC

protected PriceTC(java.lang.Long aTermCondId)
           throws ECException
Item constructor comment.
Parameters:
aTermCondId - the term condition ID
Throws:
ECException

PriceTC

protected PriceTC(java.lang.Long aTermCondId,
                  java.lang.Double aPriceAdjustment)
           throws ECException
Item constructor comment.
Parameters:
aTermCondId - the term condition ID
aPriceAdjustment - the percentage of price adjustment
Throws:
ECException

PriceTC

protected PriceTC(java.lang.Long aTermCondId,
                  java.lang.Double aPriceAdjustment,
                  java.lang.String aAdjProductSetId)
           throws ECException
Item constructor comment.
Parameters:
aTermCondId - the term condition ID
aPriceAdjustment - the percentage of price adjustment
aAdjProductSetId - the product set ID
Throws:
ECException
Method Detail

getAdjProductSetId

protected java.lang.String getAdjProductSetId()
Item constructor comment.
Returns:
String product set ID for price adjustment

getPriceAdjustment

protected java.lang.Double getPriceAdjustment()
Item constructor comment.
Returns:
Double the price adjustment

getTermCondId

protected java.lang.Long getTermCondId()
Item constructor comment.
Returns:
Long a term condition ID

getTradingId

protected java.lang.Long getTradingId()
Item constructor comment.
Returns:
Long the trading ID

setAdjProductSetId

protected void setAdjProductSetId(java.lang.String aAdjProductSetId)
Item constructor comment.

setPriceAdjustment

protected void setPriceAdjustment(java.lang.Double aPriceAdjustment)
Item constructor comment.

setTermCondId

protected void setTermCondId(java.lang.Long aTermCondId)
Item constructor comment.

setTradingId

protected void setTradingId(java.lang.Long aTradingId)
Item constructor comment.