Adempiere 3.5.2a

org.compiere.model
Class X_R_RequestUpdate

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_R_RequestUpdate
All Implemented Interfaces:
Serializable, Comparator, I_Persistent, I_R_RequestUpdate, Evaluatee
Direct Known Subclasses:
MRequestUpdate

public class X_R_RequestUpdate
extends PO
implements I_R_RequestUpdate, I_Persistent

Generated Model for R_RequestUpdate

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

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 org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

CONFIDENTIALTYPEENTRY_AD_Reference_ID

public static final int CONFIDENTIALTYPEENTRY_AD_Reference_ID
ConfidentialTypeEntry AD_Reference_ID=340

See Also:
Constant Field Values

CONFIDENTIALTYPEENTRY_PublicInformation

public static final String CONFIDENTIALTYPEENTRY_PublicInformation
Public Information = A

See Also:
Constant Field Values

CONFIDENTIALTYPEENTRY_PartnerConfidential

public static final String CONFIDENTIALTYPEENTRY_PartnerConfidential
Partner Confidential = C

See Also:
Constant Field Values

CONFIDENTIALTYPEENTRY_Internal

public static final String CONFIDENTIALTYPEENTRY_Internal
Internal = I

See Also:
Constant Field Values

CONFIDENTIALTYPEENTRY_PrivateInformation

public static final String CONFIDENTIALTYPEENTRY_PrivateInformation
Private Information = P

See Also:
Constant Field Values

M_PRODUCTSPENT_ID_AD_Reference_ID

public static final int M_PRODUCTSPENT_ID_AD_Reference_ID
M_ProductSpent_ID AD_Reference_ID=162

See Also:
Constant Field Values
Constructor Detail

X_R_RequestUpdate

public X_R_RequestUpdate(Properties ctx,
                         int R_RequestUpdate_ID,
                         String trxName)
Standard Constructor


X_R_RequestUpdate

public X_R_RequestUpdate(Properties ctx,
                         ResultSet rs,
                         String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
7 - System - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setConfidentialTypeEntry

public void setConfidentialTypeEntry(String ConfidentialTypeEntry)
Set Entry Confidentiality.

Specified by:
setConfidentialTypeEntry in interface I_R_RequestUpdate
Parameters:
ConfidentialTypeEntry - Confidentiality of the individual entry

getConfidentialTypeEntry

public String getConfidentialTypeEntry()
Get Entry Confidentiality.

Specified by:
getConfidentialTypeEntry in interface I_R_RequestUpdate
Returns:
Confidentiality of the individual entry

setEndTime

public void setEndTime(Timestamp EndTime)
Set End Time.

Specified by:
setEndTime in interface I_R_RequestUpdate
Parameters:
EndTime - End of the time span

getEndTime

public Timestamp getEndTime()
Get End Time.

Specified by:
getEndTime in interface I_R_RequestUpdate
Returns:
End of the time span

setM_ProductSpent_ID

public void setM_ProductSpent_ID(int M_ProductSpent_ID)
Set Product Used.

Specified by:
setM_ProductSpent_ID in interface I_R_RequestUpdate
Parameters:
M_ProductSpent_ID - Product/Resource/Service used in Request

getM_ProductSpent_ID

public int getM_ProductSpent_ID()
Get Product Used.

Specified by:
getM_ProductSpent_ID in interface I_R_RequestUpdate
Returns:
Product/Resource/Service used in Request

setQtyInvoiced

public void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced.

Specified by:
setQtyInvoiced in interface I_R_RequestUpdate
Parameters:
QtyInvoiced - Invoiced Quantity

getQtyInvoiced

public BigDecimal getQtyInvoiced()
Get Quantity Invoiced.

Specified by:
getQtyInvoiced in interface I_R_RequestUpdate
Returns:
Invoiced Quantity

setQtySpent

public void setQtySpent(BigDecimal QtySpent)
Set Quantity Used.

Specified by:
setQtySpent in interface I_R_RequestUpdate
Parameters:
QtySpent - Quantity used for this event

getQtySpent

public BigDecimal getQtySpent()
Get Quantity Used.

Specified by:
getQtySpent in interface I_R_RequestUpdate
Returns:
Quantity used for this event

setResult

public void setResult(String Result)
Set Result.

Specified by:
setResult in interface I_R_RequestUpdate
Parameters:
Result - Result of the action taken

getResult

public String getResult()
Get Result.

Specified by:
getResult in interface I_R_RequestUpdate
Returns:
Result of the action taken

getR_Request

public I_R_Request getR_Request()
                         throws Exception
Specified by:
getR_Request in interface I_R_RequestUpdate
Throws:
Exception

setR_Request_ID

public void setR_Request_ID(int R_Request_ID)
Set Request.

Specified by:
setR_Request_ID in interface I_R_RequestUpdate
Parameters:
R_Request_ID - Request from a Business Partner or Prospect

getR_Request_ID

public int getR_Request_ID()
Get Request.

Specified by:
getR_Request_ID in interface I_R_RequestUpdate
Returns:
Request from a Business Partner or Prospect

setR_RequestUpdate_ID

public void setR_RequestUpdate_ID(int R_RequestUpdate_ID)
Set Request Update.

Specified by:
setR_RequestUpdate_ID in interface I_R_RequestUpdate
Parameters:
R_RequestUpdate_ID - Request Updates

getR_RequestUpdate_ID

public int getR_RequestUpdate_ID()
Get Request Update.

Specified by:
getR_RequestUpdate_ID in interface I_R_RequestUpdate
Returns:
Request Updates

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setStartTime

public void setStartTime(Timestamp StartTime)
Set Start Time.

Specified by:
setStartTime in interface I_R_RequestUpdate
Parameters:
StartTime - Time started

getStartTime

public Timestamp getStartTime()
Get Start Time.

Specified by:
getStartTime in interface I_R_RequestUpdate
Returns:
Time started

Adempiere 3.5.2a

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