Interface I_M_DiscountSchema

All Known Implementing Classes:
MDiscountSchema, X_M_DiscountSchema

public interface I_M_DiscountSchema
Generated Interface for M_DiscountSchema
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Org_ID

      void setAD_Org_ID(int AD_Org_ID)
      Set Organization. Organizational entity within tenant
    • getAD_Org_ID

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setCumulativeLevel

      void setCumulativeLevel(String CumulativeLevel)
      Set Accumulation Level. Level for accumulative calculations
    • getCumulativeLevel

      String getCumulativeLevel()
      Get Accumulation Level. Level for accumulative calculations
    • setDescription

      void setDescription(String Description)
      Set Description. Optional short description of the record
    • getDescription

      String getDescription()
      Get Description. Optional short description of the record
    • setDiscountType

      void setDiscountType(String DiscountType)
      Set Discount Type. Type of trade discount calculation
    • getDiscountType

      String getDiscountType()
      Get Discount Type. Type of trade discount calculation
    • setFlatDiscount

      void setFlatDiscount(BigDecimal FlatDiscount)
      Set Flat Discount %. Flat discount percentage
    • getFlatDiscount

      BigDecimal getFlatDiscount()
      Get Flat Discount %. Flat discount percentage
    • setIsActive

      void setIsActive(boolean IsActive)
      Set Active. The record is active in the system
    • isActive

      boolean isActive()
      Get Active. The record is active in the system
    • setIsBPartnerFlatDiscount

      void setIsBPartnerFlatDiscount(boolean IsBPartnerFlatDiscount)
      Set B.Partner Flat Discount. Use flat discount defined on Business Partner Level
    • isBPartnerFlatDiscount

      boolean isBPartnerFlatDiscount()
      Get B.Partner Flat Discount. Use flat discount defined on Business Partner Level
    • setIsQuantityBased

      void setIsQuantityBased(boolean IsQuantityBased)
      Set Quantity based. Trade discount break level based on Quantity (not value)
    • isQuantityBased

      boolean isQuantityBased()
      Get Quantity based. Trade discount break level based on Quantity (not value)
    • setM_DiscountSchema_ID

      void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
      Set Discount Schema. Schema to calculate the trade discount percentage
    • getM_DiscountSchema_ID

      int getM_DiscountSchema_ID()
      Get Discount Schema. Schema to calculate the trade discount percentage
    • setM_DiscountSchema_UU

      void setM_DiscountSchema_UU(String M_DiscountSchema_UU)
      Set M_DiscountSchema_UU
    • getM_DiscountSchema_UU

      String getM_DiscountSchema_UU()
      Get M_DiscountSchema_UU
    • setName

      void setName(String Name)
      Set Name. Alphanumeric identifier of the entity
    • getName

      String getName()
      Get Name. Alphanumeric identifier of the entity
    • setProcessing

      void setProcessing(boolean Processing)
      Set Process Now
    • isProcessing

      boolean isProcessing()
      Get Process Now
    • setScript

      void setScript(String Script)
      Set Script. Dynamic Java Language Script to calculate result
    • getScript

      String getScript()
      Get Script. Dynamic Java Language Script to calculate result
    • getUpdated

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • setValidFrom

      void setValidFrom(Timestamp ValidFrom)
      Set Valid from. Valid from including this date (first day)
    • getValidFrom

      Timestamp getValidFrom()
      Get Valid from. Valid from including this date (first day)