Package org.compiere.model
Class X_R_RequestUpdate
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_RequestUpdate
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_Persistent
,I_R_RequestUpdate
,Evaluatee
- Direct Known Subclasses:
MRequestUpdate
Generated Model for R_RequestUpdate
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
ConfidentialTypeEntry AD_Reference_ID=340static final String
Internal = Istatic final String
Partner Confidential = Cstatic final String
Private Information = Pstatic final String
Public Information = AFields 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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.compiere.model.I_R_RequestUpdate
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_ConfidentialTypeEntry, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_EndTime, COLUMNNAME_IsActive, COLUMNNAME_M_ProductSpent_ID, COLUMNNAME_QtyInvoiced, COLUMNNAME_QtySpent, COLUMNNAME_R_Request_ID, COLUMNNAME_R_RequestUpdate_ID, COLUMNNAME_R_RequestUpdate_UU, COLUMNNAME_Result, COLUMNNAME_StartTime, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_R_RequestUpdate
(Properties ctx, int R_RequestUpdate_ID, String trxName) Standard ConstructorX_R_RequestUpdate
(Properties ctx, int R_RequestUpdate_ID, String trxName, String... virtualColumns) Standard ConstructorX_R_RequestUpdate
(Properties ctx, String R_RequestUpdate_UU, String trxName) Standard ConstructorX_R_RequestUpdate
(Properties ctx, String R_RequestUpdate_UU, String trxName, String... virtualColumns) Standard ConstructorX_R_RequestUpdate
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelGet Entry Confidentiality.Get End Time.Get Record ID/ColumnNameint
Get Product Used.Get Quantity Invoiced.Get Quantity Used.int
Get Request.int
Get Request Update.Get R_RequestUpdate_UU.Get Result.Get Start Time.protected POInfo
initPO
(Properties ctx) Load Meta Datavoid
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
setR_RequestUpdate_UU
(String R_RequestUpdate_UU) Set R_RequestUpdate_UU.void
Set Result.void
setStartTime
(Timestamp StartTime) Set Start Time.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, 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_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.compiere.model.I_Persistent
save
Methods inherited from interface org.compiere.model.I_R_RequestUpdate
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Field Details
-
CONFIDENTIALTYPEENTRY_AD_Reference_ID
public static final int CONFIDENTIALTYPEENTRY_AD_Reference_IDConfidentialTypeEntry AD_Reference_ID=340- See Also:
-
CONFIDENTIALTYPEENTRY_PublicInformation
Public Information = A- See Also:
-
CONFIDENTIALTYPEENTRY_PartnerConfidential
Partner Confidential = C- See Also:
-
CONFIDENTIALTYPEENTRY_Internal
Internal = I- See Also:
-
CONFIDENTIALTYPEENTRY_PrivateInformation
Private Information = P- See Also:
-
-
Constructor Details
-
X_R_RequestUpdate
Standard Constructor -
X_R_RequestUpdate
public X_R_RequestUpdate(Properties ctx, int R_RequestUpdate_ID, String trxName, String... virtualColumns) Standard Constructor -
X_R_RequestUpdate
Standard Constructor -
X_R_RequestUpdate
public X_R_RequestUpdate(Properties ctx, String R_RequestUpdate_UU, String trxName, String... virtualColumns) Standard Constructor -
X_R_RequestUpdate
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 7 - System - Client - Org
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
setConfidentialTypeEntry
Set Entry Confidentiality.- Specified by:
setConfidentialTypeEntry
in interfaceI_R_RequestUpdate
- Parameters:
ConfidentialTypeEntry
- Confidentiality of the individual entry
-
getConfidentialTypeEntry
Get Entry Confidentiality.- Specified by:
getConfidentialTypeEntry
in interfaceI_R_RequestUpdate
- Returns:
- Confidentiality of the individual entry
-
setEndTime
Set End Time.- Specified by:
setEndTime
in interfaceI_R_RequestUpdate
- Parameters:
EndTime
- End of the time span
-
getEndTime
Get End Time.- Specified by:
getEndTime
in interfaceI_R_RequestUpdate
- Returns:
- End of the time span
-
getM_ProductSpent
- Specified by:
getM_ProductSpent
in interfaceI_R_RequestUpdate
- Throws:
RuntimeException
-
setM_ProductSpent_ID
public void setM_ProductSpent_ID(int M_ProductSpent_ID) Set Product Used.- Specified by:
setM_ProductSpent_ID
in interfaceI_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 interfaceI_R_RequestUpdate
- Returns:
- Product/Resource/Service used in Request
-
setQtyInvoiced
Set Quantity Invoiced.- Specified by:
setQtyInvoiced
in interfaceI_R_RequestUpdate
- Parameters:
QtyInvoiced
- Invoiced Quantity
-
getQtyInvoiced
Get Quantity Invoiced.- Specified by:
getQtyInvoiced
in interfaceI_R_RequestUpdate
- Returns:
- Invoiced Quantity
-
setQtySpent
Set Quantity Used.- Specified by:
setQtySpent
in interfaceI_R_RequestUpdate
- Parameters:
QtySpent
- Quantity used for this event
-
getQtySpent
Get Quantity Used.- Specified by:
getQtySpent
in interfaceI_R_RequestUpdate
- Returns:
- Quantity used for this event
-
setResult
Set Result.- Specified by:
setResult
in interfaceI_R_RequestUpdate
- Parameters:
Result
- Result of the action taken
-
getResult
Get Result.- Specified by:
getResult
in interfaceI_R_RequestUpdate
- Returns:
- Result of the action taken
-
getR_Request
- Specified by:
getR_Request
in interfaceI_R_RequestUpdate
- Throws:
RuntimeException
-
setR_Request_ID
public void setR_Request_ID(int R_Request_ID) Set Request.- Specified by:
setR_Request_ID
in interfaceI_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 interfaceI_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 interfaceI_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 interfaceI_R_RequestUpdate
- Returns:
- Request Updates
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setR_RequestUpdate_UU
Set R_RequestUpdate_UU.- Specified by:
setR_RequestUpdate_UU
in interfaceI_R_RequestUpdate
- Parameters:
R_RequestUpdate_UU
- R_RequestUpdate_UU
-
getR_RequestUpdate_UU
Get R_RequestUpdate_UU.- Specified by:
getR_RequestUpdate_UU
in interfaceI_R_RequestUpdate
- Returns:
- R_RequestUpdate_UU
-
setStartTime
Set Start Time.- Specified by:
setStartTime
in interfaceI_R_RequestUpdate
- Parameters:
StartTime
- Time started
-
getStartTime
Get Start Time.- Specified by:
getStartTime
in interfaceI_R_RequestUpdate
- Returns:
- Time started
-