|
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_CostUpdate
public class X_M_CostUpdate
Generated Model for M_CostUpdate
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=1036 |
static String |
Table_Name
TableName=M_CostUpdate |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.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_CostUpdate(Ctx ctx,
int M_CostUpdate_ID,
String trxName)
Standard Constructor |
|
X_M_CostUpdate(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_OrgTrx_ID()
Get Trx Organization. |
int |
getAD_User_ID()
Get User/Contact. |
int |
getC_Activity_ID()
Get Activity. |
int |
getC_Campaign_ID()
Get Campaign. |
int |
getC_Charge_ID()
Get Charge. |
int |
getC_Project_ID()
Get Project. |
Timestamp |
getDateAcct()
Get Account Date. |
String |
getDescription()
Get Description. |
String |
getDocAction()
Get Document Action. |
String |
getDocStatus()
Get Document Status. |
String |
getDocumentNo()
Get Document No. |
int |
getM_CostUpdate_ID()
Get Cost Update. |
int |
getM_Product_Category_ID()
Get Product Category. |
int |
getUser1_ID()
Get User List 1. |
int |
getUser2_ID()
Get User List 2. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isPosted()
Get Posted. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setC_Activity_ID(int C_Activity_ID)
Set Activity. |
void |
setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. |
void |
setC_Charge_ID(int C_Charge_ID)
Set Charge. |
void |
setC_Project_ID(int C_Project_ID)
Set Project. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDescription(String Description)
Set Description. |
void |
setDocAction(String DocAction)
Set Document Action. |
void |
setDocStatus(String DocStatus)
Set Document Status. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setM_CostUpdate_ID(int M_CostUpdate_ID)
Set Cost Update. |
void |
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. |
void |
setPosted(boolean Posted)
Set Posted. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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
| Constructor Detail |
|---|
public X_M_CostUpdate(Ctx ctx,
int M_CostUpdate_ID,
String trxName)
ctx - contextM_CostUpdate_ID - idtrxName - transaction
public X_M_CostUpdate(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_OrgTrx_ID(int AD_OrgTrx_ID)
AD_OrgTrx_ID - Performing or initiating organizationpublic int getAD_OrgTrx_ID()
public 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_Activity_ID(int C_Activity_ID)
C_Activity_ID - Business Activitypublic int getC_Activity_ID()
public void setC_Campaign_ID(int C_Campaign_ID)
C_Campaign_ID - Marketing Campaignpublic int getC_Campaign_ID()
public void setC_Charge_ID(int C_Charge_ID)
C_Charge_ID - Additional document chargespublic int getC_Charge_ID()
public void setC_Project_ID(int C_Project_ID)
C_Project_ID - Financial Projectpublic int getC_Project_ID()
public void setDateAcct(Timestamp DateAcct)
DateAcct - General Ledger Datepublic Timestamp getDateAcct()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDocAction(String DocAction)
DocAction - The targeted status of the documentpublic String getDocAction()
public void setDocStatus(String DocStatus)
DocStatus - The current status of the documentpublic String getDocStatus()
public void setDocumentNo(String DocumentNo)
DocumentNo - Document sequence number of the documentpublic String getDocumentNo()
public void setIsSOTrx(boolean IsSOTrx)
IsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
public void setM_CostUpdate_ID(int M_CostUpdate_ID)
M_CostUpdate_ID - Cost Updatepublic int getM_CostUpdate_ID()
public void setM_Product_Category_ID(int M_Product_Category_ID)
M_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
public void setPosted(boolean Posted)
Posted - Posting statuspublic boolean isPosted()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
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 | |||||||||