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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name ConfidentialTypeEntrystatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name EndTimestatic final String
Column name IsActivestatic final String
Column name M_ProductSpent_IDstatic final String
Column name QtyInvoicedstatic final String
Column name QtySpentstatic final String
Column name R_Request_IDstatic final String
Column name R_RequestUpdate_IDstatic final String
Column name R_RequestUpdate_UUstatic final String
Column name Resultstatic final String
Column name StartTimestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=802static final String
TableName=R_RequestUpdate -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Entry Confidentiality.Get Created.int
Get Created By.Get End Time.int
Get Product Used.Get Quantity Invoiced.Get Quantity Used.int
Get Request.int
Get Request Update.Get R_RequestUpdate_UUGet Result.Get Start Time.Get Updated.int
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
Set Result.void
setStartTime
(Timestamp StartTime) Set Start Time.
-
Field Details
-
Table_Name
TableName=R_RequestUpdate- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=802- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_ConfidentialTypeEntry
Column name ConfidentialTypeEntry- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_EndTime
Column name EndTime- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_ProductSpent_ID
Column name M_ProductSpent_ID- See Also:
-
COLUMNNAME_QtyInvoiced
Column name QtyInvoiced- See Also:
-
COLUMNNAME_QtySpent
Column name QtySpent- See Also:
-
COLUMNNAME_Result
Column name Result- See Also:
-
COLUMNNAME_R_Request_ID
Column name R_Request_ID- See Also:
-
COLUMNNAME_R_RequestUpdate_ID
Column name R_RequestUpdate_ID- See Also:
-
COLUMNNAME_R_RequestUpdate_UU
Column name R_RequestUpdate_UU- See Also:
-
COLUMNNAME_StartTime
Column name StartTime- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setConfidentialTypeEntry
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
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
- Throws:
RuntimeException
-
setQtyInvoiced
Set Quantity Invoiced. Invoiced Quantity -
getQtyInvoiced
BigDecimal getQtyInvoiced()Get Quantity Invoiced. Invoiced Quantity -
setQtySpent
Set Quantity Used. Quantity used for this event -
getQtySpent
BigDecimal getQtySpent()Get Quantity Used. Quantity used for this event -
setResult
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
- 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
Set R_RequestUpdate_UU -
getR_RequestUpdate_UU
String getR_RequestUpdate_UU()Get R_RequestUpdate_UU -
setStartTime
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
-