Package org.compiere.model
Interface I_R_RequestUpdate
-
- All Known Implementing Classes:
MRequestUpdate
,X_R_RequestUpdate
public interface I_R_RequestUpdate
Generated Interface for R_RequestUpdate- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_ConfidentialTypeEntry
Column name ConfidentialTypeEntrystatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_EndTime
Column name EndTimestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_ProductSpent_ID
Column name M_ProductSpent_IDstatic String
COLUMNNAME_QtyInvoiced
Column name QtyInvoicedstatic String
COLUMNNAME_QtySpent
Column name QtySpentstatic String
COLUMNNAME_R_Request_ID
Column name R_Request_IDstatic String
COLUMNNAME_R_RequestUpdate_ID
Column name R_RequestUpdate_IDstatic String
COLUMNNAME_R_RequestUpdate_UU
Column name R_RequestUpdate_UUstatic String
COLUMNNAME_Result
Column name Resultstatic String
COLUMNNAME_StartTime
Column name StartTimestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=802static String
Table_Name
TableName=R_RequestUpdate
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.String
getConfidentialTypeEntry()
Get Entry Confidentiality.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getEndTime()
Get End Time.I_M_Product
getM_ProductSpent()
int
getM_ProductSpent_ID()
Get Product Used.BigDecimal
getQtyInvoiced()
Get Quantity Invoiced.BigDecimal
getQtySpent()
Get Quantity Used.I_R_Request
getR_Request()
int
getR_Request_ID()
Get Request.int
getR_RequestUpdate_ID()
Get Request Update.String
getR_RequestUpdate_UU()
Get R_RequestUpdate_UUString
getResult()
Get Result.Timestamp
getStartTime()
Get Start Time.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setConfidentialTypeEntry(String ConfidentialTypeEntry)
Set Entry Confidentiality.void
setEndTime(Timestamp EndTime)
Set End Time.void
setIsActive(boolean IsActive)
Set Active.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
setR_RequestUpdate_UU(String R_RequestUpdate_UU)
Set R_RequestUpdate_UUvoid
setResult(String Result)
Set Result.void
setStartTime(Timestamp StartTime)
Set Start Time.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=R_RequestUpdate- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=802- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ConfidentialTypeEntry
static final String COLUMNNAME_ConfidentialTypeEntry
Column name ConfidentialTypeEntry- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_EndTime
static final String COLUMNNAME_EndTime
Column name EndTime- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_ProductSpent_ID
static final String COLUMNNAME_M_ProductSpent_ID
Column name M_ProductSpent_ID- See Also:
- Constant Field Values
-
COLUMNNAME_QtyInvoiced
static final String COLUMNNAME_QtyInvoiced
Column name QtyInvoiced- See Also:
- Constant Field Values
-
COLUMNNAME_QtySpent
static final String COLUMNNAME_QtySpent
Column name QtySpent- See Also:
- Constant Field Values
-
COLUMNNAME_Result
static final String COLUMNNAME_Result
Column name Result- See Also:
- Constant Field Values
-
COLUMNNAME_R_Request_ID
static final String COLUMNNAME_R_Request_ID
Column name R_Request_ID- See Also:
- Constant Field Values
-
COLUMNNAME_R_RequestUpdate_ID
static final String COLUMNNAME_R_RequestUpdate_ID
Column name R_RequestUpdate_ID- See Also:
- Constant Field Values
-
COLUMNNAME_R_RequestUpdate_UU
static final String COLUMNNAME_R_RequestUpdate_UU
Column name R_RequestUpdate_UU- See Also:
- Constant Field Values
-
COLUMNNAME_StartTime
static final String COLUMNNAME_StartTime
Column name StartTime- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setConfidentialTypeEntry
void setConfidentialTypeEntry(String ConfidentialTypeEntry)
Set Entry Confidentiality. Confidentiality of the individual entry
-
getConfidentialTypeEntry
String getConfidentialTypeEntry()
Get Entry Confidentiality. Confidentiality of the individual entry
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setEndTime
void setEndTime(Timestamp EndTime)
Set End Time. End of the time span
-
getEndTime
Timestamp getEndTime()
Get End Time. End of the time span
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setM_ProductSpent_ID
void setM_ProductSpent_ID(int M_ProductSpent_ID)
Set Product Used. Product/Resource/Service used in Request
-
getM_ProductSpent_ID
int getM_ProductSpent_ID()
Get Product Used. Product/Resource/Service used in Request
-
getM_ProductSpent
I_M_Product getM_ProductSpent() throws RuntimeException
- Throws:
RuntimeException
-
setQtyInvoiced
void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced. Invoiced Quantity
-
getQtyInvoiced
BigDecimal getQtyInvoiced()
Get Quantity Invoiced. Invoiced Quantity
-
setQtySpent
void setQtySpent(BigDecimal QtySpent)
Set Quantity Used. Quantity used for this event
-
getQtySpent
BigDecimal getQtySpent()
Get Quantity Used. Quantity used for this event
-
setResult
void setResult(String Result)
Set Result. Result of the action taken
-
getResult
String getResult()
Get Result. Result of the action taken
-
setR_Request_ID
void setR_Request_ID(int R_Request_ID)
Set Request. Request from a Business Partner or Prospect
-
getR_Request_ID
int getR_Request_ID()
Get Request. Request from a Business Partner or Prospect
-
getR_Request
I_R_Request getR_Request() throws RuntimeException
- Throws:
RuntimeException
-
setR_RequestUpdate_ID
void setR_RequestUpdate_ID(int R_RequestUpdate_ID)
Set Request Update. Request Updates
-
getR_RequestUpdate_ID
int getR_RequestUpdate_ID()
Get Request Update. Request Updates
-
setR_RequestUpdate_UU
void setR_RequestUpdate_UU(String R_RequestUpdate_UU)
Set R_RequestUpdate_UU
-
getR_RequestUpdate_UU
String getR_RequestUpdate_UU()
Get R_RequestUpdate_UU
-
setStartTime
void setStartTime(Timestamp StartTime)
Set Start Time. Time started
-
getStartTime
Timestamp getStartTime()
Get Start Time. Time started
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-