Package org.compiere.model
Interface I_C_Opportunity
-
- All Known Implementing Classes:
MOpportunity
,X_C_Opportunity
public interface I_C_Opportunity
Generated Interface for C_Opportunity- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Campaign_ID
Column name C_Campaign_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_Opportunity_ID
Column name C_Opportunity_IDstatic String
COLUMNNAME_C_Opportunity_UU
Column name C_Opportunity_UUstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_C_SalesStage_ID
Column name C_SalesStage_IDstatic String
COLUMNNAME_CloseDate
Column name CloseDatestatic String
COLUMNNAME_Comments
Column name Commentsstatic String
COLUMNNAME_Cost
Column name Coststatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_ExpectedCloseDate
Column name ExpectedCloseDatestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_OpportunityAmt
Column name OpportunityAmtstatic String
COLUMNNAME_Probability
Column name Probabilitystatic String
COLUMNNAME_SalesRep_ID
Column name SalesRep_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WeightedAmt
Column name WeightedAmtstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53337static String
Table_Name
TableName=C_Opportunity
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Campaign
getC_Campaign()
int
getC_Campaign_ID()
Get Campaign.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.int
getC_Opportunity_ID()
Get Sales OpportunityString
getC_Opportunity_UU()
Get C_Opportunity_UUI_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.I_C_SalesStage
getC_SalesStage()
int
getC_SalesStage_ID()
Get Sales Stage.Timestamp
getCloseDate()
Get Close Date.String
getComments()
Get Comments.BigDecimal
getCost()
Get Cost.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDocumentNo()
Get Document No.Timestamp
getExpectedCloseDate()
Get Expected Close Date.BigDecimal
getOpportunityAmt()
Get Opportunity Amount.BigDecimal
getProbability()
Get ProbabilityI_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.BigDecimal
getWeightedAmt()
Get Weighted Amount.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_Opportunity_ID(int C_Opportunity_ID)
Set Sales Opportunityvoid
setC_Opportunity_UU(String C_Opportunity_UU)
Set C_Opportunity_UUvoid
setC_Order_ID(int C_Order_ID)
Set Order.void
setC_SalesStage_ID(int C_SalesStage_ID)
Set Sales Stage.void
setCloseDate(Timestamp CloseDate)
Set Close Date.void
setComments(String Comments)
Set Comments.void
setCost(BigDecimal Cost)
Set Cost.void
setDescription(String Description)
Set Description.void
setDocumentNo(String DocumentNo)
Set Document No.void
setExpectedCloseDate(Timestamp ExpectedCloseDate)
Set Expected Close Date.void
setIsActive(boolean IsActive)
Set Active.void
setOpportunityAmt(BigDecimal OpportunityAmt)
Set Opportunity Amount.void
setProbability(BigDecimal Probability)
Set Probabilityvoid
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.void
setWeightedAmt(BigDecimal WeightedAmt)
Set Weighted Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_Opportunity- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53337- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Campaign_ID
static final String COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CloseDate
static final String COLUMNNAME_CloseDate
Column name CloseDate- See Also:
- Constant Field Values
-
COLUMNNAME_Comments
static final String COLUMNNAME_Comments
Column name Comments- See Also:
- Constant Field Values
-
COLUMNNAME_C_Opportunity_ID
static final String COLUMNNAME_C_Opportunity_ID
Column name C_Opportunity_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Opportunity_UU
static final String COLUMNNAME_C_Opportunity_UU
Column name C_Opportunity_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_Order_ID
static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Cost
static final String COLUMNNAME_Cost
Column name Cost- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_SalesStage_ID
static final String COLUMNNAME_C_SalesStage_ID
Column name C_SalesStage_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_ExpectedCloseDate
static final String COLUMNNAME_ExpectedCloseDate
Column name ExpectedCloseDate- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_OpportunityAmt
static final String COLUMNNAME_OpportunityAmt
Column name OpportunityAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Probability
static final String COLUMNNAME_Probability
Column name Probability- See Also:
- Constant Field Values
-
COLUMNNAME_SalesRep_ID
static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WeightedAmt
static final String COLUMNNAME_WeightedAmt
Column name WeightedAmt- See Also:
- Constant Field Values
-
-
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
-
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.
-
-