Interface I_PA_SLA_Goal

  • All Known Implementing Classes:
    MSLAGoal, X_PA_SLA_Goal

    public interface I_PA_SLA_Goal
    Generated Interface for PA_SLA_Goal
    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
      • setC_BPartner_ID

        void setC_BPartner_ID​(int C_BPartner_ID)
        Set Business Partner. Identifies a Business Partner
      • getC_BPartner_ID

        int getC_BPartner_ID()
        Get Business Partner. Identifies a Business Partner
      • getCreated

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

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

        void setDateLastRun​(Timestamp DateLastRun)
        Set Date last run. Date the process was last run.
      • getDateLastRun

        Timestamp getDateLastRun()
        Get Date last run. Date the process was last run.
      • setDescription

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

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

        void setHelp​(String Help)
        Set Comment/Help. Comment or Hint
      • getHelp

        String getHelp()
        Get Comment/Help. Comment or Hint
      • 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
      • setMeasureActual

        void setMeasureActual​(BigDecimal MeasureActual)
        Set Measure Actual. Actual value that has been measured.
      • getMeasureActual

        BigDecimal getMeasureActual()
        Get Measure Actual. Actual value that has been measured.
      • setMeasureTarget

        void setMeasureTarget​(BigDecimal MeasureTarget)
        Set Measure Target. Target value for measure
      • getMeasureTarget

        BigDecimal getMeasureTarget()
        Get Measure Target. Target value for measure
      • setName

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

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

        void setPA_SLA_Criteria_ID​(int PA_SLA_Criteria_ID)
        Set SLA Criteria. Service Level Agreement Criteria
      • getPA_SLA_Criteria_ID

        int getPA_SLA_Criteria_ID()
        Get SLA Criteria. Service Level Agreement Criteria
      • setPA_SLA_Goal_ID

        void setPA_SLA_Goal_ID​(int PA_SLA_Goal_ID)
        Set SLA Goal. Service Level Agreement Goal
      • getPA_SLA_Goal_ID

        int getPA_SLA_Goal_ID()
        Get SLA Goal. Service Level Agreement Goal
      • setPA_SLA_Goal_UU

        void setPA_SLA_Goal_UU​(String PA_SLA_Goal_UU)
        Set PA_SLA_Goal_UU
      • getPA_SLA_Goal_UU

        String getPA_SLA_Goal_UU()
        Get PA_SLA_Goal_UU
      • setProcessed

        void setProcessed​(boolean Processed)
        Set Processed. The document has been processed
      • isProcessed

        boolean isProcessed()
        Get Processed. The document has been processed
      • setProcessing

        void setProcessing​(boolean Processing)
        Set Process Now
      • isProcessing

        boolean isProcessing()
        Get Process Now
      • 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)
      • setValidTo

        void setValidTo​(Timestamp ValidTo)
        Set Valid to. Valid to including this date (last day)
      • getValidTo

        Timestamp getValidTo()
        Get Valid to. Valid to including this date (last day)