|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_CostDetail
public class X_M_CostDetail
Generated Model for M_CostDetail
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=808 |
static String |
Table_Name
TableName=M_CostDetail |
static long |
updatedMS
Last Updated Timestamp 2008-07-07 11:45:30.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_CostDetail(Ctx ctx,
int M_CostDetail_ID,
String trxName)
Standard Constructor |
|
X_M_CostDetail(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAmt()
Get Amount. |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
int |
getC_InvoiceLine_ID()
Get Invoice Line. |
int |
getC_OrderLine_ID()
Get Order Line. |
int |
getC_ProjectIssue_ID()
Get Project Issue. |
BigDecimal |
getDeltaAmt()
Get Delta Amount. |
BigDecimal |
getDeltaQty()
Get Delta Quantity. |
String |
getDescription()
Get Description. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_CostDetail_ID()
Get Cost Detail. |
int |
getM_CostElement_ID()
Get Cost Element. |
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
int |
getM_InventoryLine_ID()
Get Phys Inventory Line. |
int |
getM_MovementLine_ID()
Get Move Line. |
int |
getM_Product_ID()
Get Product. |
int |
getM_ProductionLine_ID()
Get Production Line. |
int |
getM_WorkOrderTransactionLine_ID()
Get Work Order Transaction Line. |
BigDecimal |
getPrice()
Get Price. |
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. |
void |
setC_OrderLine_ID(int C_OrderLine_ID)
Set Order Line. |
void |
setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. |
void |
setDeltaAmt(BigDecimal DeltaAmt)
Set Delta Amount. |
void |
setDeltaQty(BigDecimal DeltaQty)
Set Delta Quantity. |
void |
setDescription(String Description)
Set Description. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_CostDetail_ID(int M_CostDetail_ID)
Set Cost Detail. |
void |
setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys Inventory Line. |
void |
setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. |
void |
setM_WorkOrderTransactionLine_ID(int M_WorkOrderTransactionLine_ID)
Set Work Order Transaction Line. |
void |
setPrice(BigDecimal Price)
Set Price. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_M_CostDetail(Ctx ctx,
int M_CostDetail_ID,
String trxName)
ctx - contextM_CostDetail_ID - idtrxName - transaction
public X_M_CostDetail(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAmt(BigDecimal Amt)
Amt - Amountpublic BigDecimal getAmt()
public void setC_AcctSchema_ID(int C_AcctSchema_ID)
C_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
public void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
C_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
public void setC_OrderLine_ID(int C_OrderLine_ID)
C_OrderLine_ID - Order Linepublic int getC_OrderLine_ID()
public void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
C_ProjectIssue_ID - Project Issues (Material, Labor)public int getC_ProjectIssue_ID()
public void setDeltaAmt(BigDecimal DeltaAmt)
DeltaAmt - Difference Amountpublic BigDecimal getDeltaAmt()
public void setDeltaQty(BigDecimal DeltaQty)
DeltaQty - Quantity Differencepublic BigDecimal getDeltaQty()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsSOTrx(boolean IsSOTrx)
IsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
M_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
public void setM_CostDetail_ID(int M_CostDetail_ID)
M_CostDetail_ID - Cost Detail Informationpublic int getM_CostDetail_ID()
public void setM_CostElement_ID(int M_CostElement_ID)
M_CostElement_ID - Product Cost Elementpublic int getM_CostElement_ID()
public void setM_InOutLine_ID(int M_InOutLine_ID)
M_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
public void setM_InventoryLine_ID(int M_InventoryLine_ID)
M_InventoryLine_ID - Unique line in an Inventory documentpublic int getM_InventoryLine_ID()
public void setM_MovementLine_ID(int M_MovementLine_ID)
M_MovementLine_ID - Inventory Move document Linepublic int getM_MovementLine_ID()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
public void setM_ProductionLine_ID(int M_ProductionLine_ID)
M_ProductionLine_ID - Document Line representing a productionpublic int getM_ProductionLine_ID()
public void setM_WorkOrderTransactionLine_ID(int M_WorkOrderTransactionLine_ID)
M_WorkOrderTransactionLine_ID - Work Order Transaction Linepublic int getM_WorkOrderTransactionLine_ID()
public void setPrice(BigDecimal Price)
Price - Pricepublic BigDecimal getPrice()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setQty(BigDecimal Qty)
Qty - Quantitypublic BigDecimal getQty()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||