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 13 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConfidentialTypeEntry AD_Reference_ID=340static final StringInternal = Istatic final StringPartner Confidential = Cstatic final StringPrivate Information = Pstatic final StringPublic 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_IDFields 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
ConstructorsConstructorDescriptionX_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 intAccessLevelGet Entry Confidentiality.Get End Time.Get Record ID/ColumnNameDeprecated.intGet Product Used.Get Quantity Invoiced.Get Quantity Used.Deprecated.intGet Request.intGet Request Update.Get R_RequestUpdate_UU.Get Result.Get Start Time.protected POInfoinitPO(Properties ctx) Load Meta DatavoidsetConfidentialTypeEntry(String ConfidentialTypeEntry) Set Entry Confidentiality.voidsetEndTime(Timestamp EndTime) Set End Time.voidsetM_ProductSpent_ID(int M_ProductSpent_ID) Set Product Used.voidsetQtyInvoiced(BigDecimal QtyInvoiced) Set Quantity Invoiced.voidsetQtySpent(BigDecimal QtySpent) Set Quantity Used.voidsetR_Request_ID(int R_Request_ID) Set Request.voidsetR_RequestUpdate_ID(int R_RequestUpdate_ID) Set Request Update.voidsetR_RequestUpdate_UU(String R_RequestUpdate_UU) Set R_RequestUpdate_UU.voidSet Result.voidsetStartTime(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_TableAttribute, get_TableAttributeAsBoolean, get_TableAttributeAsInt, get_TableAttributes, 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, validForeignKeysExMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.compiere.model.I_Persistent
saveMethods 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_AccessLevelin classPO- Returns:
- 7 - System - Client - Org
-
initPO
Load Meta Data -
toString
Description copied from class:POString representation -
setConfidentialTypeEntry
Set Entry Confidentiality.- Specified by:
setConfidentialTypeEntryin interfaceI_R_RequestUpdate- Parameters:
ConfidentialTypeEntry- Confidentiality of the individual entry
-
getConfidentialTypeEntry
Get Entry Confidentiality.- Specified by:
getConfidentialTypeEntryin interfaceI_R_RequestUpdate- Returns:
- Confidentiality of the individual entry
-
setEndTime
Set End Time.- Specified by:
setEndTimein interfaceI_R_RequestUpdate- Parameters:
EndTime- End of the time span
-
getEndTime
Get End Time.- Specified by:
getEndTimein interfaceI_R_RequestUpdate- Returns:
- End of the time span
-
getM_ProductSpent
Deprecated.- Specified by:
getM_ProductSpentin interfaceI_R_RequestUpdate- Throws:
RuntimeException
-
setM_ProductSpent_ID
public void setM_ProductSpent_ID(int M_ProductSpent_ID) Set Product Used.- Specified by:
setM_ProductSpent_IDin 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_IDin interfaceI_R_RequestUpdate- Returns:
- Product/Resource/Service used in Request
-
setQtyInvoiced
Set Quantity Invoiced.- Specified by:
setQtyInvoicedin interfaceI_R_RequestUpdate- Parameters:
QtyInvoiced- Invoiced Quantity
-
getQtyInvoiced
Get Quantity Invoiced.- Specified by:
getQtyInvoicedin interfaceI_R_RequestUpdate- Returns:
- Invoiced Quantity
-
setQtySpent
Set Quantity Used.- Specified by:
setQtySpentin interfaceI_R_RequestUpdate- Parameters:
QtySpent- Quantity used for this event
-
getQtySpent
Get Quantity Used.- Specified by:
getQtySpentin interfaceI_R_RequestUpdate- Returns:
- Quantity used for this event
-
setR_RequestUpdate_ID
public void setR_RequestUpdate_ID(int R_RequestUpdate_ID) Set Request Update.- Specified by:
setR_RequestUpdate_IDin interfaceI_R_RequestUpdate- Parameters:
R_RequestUpdate_ID- Request Updates
-
getR_RequestUpdate_ID
public int getR_RequestUpdate_ID()Get Request Update.- Specified by:
getR_RequestUpdate_IDin 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_UUin interfaceI_R_RequestUpdate- Parameters:
R_RequestUpdate_UU- R_RequestUpdate_UU
-
getR_RequestUpdate_UU
Get R_RequestUpdate_UU.- Specified by:
getR_RequestUpdate_UUin interfaceI_R_RequestUpdate- Returns:
- R_RequestUpdate_UU
-
getR_Request
Deprecated.- Specified by:
getR_Requestin interfaceI_R_RequestUpdate- Throws:
RuntimeException
-
setR_Request_ID
public void setR_Request_ID(int R_Request_ID) Set Request.- Specified by:
setR_Request_IDin 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_IDin interfaceI_R_RequestUpdate- Returns:
- Request from a Business Partner or Prospect
-
setResult
Set Result.- Specified by:
setResultin interfaceI_R_RequestUpdate- Parameters:
Result- Result of the action taken
-
getResult
Get Result.- Specified by:
getResultin interfaceI_R_RequestUpdate- Returns:
- Result of the action taken
-
setStartTime
Set Start Time.- Specified by:
setStartTimein interfaceI_R_RequestUpdate- Parameters:
StartTime- Time started
-
getStartTime
Get Start Time.- Specified by:
getStartTimein interfaceI_R_RequestUpdate- Returns:
- Time started
-