Interface I_M_CostHistory

  • All Known Implementing Classes:
    X_M_CostHistory

    public interface I_M_CostHistory
    Generated Interface for M_CostHistory
    Version:
    Release 9
    Author:
    iDempiere (generated)
    • Method Detail

      • getAD_Client_ID

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

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

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

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

        int getCreatedBy()
        Get Created By. User who created this records
      • 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
      • setM_AttributeSetInstance_ID

        void setM_AttributeSetInstance_ID​(int M_AttributeSetInstance_ID)
        Set Attribute Set Instance. Product Attribute Set Instance
      • getM_AttributeSetInstance_ID

        int getM_AttributeSetInstance_ID()
        Get Attribute Set Instance. Product Attribute Set Instance
      • setM_CostDetail_ID

        void setM_CostDetail_ID​(int M_CostDetail_ID)
        Set Cost Detail. Cost Detail Information
      • getM_CostDetail_ID

        int getM_CostDetail_ID()
        Get Cost Detail. Cost Detail Information
      • setM_CostElement_ID

        void setM_CostElement_ID​(int M_CostElement_ID)
        Set Cost Element. Product Cost Element
      • getM_CostElement_ID

        int getM_CostElement_ID()
        Get Cost Element. Product Cost Element
      • setM_CostHistory_ID

        void setM_CostHistory_ID​(int M_CostHistory_ID)
        Set Cost History. Movement history for M_Cost
      • getM_CostHistory_ID

        int getM_CostHistory_ID()
        Get Cost History. Movement history for M_Cost
      • setM_CostHistory_UU

        void setM_CostHistory_UU​(String M_CostHistory_UU)
        Set Cost History UUID
      • getM_CostHistory_UU

        String getM_CostHistory_UU()
        Get Cost History UUID
      • setM_CostType_ID

        void setM_CostType_ID​(int M_CostType_ID)
        Set Cost Type. Type of Cost (e.g. Current, Plan, Future)
      • getM_CostType_ID

        int getM_CostType_ID()
        Get Cost Type. Type of Cost (e.g. Current, Plan, Future)
      • setNewCAmt

        void setNewCAmt​(BigDecimal NewCAmt)
        Set New Accumulated Amt. Accumulated Amt after processing of M_CostDetail
      • getNewCAmt

        BigDecimal getNewCAmt()
        Get New Accumulated Amt. Accumulated Amt after processing of M_CostDetail
      • setNewCostPrice

        void setNewCostPrice​(BigDecimal NewCostPrice)
        Set New Cost Price. New current cost price after processing of M_CostDetail
      • getNewCostPrice

        BigDecimal getNewCostPrice()
        Get New Cost Price. New current cost price after processing of M_CostDetail
      • setNewCQty

        void setNewCQty​(BigDecimal NewCQty)
        Set New Accumulated Qty. New Accumulated Qty after processing of M_CostDetail
      • getNewCQty

        BigDecimal getNewCQty()
        Get New Accumulated Qty. New Accumulated Qty after processing of M_CostDetail
      • setNewQty

        void setNewQty​(BigDecimal NewQty)
        Set New Current Quantity. New current quantity after processing of M_CostDetail
      • getNewQty

        BigDecimal getNewQty()
        Get New Current Quantity. New current quantity after processing of M_CostDetail
      • setOldCAmt

        void setOldCAmt​(BigDecimal OldCAmt)
        Set Old Accumulated Amt. Old accumulated amt before the processing of M_CostDetail
      • getOldCAmt

        BigDecimal getOldCAmt()
        Get Old Accumulated Amt. Old accumulated amt before the processing of M_CostDetail
      • setOldCostPrice

        void setOldCostPrice​(BigDecimal OldCostPrice)
        Set Old Current Cost Price. Old current cost price before the processing of M_CostDetail
      • getOldCostPrice

        BigDecimal getOldCostPrice()
        Get Old Current Cost Price. Old current cost price before the processing of M_CostDetail
      • setOldCQty

        void setOldCQty​(BigDecimal OldCQty)
        Set Old Accumulated Qty. Old accumulated qty before the processing of M_CostDetail
      • getOldCQty

        BigDecimal getOldCQty()
        Get Old Accumulated Qty. Old accumulated qty before the processing of M_CostDetail
      • setOldQty

        void setOldQty​(BigDecimal OldQty)
        Set Old Current Quantity. Old current quantity before the processing of M_CostDetail
      • getOldQty

        BigDecimal getOldQty()
        Get Old Current Quantity. Old current quantity before the processing of M_CostDetail
      • getUpdated

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

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