oracle.apps.cz.cio
Class PriceDeltaValidator.PriceChange
java.lang.Object
|
+--oracle.apps.cz.cio.ValidatorChange
|
+--oracle.apps.cz.cio.PriceDeltaValidator.PriceChange
- All Implemented Interfaces:
- IValidatorChange
- Enclosing class:
- PriceDeltaValidator
- public class PriceDeltaValidator.PriceChange
- extends ValidatorChange
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PriceDeltaValidator.PriceChange
public PriceDeltaValidator.PriceChange(double listPrice,
double discountPrice,
double extendedPrice,
java.lang.String dpNotifications,
java.lang.String lpNotifications,
PriceDeltaValidator.PriceChange previousChange)
getDiscountedPricingNotifications
public java.lang.String getDiscountedPricingNotifications()
hasDiscPriceNotifsChanged
public boolean hasDiscPriceNotifsChanged()
hasListPriceNotifsChanged
public boolean hasListPriceNotifsChanged()
hasExtendedPriceChanged
public boolean hasExtendedPriceChanged()
getListPricingNotifications
public java.lang.String getListPricingNotifications()
getExtendedPrice
public double getExtendedPrice()
hasDiscountedPriceChanged
public boolean hasDiscountedPriceChanged()
getDiscountedPrice
public double getDiscountedPrice()
hasListPriceChanged
public boolean hasListPriceChanged()
getListPrice
public double getListPrice()
getType
public int getType()
- Description copied from interface:
IValidatorChange
- Returns of the type of this change which corresponds to its DeltaValidator type
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.