|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_ProjectLine
public class X_C_ProjectLine
Generated Model for C_ProjectLine
| Field Summary | |
|---|---|
static int |
C_ORDERPO_ID_AD_Reference_ID
C_OrderPO_ID AD_Reference_ID=290 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_ProjectLine(Properties ctx,
int C_ProjectLine_ID,
String trxName)
Standard Constructor |
|
X_C_ProjectLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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 . |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int C_ORDERPO_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_ProjectLine(Properties ctx,
int C_ProjectLine_ID,
String trxName)
public X_C_ProjectLine(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setCommittedAmt(BigDecimal CommittedAmt)
setCommittedAmt in interface I_C_ProjectLineCommittedAmt - The (legal) commitment amountpublic BigDecimal getCommittedAmt()
getCommittedAmt in interface I_C_ProjectLinepublic void setCommittedQty(BigDecimal CommittedQty)
setCommittedQty in interface I_C_ProjectLineCommittedQty - The (legal) commitment Quantitypublic BigDecimal getCommittedQty()
getCommittedQty in interface I_C_ProjectLine
public I_C_Order getC_Order()
throws Exception
getC_Order in interface I_C_ProjectLineExceptionpublic void setC_Order_ID(int C_Order_ID)
setC_Order_ID in interface I_C_ProjectLineC_Order_ID - Orderpublic int getC_Order_ID()
getC_Order_ID in interface I_C_ProjectLinepublic void setC_OrderPO_ID(int C_OrderPO_ID)
setC_OrderPO_ID in interface I_C_ProjectLineC_OrderPO_ID - Purchase Orderpublic int getC_OrderPO_ID()
getC_OrderPO_ID in interface I_C_ProjectLine
public I_C_Project getC_Project()
throws Exception
getC_Project in interface I_C_ProjectLineExceptionpublic void setC_Project_ID(int C_Project_ID)
setC_Project_ID in interface I_C_ProjectLineC_Project_ID - Financial Projectpublic int getC_Project_ID()
getC_Project_ID in interface I_C_ProjectLine
public I_C_ProjectIssue getC_ProjectIssue()
throws Exception
getC_ProjectIssue in interface I_C_ProjectLineExceptionpublic void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
setC_ProjectIssue_ID in interface I_C_ProjectLineC_ProjectIssue_ID - Project Issues (Material, Labor)public int getC_ProjectIssue_ID()
getC_ProjectIssue_ID in interface I_C_ProjectLinepublic void setC_ProjectLine_ID(int C_ProjectLine_ID)
setC_ProjectLine_ID in interface I_C_ProjectLineC_ProjectLine_ID - Task or step in a projectpublic int getC_ProjectLine_ID()
getC_ProjectLine_ID in interface I_C_ProjectLine
public I_C_ProjectPhase getC_ProjectPhase()
throws Exception
getC_ProjectPhase in interface I_C_ProjectLineExceptionpublic void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
setC_ProjectPhase_ID in interface I_C_ProjectLineC_ProjectPhase_ID - Phase of a Projectpublic int getC_ProjectPhase_ID()
getC_ProjectPhase_ID in interface I_C_ProjectLine
public I_C_ProjectTask getC_ProjectTask()
throws Exception
getC_ProjectTask in interface I_C_ProjectLineExceptionpublic void setC_ProjectTask_ID(int C_ProjectTask_ID)
setC_ProjectTask_ID in interface I_C_ProjectLineC_ProjectTask_ID - Actual Project Task in a Phasepublic int getC_ProjectTask_ID()
getC_ProjectTask_ID in interface I_C_ProjectLinepublic void setDescription(String Description)
setDescription in interface I_C_ProjectLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_ProjectLinepublic void setDoPricing(String DoPricing)
setDoPricing in interface I_C_ProjectLineDoPricing - Pricingpublic String getDoPricing()
getDoPricing in interface I_C_ProjectLinepublic void setInvoicedAmt(BigDecimal InvoicedAmt)
setInvoicedAmt in interface I_C_ProjectLineInvoicedAmt - The amount invoicedpublic BigDecimal getInvoicedAmt()
getInvoicedAmt in interface I_C_ProjectLinepublic void setInvoicedQty(BigDecimal InvoicedQty)
setInvoicedQty in interface I_C_ProjectLineInvoicedQty - The quantity invoicedpublic BigDecimal getInvoicedQty()
getInvoicedQty in interface I_C_ProjectLinepublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_C_ProjectLineIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_C_ProjectLinepublic void setLine(int Line)
setLine in interface I_C_ProjectLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_C_ProjectLinepublic KeyNamePair getKeyNamePair()
public I_M_Product_Category getM_Product_Category()
throws Exception
getM_Product_Category in interface I_C_ProjectLineExceptionpublic void setM_Product_Category_ID(int M_Product_Category_ID)
setM_Product_Category_ID in interface I_C_ProjectLineM_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
getM_Product_Category_ID in interface I_C_ProjectLine
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_C_ProjectLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_C_ProjectLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_C_ProjectLinepublic void setPlannedAmt(BigDecimal PlannedAmt)
setPlannedAmt in interface I_C_ProjectLinePlannedAmt - Planned amount for this projectpublic BigDecimal getPlannedAmt()
getPlannedAmt in interface I_C_ProjectLinepublic void setPlannedMarginAmt(BigDecimal PlannedMarginAmt)
setPlannedMarginAmt in interface I_C_ProjectLinePlannedMarginAmt - Project's planned margin amountpublic BigDecimal getPlannedMarginAmt()
getPlannedMarginAmt in interface I_C_ProjectLinepublic void setPlannedPrice(BigDecimal PlannedPrice)
setPlannedPrice in interface I_C_ProjectLinePlannedPrice - Planned price for this project linepublic BigDecimal getPlannedPrice()
getPlannedPrice in interface I_C_ProjectLinepublic void setPlannedQty(BigDecimal PlannedQty)
setPlannedQty in interface I_C_ProjectLinePlannedQty - Planned quantity for this projectpublic BigDecimal getPlannedQty()
getPlannedQty in interface I_C_ProjectLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_C_ProjectLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_ProjectLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||