Interface I_C_Opportunity

All Known Implementing Classes:
MOpportunity, X_C_Opportunity

public interface I_C_Opportunity
Generated Interface for C_Opportunity
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
    • setAD_User_ID

      void setAD_User_ID(int AD_User_ID)
      Set User/Contact. User within the system - Internal or Business Partner Contact
    • getAD_User_ID

      int getAD_User_ID()
      Get User/Contact. User within the system - Internal or Business Partner Contact
    • getAD_User

      I_AD_User getAD_User() throws RuntimeException
      Throws:
      RuntimeException
    • 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
    • getC_BPartner

      I_C_BPartner getC_BPartner() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Campaign_ID

      void setC_Campaign_ID(int C_Campaign_ID)
      Set Campaign. Marketing Campaign
    • getC_Campaign_ID

      int getC_Campaign_ID()
      Get Campaign. Marketing Campaign
    • getC_Campaign

      I_C_Campaign getC_Campaign() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Currency_ID

      void setC_Currency_ID(int C_Currency_ID)
      Set Currency. The Currency for this record
    • getC_Currency_ID

      int getC_Currency_ID()
      Get Currency. The Currency for this record
    • getC_Currency

      I_C_Currency getC_Currency() throws RuntimeException
      Throws:
      RuntimeException
    • setCloseDate

      void setCloseDate(Timestamp CloseDate)
      Set Close Date. Close Date
    • getCloseDate

      Timestamp getCloseDate()
      Get Close Date. Close Date
    • setComments

      void setComments(String Comments)
      Set Comments. Comments or additional information
    • getComments

      String getComments()
      Get Comments. Comments or additional information
    • setC_Opportunity_ID

      void setC_Opportunity_ID(int C_Opportunity_ID)
      Set Sales Opportunity
    • getC_Opportunity_ID

      int getC_Opportunity_ID()
      Get Sales Opportunity
    • setC_Opportunity_UU

      void setC_Opportunity_UU(String C_Opportunity_UU)
      Set C_Opportunity_UU
    • getC_Opportunity_UU

      String getC_Opportunity_UU()
      Get C_Opportunity_UU
    • setC_Order_ID

      void setC_Order_ID(int C_Order_ID)
      Set Order. Order
    • getC_Order_ID

      int getC_Order_ID()
      Get Order. Order
    • getC_Order

      I_C_Order getC_Order() throws RuntimeException
      Throws:
      RuntimeException
    • setCost

      void setCost(BigDecimal Cost)
      Set Cost. Cost information
    • getCost

      BigDecimal getCost()
      Get Cost. Cost information
    • getCreated

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

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

      void setC_SalesStage_ID(int C_SalesStage_ID)
      Set Sales Stage. Stages of the sales process
    • getC_SalesStage_ID

      int getC_SalesStage_ID()
      Get Sales Stage. Stages of the sales process
    • getC_SalesStage

      I_C_SalesStage getC_SalesStage() throws RuntimeException
      Throws:
      RuntimeException
    • setDescription

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

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

      void setDocumentNo(String DocumentNo)
      Set Document No. Document sequence number of the document
    • getDocumentNo

      String getDocumentNo()
      Get Document No. Document sequence number of the document
    • setExpectedCloseDate

      void setExpectedCloseDate(Timestamp ExpectedCloseDate)
      Set Expected Close Date. Expected Close Date
    • getExpectedCloseDate

      Timestamp getExpectedCloseDate()
      Get Expected Close Date. Expected Close Date
    • 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
    • setOpportunityAmt

      void setOpportunityAmt(BigDecimal OpportunityAmt)
      Set Opportunity Amount. The estimated value of this opportunity.
    • getOpportunityAmt

      BigDecimal getOpportunityAmt()
      Get Opportunity Amount. The estimated value of this opportunity.
    • setProbability

      void setProbability(BigDecimal Probability)
      Set Probability
    • getProbability

      BigDecimal getProbability()
      Get Probability
    • setSalesRep_ID

      void setSalesRep_ID(int SalesRep_ID)
      Set Sales Representative. Sales Representative or Company Agent
    • getSalesRep_ID

      int getSalesRep_ID()
      Get Sales Representative. Sales Representative or Company Agent
    • getSalesRep

      I_AD_User getSalesRep() throws RuntimeException
      Throws:
      RuntimeException
    • getUpdated

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

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

      void setWeightedAmt(BigDecimal WeightedAmt)
      Set Weighted Amount. The amount adjusted by the probability.
    • getWeightedAmt

      BigDecimal getWeightedAmt()
      Get Weighted Amount. The amount adjusted by the probability.