|
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_R_RequestUpdate
public class X_R_RequestUpdate
Generated Model for R_RequestUpdate
| Field Summary | |
|---|---|
static int |
CONFIDENTIALTYPEENTRY_AD_Reference_ID
ConfidentialTypeEntry AD_Reference_ID=340 |
static String |
CONFIDENTIALTYPEENTRY_Internal
Internal = I |
static String |
CONFIDENTIALTYPEENTRY_PartnerConfidential
Partner Confidential = C |
static String |
CONFIDENTIALTYPEENTRY_PrivateInformation
Private Information = P |
static String |
CONFIDENTIALTYPEENTRY_PublicInformation
Public Information = A |
static int |
M_PRODUCTSPENT_ID_AD_Reference_ID
M_ProductSpent_ID AD_Reference_ID=162 |
| 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 |
| Fields inherited from interface org.compiere.model.I_R_RequestUpdate |
|---|
accessLevel, COLUMNNAME_ConfidentialTypeEntry, COLUMNNAME_EndTime, COLUMNNAME_M_ProductSpent_ID, COLUMNNAME_QtyInvoiced, COLUMNNAME_QtySpent, COLUMNNAME_R_Request_ID, COLUMNNAME_R_RequestUpdate_ID, COLUMNNAME_Result, COLUMNNAME_StartTime, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_R_RequestUpdate(Properties ctx,
int R_RequestUpdate_ID,
String trxName)
Standard Constructor |
|
X_R_RequestUpdate(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getConfidentialTypeEntry()
Get Entry Confidentiality. |
Timestamp |
getEndTime()
Get End Time. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_ProductSpent_ID()
Get Product Used. |
BigDecimal |
getQtyInvoiced()
Get Quantity Invoiced. |
BigDecimal |
getQtySpent()
Get Quantity Used. |
int |
getR_Request_ID()
Get Request. |
I_R_Request |
getR_Request()
|
int |
getR_RequestUpdate_ID()
Get Request Update. |
String |
getResult()
Get Result. |
Timestamp |
getStartTime()
Get Start Time. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setConfidentialTypeEntry(String ConfidentialTypeEntry)
Set Entry Confidentiality. |
void |
setEndTime(Timestamp EndTime)
Set End Time. |
void |
setM_ProductSpent_ID(int M_ProductSpent_ID)
Set Product Used. |
void |
setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced. |
void |
setQtySpent(BigDecimal QtySpent)
Set Quantity Used. |
void |
setR_Request_ID(int R_Request_ID)
Set Request. |
void |
setR_RequestUpdate_ID(int R_RequestUpdate_ID)
Set Request Update. |
void |
setResult(String Result)
Set Result. |
void |
setStartTime(Timestamp StartTime)
Set Start Time. |
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 CONFIDENTIALTYPEENTRY_AD_Reference_ID
public static final String CONFIDENTIALTYPEENTRY_PublicInformation
public static final String CONFIDENTIALTYPEENTRY_PartnerConfidential
public static final String CONFIDENTIALTYPEENTRY_Internal
public static final String CONFIDENTIALTYPEENTRY_PrivateInformation
public static final int M_PRODUCTSPENT_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_R_RequestUpdate(Properties ctx,
int R_RequestUpdate_ID,
String trxName)
public X_R_RequestUpdate(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 setConfidentialTypeEntry(String ConfidentialTypeEntry)
setConfidentialTypeEntry in interface I_R_RequestUpdateConfidentialTypeEntry - Confidentiality of the individual entrypublic String getConfidentialTypeEntry()
getConfidentialTypeEntry in interface I_R_RequestUpdatepublic void setEndTime(Timestamp EndTime)
setEndTime in interface I_R_RequestUpdateEndTime - End of the time spanpublic Timestamp getEndTime()
getEndTime in interface I_R_RequestUpdatepublic void setM_ProductSpent_ID(int M_ProductSpent_ID)
setM_ProductSpent_ID in interface I_R_RequestUpdateM_ProductSpent_ID - Product/Resource/Service used in Requestpublic int getM_ProductSpent_ID()
getM_ProductSpent_ID in interface I_R_RequestUpdatepublic void setQtyInvoiced(BigDecimal QtyInvoiced)
setQtyInvoiced in interface I_R_RequestUpdateQtyInvoiced - Invoiced Quantitypublic BigDecimal getQtyInvoiced()
getQtyInvoiced in interface I_R_RequestUpdatepublic void setQtySpent(BigDecimal QtySpent)
setQtySpent in interface I_R_RequestUpdateQtySpent - Quantity used for this eventpublic BigDecimal getQtySpent()
getQtySpent in interface I_R_RequestUpdatepublic void setResult(String Result)
setResult in interface I_R_RequestUpdateResult - Result of the action takenpublic String getResult()
getResult in interface I_R_RequestUpdate
public I_R_Request getR_Request()
throws Exception
getR_Request in interface I_R_RequestUpdateExceptionpublic void setR_Request_ID(int R_Request_ID)
setR_Request_ID in interface I_R_RequestUpdateR_Request_ID - Request from a Business Partner or Prospectpublic int getR_Request_ID()
getR_Request_ID in interface I_R_RequestUpdatepublic void setR_RequestUpdate_ID(int R_RequestUpdate_ID)
setR_RequestUpdate_ID in interface I_R_RequestUpdateR_RequestUpdate_ID - Request Updatespublic int getR_RequestUpdate_ID()
getR_RequestUpdate_ID in interface I_R_RequestUpdatepublic KeyNamePair getKeyNamePair()
public void setStartTime(Timestamp StartTime)
setStartTime in interface I_R_RequestUpdateStartTime - Time startedpublic Timestamp getStartTime()
getStartTime in interface I_R_RequestUpdate
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||