|
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_WorkOrderTransactionLine
public class X_M_WorkOrderTransactionLine
Generated Model for M_WorkOrderTransactionLine
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=1031 |
static String |
Table_Name
TableName=M_WorkOrderTransactionLine |
static long |
updatedMS
Last Updated Timestamp 2008-06-27 22:49:37.0 |
static int |
USER1_ID_AD_Reference_ID
User1_ID AD_Reference_ID=134 |
static int |
USER2_ID_AD_Reference_ID
User2_ID AD_Reference_ID=137 |
| 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_WorkOrderTransactionLine(Ctx ctx,
int M_WorkOrderTransactionLine_ID,
String trxName)
Standard Constructor |
|
X_M_WorkOrderTransactionLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_User_ID()
Get User/Contact. |
int |
getC_UOM_ID()
Get UOM. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment. |
int |
getLine()
Get Line No. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_Locator_ID()
Get Locator. |
int |
getM_Product_ID()
Get Product. |
int |
getM_WorkOrderTransaction_ID()
Get Work Order Transaction. |
int |
getM_WorkOrderTransactionLine_ID()
Get Work Order Transaction Line. |
BigDecimal |
getQtyEntered()
Get Quantity. |
int |
getSeqNo()
Get Sequence. |
int |
getUser1_ID()
Get User List 1. |
int |
getUser2_ID()
Get User List 2. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment. |
void |
setLine(int Line)
Set Line No. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_Locator_ID(int M_Locator_ID)
Set Locator. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_WorkOrderTransaction_ID(int M_WorkOrderTransaction_ID)
Set Work Order Transaction. |
void |
setM_WorkOrderTransactionLine_ID(int M_WorkOrderTransactionLine_ID)
Set Work Order Transaction Line. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setQtyEntered(BigDecimal QtyEntered)
Set Quantity. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setUser1_ID(int User1_ID)
Set User List 1. |
void |
setUser2_ID(int User2_ID)
Set User List 2. |
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
public static final int USER1_ID_AD_Reference_ID
public static final int USER2_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_WorkOrderTransactionLine(Ctx ctx,
int M_WorkOrderTransactionLine_ID,
String trxName)
ctx - contextM_WorkOrderTransactionLine_ID - idtrxName - transaction
public X_M_WorkOrderTransactionLine(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 setAD_User_ID(int AD_User_ID)
AD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
public void setC_UOM_ID(int C_UOM_ID)
C_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setLine(int Line)
Line - Unique line for this documentpublic int getLine()
public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
M_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
public void setM_Locator_ID(int M_Locator_ID)
M_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
public void setM_WorkOrderTransactionLine_ID(int M_WorkOrderTransactionLine_ID)
M_WorkOrderTransactionLine_ID - Work Order Transaction Linepublic int getM_WorkOrderTransactionLine_ID()
public void setM_WorkOrderTransaction_ID(int M_WorkOrderTransaction_ID)
M_WorkOrderTransaction_ID - Work Order Transactionpublic int getM_WorkOrderTransaction_ID()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setQtyEntered(BigDecimal QtyEntered)
QtyEntered - The Quantity Entered is based on the selected UoMpublic BigDecimal getQtyEntered()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public void setUser1_ID(int User1_ID)
User1_ID - User defined list element #1public int getUser1_ID()
public void setUser2_ID(int User2_ID)
User2_ID - User defined list element #2public int getUser2_ID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||