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
public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persistent
Generated Model for R_RequestUpdate- Version:
- Release 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIDENTIALTYPEENTRY_AD_Reference_ID
ConfidentialTypeEntry AD_Reference_ID=340static String
CONFIDENTIALTYPEENTRY_Internal
Internal = Istatic String
CONFIDENTIALTYPEENTRY_PartnerConfidential
Partner Confidential = Cstatic String
CONFIDENTIALTYPEENTRY_PrivateInformation
Private Information = Pstatic String
CONFIDENTIALTYPEENTRY_PublicInformation
Public Information = A-
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, LOCAL_TRX_PREFIX, 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_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
Constructors Constructor Description X_R_RequestUpdate(Properties ctx, int R_RequestUpdate_ID, String trxName)
Standard ConstructorX_R_RequestUpdate(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
get_AccessLevel()
AccessLevelString
getConfidentialTypeEntry()
Get Entry Confidentiality.Timestamp
getEndTime()
Get End Time.KeyNamePair
getKeyNamePair()
Get Record ID/ColumnNameI_M_Product
getM_ProductSpent()
int
getM_ProductSpent_ID()
Get Product Used.BigDecimal
getQtyInvoiced()
Get Quantity Invoiced.BigDecimal
getQtySpent()
Get Quantity Used.I_R_Request
getR_Request()
int
getR_Request_ID()
Get Request.int
getR_RequestUpdate_ID()
Get Request Update.String
getR_RequestUpdate_UU()
Get R_RequestUpdate_UU.String
getResult()
Get Result.Timestamp
getStartTime()
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
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, 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_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, 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, load, loadByUU, loadComplete, loadDefaults, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, 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, 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 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
-
-
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 classPO
- Returns:
- 7 - System - Client - Org
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
setConfidentialTypeEntry
public void setConfidentialTypeEntry(String ConfidentialTypeEntry)
Set Entry Confidentiality.- Specified by:
setConfidentialTypeEntry
in interfaceI_R_RequestUpdate
- Parameters:
ConfidentialTypeEntry
- Confidentiality of the individual entry
-
getConfidentialTypeEntry
public String getConfidentialTypeEntry()
Get Entry Confidentiality.- Specified by:
getConfidentialTypeEntry
in interfaceI_R_RequestUpdate
- Returns:
- Confidentiality of the individual entry
-
setEndTime
public void setEndTime(Timestamp EndTime)
Set End Time.- Specified by:
setEndTime
in interfaceI_R_RequestUpdate
- Parameters:
EndTime
- End of the time span
-
getEndTime
public Timestamp getEndTime()
Get End Time.- Specified by:
getEndTime
in interfaceI_R_RequestUpdate
- Returns:
- End of the time span
-
getM_ProductSpent
public I_M_Product getM_ProductSpent() throws RuntimeException
- 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
public void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced.- Specified by:
setQtyInvoiced
in interfaceI_R_RequestUpdate
- Parameters:
QtyInvoiced
- Invoiced Quantity
-
getQtyInvoiced
public BigDecimal getQtyInvoiced()
Get Quantity Invoiced.- Specified by:
getQtyInvoiced
in interfaceI_R_RequestUpdate
- Returns:
- Invoiced Quantity
-
setQtySpent
public void setQtySpent(BigDecimal QtySpent)
Set Quantity Used.- Specified by:
setQtySpent
in interfaceI_R_RequestUpdate
- Parameters:
QtySpent
- Quantity used for this event
-
getQtySpent
public BigDecimal getQtySpent()
Get Quantity Used.- Specified by:
getQtySpent
in interfaceI_R_RequestUpdate
- Returns:
- Quantity used for this event
-
setResult
public void setResult(String Result)
Set Result.- Specified by:
setResult
in interfaceI_R_RequestUpdate
- Parameters:
Result
- Result of the action taken
-
getResult
public String getResult()
Get Result.- Specified by:
getResult
in interfaceI_R_RequestUpdate
- Returns:
- Result of the action taken
-
getR_Request
public I_R_Request getR_Request() throws RuntimeException
- 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
public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setR_RequestUpdate_UU
public void setR_RequestUpdate_UU(String R_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
public String getR_RequestUpdate_UU()
Get R_RequestUpdate_UU.- Specified by:
getR_RequestUpdate_UU
in interfaceI_R_RequestUpdate
- Returns:
- R_RequestUpdate_UU
-
setStartTime
public void setStartTime(Timestamp StartTime)
Set Start Time.- Specified by:
setStartTime
in interfaceI_R_RequestUpdate
- Parameters:
StartTime
- Time started
-
getStartTime
public Timestamp getStartTime()
Get Start Time.- Specified by:
getStartTime
in interfaceI_R_RequestUpdate
- Returns:
- Time started
-
-