|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_ProjectLine
Generated Interface for C_ProjectLine
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_C_Order_ID
Column name C_Order_ID |
static String |
COLUMNNAME_C_OrderPO_ID
Column name C_OrderPO_ID |
static String |
COLUMNNAME_C_Project_ID
Column name C_Project_ID |
static String |
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID |
static String |
COLUMNNAME_C_ProjectLine_ID
Column name C_ProjectLine_ID |
static String |
COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID |
static String |
COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_ID |
static String |
COLUMNNAME_CommittedAmt
Column name CommittedAmt |
static String |
COLUMNNAME_CommittedQty
Column name CommittedQty |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_DoPricing
Column name DoPricing |
static String |
COLUMNNAME_InvoicedAmt
Column name InvoicedAmt |
static String |
COLUMNNAME_InvoicedQty
Column name InvoicedQty |
static String |
COLUMNNAME_IsPrinted
Column name IsPrinted |
static String |
COLUMNNAME_Line
Column name Line |
static String |
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_PlannedAmt
Column name PlannedAmt |
static String |
COLUMNNAME_PlannedMarginAmt
Column name PlannedMarginAmt |
static String |
COLUMNNAME_PlannedPrice
Column name PlannedPrice |
static String |
COLUMNNAME_PlannedQty
Column name PlannedQty |
static String |
COLUMNNAME_Processed
Column name Processed |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=434 |
static String |
Table_Name
TableName=C_ProjectLine |
| Method Summary | |
|---|---|
int |
getC_Order_ID()
Get Order. |
I_C_Order |
getC_Order()
|
int |
getC_OrderPO_ID()
Get Purchase Order. |
int |
getC_Project_ID()
Get Project. |
I_C_Project |
getC_Project()
|
int |
getC_ProjectIssue_ID()
Get Project Issue. |
I_C_ProjectIssue |
getC_ProjectIssue()
|
int |
getC_ProjectLine_ID()
Get Project Line. |
int |
getC_ProjectPhase_ID()
Get Project Phase. |
I_C_ProjectPhase |
getC_ProjectPhase()
|
int |
getC_ProjectTask_ID()
Get Project Task. |
I_C_ProjectTask |
getC_ProjectTask()
|
BigDecimal |
getCommittedAmt()
Get Committed Amount. |
BigDecimal |
getCommittedQty()
Get Committed Quantity. |
String |
getDescription()
Get Description. |
String |
getDoPricing()
Get Pricing |
BigDecimal |
getInvoicedAmt()
Get Invoiced Amount. |
BigDecimal |
getInvoicedQty()
Get Quantity Invoiced . |
int |
getLine()
Get Line No. |
int |
getM_Product_Category_ID()
Get Product Category. |
I_M_Product_Category |
getM_Product_Category()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
BigDecimal |
getPlannedAmt()
Get Planned Amount. |
BigDecimal |
getPlannedMarginAmt()
Get Planned Margin. |
BigDecimal |
getPlannedPrice()
Get Planned Price. |
BigDecimal |
getPlannedQty()
Get Planned Quantity. |
boolean |
isPrinted()
Get Printed. |
boolean |
isProcessed()
Get Processed. |
void |
setC_Order_ID(int C_Order_ID)
Set Order. |
void |
setC_OrderPO_ID(int C_OrderPO_ID)
Set Purchase Order. |
void |
setC_Project_ID(int C_Project_ID)
Set Project. |
void |
setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. |
void |
setC_ProjectLine_ID(int C_ProjectLine_ID)
Set Project Line. |
void |
setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase. |
void |
setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task. |
void |
setCommittedAmt(BigDecimal CommittedAmt)
Set Committed Amount. |
void |
setCommittedQty(BigDecimal CommittedQty)
Set Committed Quantity. |
void |
setDescription(String Description)
Set Description. |
void |
setDoPricing(String DoPricing)
Set Pricing |
void |
setInvoicedAmt(BigDecimal InvoicedAmt)
Set Invoiced Amount. |
void |
setInvoicedQty(BigDecimal InvoicedQty)
Set Quantity Invoiced . |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setLine(int Line)
Set Line No. |
void |
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setPlannedAmt(BigDecimal PlannedAmt)
Set Planned Amount. |
void |
setPlannedMarginAmt(BigDecimal PlannedMarginAmt)
Set Planned Margin. |
void |
setPlannedPrice(BigDecimal PlannedPrice)
Set Planned Price. |
void |
setPlannedQty(BigDecimal PlannedQty)
Set Planned Quantity. |
void |
setProcessed(boolean Processed)
Set Processed. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_CommittedAmt
static final String COLUMNNAME_CommittedQty
static final String COLUMNNAME_C_Order_ID
static final String COLUMNNAME_C_OrderPO_ID
static final String COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_ProjectIssue_ID
static final String COLUMNNAME_C_ProjectLine_ID
static final String COLUMNNAME_C_ProjectPhase_ID
static final String COLUMNNAME_C_ProjectTask_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_DoPricing
static final String COLUMNNAME_InvoicedAmt
static final String COLUMNNAME_InvoicedQty
static final String COLUMNNAME_IsPrinted
static final String COLUMNNAME_Line
static final String COLUMNNAME_M_Product_Category_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_PlannedAmt
static final String COLUMNNAME_PlannedMarginAmt
static final String COLUMNNAME_PlannedPrice
static final String COLUMNNAME_PlannedQty
static final String COLUMNNAME_Processed
| Method Detail |
|---|
void setCommittedAmt(BigDecimal CommittedAmt)
BigDecimal getCommittedAmt()
void setCommittedQty(BigDecimal CommittedQty)
BigDecimal getCommittedQty()
void setC_Order_ID(int C_Order_ID)
int getC_Order_ID()
I_C_Order getC_Order()
throws Exception
Exceptionvoid setC_OrderPO_ID(int C_OrderPO_ID)
int getC_OrderPO_ID()
void setC_Project_ID(int C_Project_ID)
int getC_Project_ID()
I_C_Project getC_Project()
throws Exception
Exceptionvoid setC_ProjectIssue_ID(int C_ProjectIssue_ID)
int getC_ProjectIssue_ID()
I_C_ProjectIssue getC_ProjectIssue()
throws Exception
Exceptionvoid setC_ProjectLine_ID(int C_ProjectLine_ID)
int getC_ProjectLine_ID()
void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
int getC_ProjectPhase_ID()
I_C_ProjectPhase getC_ProjectPhase()
throws Exception
Exceptionvoid setC_ProjectTask_ID(int C_ProjectTask_ID)
int getC_ProjectTask_ID()
I_C_ProjectTask getC_ProjectTask()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setDoPricing(String DoPricing)
String getDoPricing()
void setInvoicedAmt(BigDecimal InvoicedAmt)
BigDecimal getInvoicedAmt()
void setInvoicedQty(BigDecimal InvoicedQty)
BigDecimal getInvoicedQty()
void setIsPrinted(boolean IsPrinted)
boolean isPrinted()
void setLine(int Line)
int getLine()
void setM_Product_Category_ID(int M_Product_Category_ID)
int getM_Product_Category_ID()
I_M_Product_Category getM_Product_Category()
throws Exception
Exceptionvoid setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setPlannedAmt(BigDecimal PlannedAmt)
BigDecimal getPlannedAmt()
void setPlannedMarginAmt(BigDecimal PlannedMarginAmt)
BigDecimal getPlannedMarginAmt()
void setPlannedPrice(BigDecimal PlannedPrice)
BigDecimal getPlannedPrice()
void setPlannedQty(BigDecimal PlannedQty)
BigDecimal getPlannedQty()
void setProcessed(boolean Processed)
boolean isProcessed()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||