Class PriceRule

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.price.model.exchange.ExchangeAuditEntry
com.skava.price.model.exchange.PriceRule
All Implemented Interfaces:
Serializable

public class PriceRule extends ExchangeAuditEntry
The Class PriceRule
Since:
8.0
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PriceRule

      public PriceRule()
  • Method Details

    • fromDomainObject

      public PriceRule fromDomainObject(PriceRuleDO priceRuleDO, String zoneId)
      This method is used to set collection's Id,collectionId,name,description,status,tierPrice, schedulePrice,subscription,floorPrice and currencySign from priceRuleDO.
      Parameters:
      priceRuleDO - It contains the attributes required for the set values.
      zoneId - The time-zone to use, not null
      Returns:
      It returns PriceRule.