Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_ConfidentialTypeEntry
          Column name ConfidentialTypeEntry
static String COLUMNNAME_EndTime
          Column name EndTime
static String COLUMNNAME_M_ProductSpent_ID
          Column name M_ProductSpent_ID
static String COLUMNNAME_QtyInvoiced
          Column name QtyInvoiced
static String COLUMNNAME_QtySpent
          Column name QtySpent
static String COLUMNNAME_R_Request_ID
          Column name R_Request_ID
static String COLUMNNAME_R_RequestUpdate_ID
          Column name R_RequestUpdate_ID
static String COLUMNNAME_Result
          Column name Result
static String COLUMNNAME_StartTime
          Column name StartTime
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=802
static String Table_Name
          TableName=R_RequestUpdate
 
Method Summary
 String getConfidentialTypeEntry()
          Get Entry Confidentiality.
 Timestamp getEndTime()
          Get End Time.
 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.
 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.
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_ConfidentialTypeEntry

static final String COLUMNNAME_ConfidentialTypeEntry
Column name ConfidentialTypeEntry

See Also:
Constant Field Values

COLUMNNAME_EndTime

static final String COLUMNNAME_EndTime
Column name EndTime

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_StartTime

static final String COLUMNNAME_StartTime
Column name StartTime

See Also:
Constant Field Values
Method Detail

setConfidentialTypeEntry

void setConfidentialTypeEntry(String ConfidentialTypeEntry)
Set Entry Confidentiality. Confidentiality of the individual entry


getConfidentialTypeEntry

String getConfidentialTypeEntry()
Get Entry Confidentiality. Confidentiality of the individual entry


setEndTime

void setEndTime(Timestamp EndTime)
Set End Time. End of the time span


getEndTime

Timestamp getEndTime()
Get End Time. End of the time span


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


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 Exception
Throws:
Exception

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


setStartTime

void setStartTime(Timestamp StartTime)
Set Start Time. Time started


getStartTime

Timestamp getStartTime()
Get Start Time. Time started


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.