Package org.compiere.model
Class X_C_RfQ
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_C_RfQ
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_C_RfQ
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MRfQ
public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent
Generated Model for C_RfQ- Version:
- Release 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
QUOTETYPE_AD_Reference_ID
QuoteType AD_Reference_ID=314static String
QUOTETYPE_QuoteAllLines
Quote All Lines = Astatic String
QUOTETYPE_QuoteSelectedLines
Quote Selected Lines = Sstatic String
QUOTETYPE_QuoteTotalOnly
Quote Total only = T-
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_C_RfQ
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_BPartner_Location_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_Order_ID, COLUMNNAME_C_RfQ_ID, COLUMNNAME_C_RfQ_Topic_ID, COLUMNNAME_C_RfQ_UU, COLUMNNAME_CopyLines, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_CreatePO, COLUMNNAME_CreateSO, COLUMNNAME_DateResponse, COLUMNNAME_DateWorkComplete, COLUMNNAME_DateWorkStart, COLUMNNAME_DeliveryDays, COLUMNNAME_Description, COLUMNNAME_DocumentNo, COLUMNNAME_Help, COLUMNNAME_IsActive, COLUMNNAME_IsInvitedVendorsOnly, COLUMNNAME_IsQuoteAllQty, COLUMNNAME_IsQuoteTotalAmt, COLUMNNAME_IsRfQResponseAccepted, COLUMNNAME_IsSelfService, COLUMNNAME_Margin, COLUMNNAME_Name, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_PublishRfQ, COLUMNNAME_QuoteType, COLUMNNAME_RankRfQ, COLUMNNAME_SalesRep_ID, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description X_C_RfQ(Properties ctx, int C_RfQ_ID, String trxName)
Standard ConstructorX_C_RfQ(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()
AccessLevelI_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_BPartner_Location
getC_BPartner_Location()
int
getC_BPartner_Location_ID()
Get Partner Location.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.int
getC_RfQ_ID()
Get RfQ.I_C_RfQ_Topic
getC_RfQ_Topic()
int
getC_RfQ_Topic_ID()
Get RfQ Topic.String
getC_RfQ_UU()
Get C_RfQ_UU.String
getCopyLines()
Get Copy Lines.String
getCreatePO()
Get Create PO.String
getCreateSO()
Get Create SO.Timestamp
getDateResponse()
Get Response Date.Timestamp
getDateWorkComplete()
Get Work Complete.Timestamp
getDateWorkStart()
Get Work Start.int
getDeliveryDays()
Get Delivery Days.String
getDescription()
Get Description.String
getDocumentNo()
Get Document No.String
getHelp()
Get Comment/Help.KeyNamePair
getKeyNamePair()
Get Record ID/ColumnNameBigDecimal
getMargin()
Get Margin %.String
getName()
Get Name.String
getPublishRfQ()
Get Publish RfQ.String
getQuoteType()
Get RfQ Type.String
getRankRfQ()
Get Rank RfQ.I_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.protected POInfo
initPO(Properties ctx)
Load Meta Databoolean
isInvitedVendorsOnly()
Get Invited Vendors Only.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Now.boolean
isQuoteAllQty()
Get Quote All Quantities.boolean
isQuoteTotalAmt()
Get Quote Total Amt.boolean
isRfQResponseAccepted()
Get Responses Accepted.boolean
isSelfService()
Get Self-Service.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_Order_ID(int C_Order_ID)
Set Order.void
setC_RfQ_ID(int C_RfQ_ID)
Set RfQ.void
setC_RfQ_Topic_ID(int C_RfQ_Topic_ID)
Set RfQ Topic.void
setC_RfQ_UU(String C_RfQ_UU)
Set C_RfQ_UU.void
setCopyLines(String CopyLines)
Set Copy Lines.void
setCreatePO(String CreatePO)
Set Create PO.void
setCreateSO(String CreateSO)
Set Create SO.void
setDateResponse(Timestamp DateResponse)
Set Response Date.void
setDateWorkComplete(Timestamp DateWorkComplete)
Set Work Complete.void
setDateWorkStart(Timestamp DateWorkStart)
Set Work Start.void
setDeliveryDays(int DeliveryDays)
Set Delivery Days.void
setDescription(String Description)
Set Description.void
setDocumentNo(String DocumentNo)
Set Document No.void
setHelp(String Help)
Set Comment/Help.void
setIsInvitedVendorsOnly(boolean IsInvitedVendorsOnly)
Set Invited Vendors Only.void
setIsQuoteAllQty(boolean IsQuoteAllQty)
Set Quote All Quantities.void
setIsQuoteTotalAmt(boolean IsQuoteTotalAmt)
Set Quote Total Amt.void
setIsRfQResponseAccepted(boolean IsRfQResponseAccepted)
Set Responses Accepted.void
setIsSelfService(boolean IsSelfService)
Set Self-Service.void
setMargin(BigDecimal Margin)
Set Margin %.void
setName(String Name)
Set Name.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Now.void
setPublishRfQ(String PublishRfQ)
Set Publish RfQ.void
setQuoteType(String QuoteType)
Set RfQ Type.void
setRankRfQ(String RankRfQ)
Set Rank RfQ.void
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.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_C_RfQ
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Methods inherited from interface org.compiere.model.I_Persistent
save
-
-
-
-
Field Detail
-
QUOTETYPE_AD_Reference_ID
public static final int QUOTETYPE_AD_Reference_ID
QuoteType AD_Reference_ID=314- See Also:
- Constant Field Values
-
QUOTETYPE_QuoteAllLines
public static final String QUOTETYPE_QuoteAllLines
Quote All Lines = A- See Also:
- Constant Field Values
-
QUOTETYPE_QuoteSelectedLines
public static final String QUOTETYPE_QuoteSelectedLines
Quote Selected Lines = S- See Also:
- Constant Field Values
-
QUOTETYPE_QuoteTotalOnly
public static final String QUOTETYPE_QuoteTotalOnly
Quote Total only = T- See Also:
- Constant Field Values
-
-
Constructor Detail
-
X_C_RfQ
public X_C_RfQ(Properties ctx, int C_RfQ_ID, String trxName)
Standard Constructor
-
X_C_RfQ
public X_C_RfQ(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
-
Method Detail
-
get_AccessLevel
protected int get_AccessLevel()
AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 1 - Org
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
getAD_User
public I_AD_User getAD_User() throws RuntimeException
- Specified by:
getAD_User
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setAD_User_ID
public void setAD_User_ID(int AD_User_ID)
Set User/Contact.- Specified by:
setAD_User_ID
in interfaceI_C_RfQ
- Parameters:
AD_User_ID
- User within the system - Internal or Business Partner Contact
-
getAD_User_ID
public int getAD_User_ID()
Get User/Contact.- Specified by:
getAD_User_ID
in interfaceI_C_RfQ
- Returns:
- User within the system - Internal or Business Partner Contact
-
getC_BPartner
public I_C_BPartner getC_BPartner() throws RuntimeException
- Specified by:
getC_BPartner
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setC_BPartner_ID
public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.- Specified by:
setC_BPartner_ID
in interfaceI_C_RfQ
- Parameters:
C_BPartner_ID
- Identifies a Business Partner
-
getC_BPartner_ID
public int getC_BPartner_ID()
Get Business Partner.- Specified by:
getC_BPartner_ID
in interfaceI_C_RfQ
- Returns:
- Identifies a Business Partner
-
getC_BPartner_Location
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
- Specified by:
getC_BPartner_Location
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setC_BPartner_Location_ID
public void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location.- Specified by:
setC_BPartner_Location_ID
in interfaceI_C_RfQ
- Parameters:
C_BPartner_Location_ID
- Identifies the (ship to) address for this Business Partner
-
getC_BPartner_Location_ID
public int getC_BPartner_Location_ID()
Get Partner Location.- Specified by:
getC_BPartner_Location_ID
in interfaceI_C_RfQ
- Returns:
- Identifies the (ship to) address for this Business Partner
-
getC_Currency
public I_C_Currency getC_Currency() throws RuntimeException
- Specified by:
getC_Currency
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setC_Currency_ID
public void setC_Currency_ID(int C_Currency_ID)
Set Currency.- Specified by:
setC_Currency_ID
in interfaceI_C_RfQ
- Parameters:
C_Currency_ID
- The Currency for this record
-
getC_Currency_ID
public int getC_Currency_ID()
Get Currency.- Specified by:
getC_Currency_ID
in interfaceI_C_RfQ
- Returns:
- The Currency for this record
-
setCopyLines
public void setCopyLines(String CopyLines)
Set Copy Lines.- Specified by:
setCopyLines
in interfaceI_C_RfQ
- Parameters:
CopyLines
- Copy Lines
-
getCopyLines
public String getCopyLines()
Get Copy Lines.- Specified by:
getCopyLines
in interfaceI_C_RfQ
- Returns:
- Copy Lines
-
getC_Order
public I_C_Order getC_Order() throws RuntimeException
- Specified by:
getC_Order
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setC_Order_ID
public void setC_Order_ID(int C_Order_ID)
Set Order.- Specified by:
setC_Order_ID
in interfaceI_C_RfQ
- Parameters:
C_Order_ID
- Order
-
getC_Order_ID
public int getC_Order_ID()
Get Order.- Specified by:
getC_Order_ID
in interfaceI_C_RfQ
- Returns:
- Order
-
setCreatePO
public void setCreatePO(String CreatePO)
Set Create PO.- Specified by:
setCreatePO
in interfaceI_C_RfQ
- Parameters:
CreatePO
- Create Purchase Order
-
getCreatePO
public String getCreatePO()
Get Create PO.- Specified by:
getCreatePO
in interfaceI_C_RfQ
- Returns:
- Create Purchase Order
-
setCreateSO
public void setCreateSO(String CreateSO)
Set Create SO.- Specified by:
setCreateSO
in interfaceI_C_RfQ
- Parameters:
CreateSO
- Create SO
-
getCreateSO
public String getCreateSO()
Get Create SO.- Specified by:
getCreateSO
in interfaceI_C_RfQ
- Returns:
- Create SO
-
setC_RfQ_ID
public void setC_RfQ_ID(int C_RfQ_ID)
Set RfQ.- Specified by:
setC_RfQ_ID
in interfaceI_C_RfQ
- Parameters:
C_RfQ_ID
- Request for Quotation
-
getC_RfQ_ID
public int getC_RfQ_ID()
Get RfQ.- Specified by:
getC_RfQ_ID
in interfaceI_C_RfQ
- Returns:
- Request for Quotation
-
getC_RfQ_Topic
public I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException
- Specified by:
getC_RfQ_Topic
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setC_RfQ_Topic_ID
public void setC_RfQ_Topic_ID(int C_RfQ_Topic_ID)
Set RfQ Topic.- Specified by:
setC_RfQ_Topic_ID
in interfaceI_C_RfQ
- Parameters:
C_RfQ_Topic_ID
- Topic for Request for Quotations
-
getC_RfQ_Topic_ID
public int getC_RfQ_Topic_ID()
Get RfQ Topic.- Specified by:
getC_RfQ_Topic_ID
in interfaceI_C_RfQ
- Returns:
- Topic for Request for Quotations
-
setC_RfQ_UU
public void setC_RfQ_UU(String C_RfQ_UU)
Set C_RfQ_UU.- Specified by:
setC_RfQ_UU
in interfaceI_C_RfQ
- Parameters:
C_RfQ_UU
- C_RfQ_UU
-
getC_RfQ_UU
public String getC_RfQ_UU()
Get C_RfQ_UU.- Specified by:
getC_RfQ_UU
in interfaceI_C_RfQ
- Returns:
- C_RfQ_UU
-
setDateResponse
public void setDateResponse(Timestamp DateResponse)
Set Response Date.- Specified by:
setDateResponse
in interfaceI_C_RfQ
- Parameters:
DateResponse
- Date of the Response
-
getDateResponse
public Timestamp getDateResponse()
Get Response Date.- Specified by:
getDateResponse
in interfaceI_C_RfQ
- Returns:
- Date of the Response
-
setDateWorkComplete
public void setDateWorkComplete(Timestamp DateWorkComplete)
Set Work Complete.- Specified by:
setDateWorkComplete
in interfaceI_C_RfQ
- Parameters:
DateWorkComplete
- Date when work is (planned to be) complete
-
getDateWorkComplete
public Timestamp getDateWorkComplete()
Get Work Complete.- Specified by:
getDateWorkComplete
in interfaceI_C_RfQ
- Returns:
- Date when work is (planned to be) complete
-
setDateWorkStart
public void setDateWorkStart(Timestamp DateWorkStart)
Set Work Start.- Specified by:
setDateWorkStart
in interfaceI_C_RfQ
- Parameters:
DateWorkStart
- Date when work is (planned to be) started
-
getDateWorkStart
public Timestamp getDateWorkStart()
Get Work Start.- Specified by:
getDateWorkStart
in interfaceI_C_RfQ
- Returns:
- Date when work is (planned to be) started
-
setDeliveryDays
public void setDeliveryDays(int DeliveryDays)
Set Delivery Days.- Specified by:
setDeliveryDays
in interfaceI_C_RfQ
- Parameters:
DeliveryDays
- Number of Days (planned) until Delivery
-
getDeliveryDays
public int getDeliveryDays()
Get Delivery Days.- Specified by:
getDeliveryDays
in interfaceI_C_RfQ
- Returns:
- Number of Days (planned) until Delivery
-
setDescription
public void setDescription(String Description)
Set Description.- Specified by:
setDescription
in interfaceI_C_RfQ
- Parameters:
Description
- Optional short description of the record
-
getDescription
public String getDescription()
Get Description.- Specified by:
getDescription
in interfaceI_C_RfQ
- Returns:
- Optional short description of the record
-
setDocumentNo
public void setDocumentNo(String DocumentNo)
Set Document No.- Specified by:
setDocumentNo
in interfaceI_C_RfQ
- Parameters:
DocumentNo
- Document sequence number of the document
-
getDocumentNo
public String getDocumentNo()
Get Document No.- Specified by:
getDocumentNo
in interfaceI_C_RfQ
- Returns:
- Document sequence number of the document
-
getKeyNamePair
public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setHelp
public void setHelp(String Help)
Set Comment/Help.
-
getHelp
public String getHelp()
Get Comment/Help.
-
setIsInvitedVendorsOnly
public void setIsInvitedVendorsOnly(boolean IsInvitedVendorsOnly)
Set Invited Vendors Only.- Specified by:
setIsInvitedVendorsOnly
in interfaceI_C_RfQ
- Parameters:
IsInvitedVendorsOnly
- Only invited vendors can respond to an RfQ
-
isInvitedVendorsOnly
public boolean isInvitedVendorsOnly()
Get Invited Vendors Only.- Specified by:
isInvitedVendorsOnly
in interfaceI_C_RfQ
- Returns:
- Only invited vendors can respond to an RfQ
-
setIsQuoteAllQty
public void setIsQuoteAllQty(boolean IsQuoteAllQty)
Set Quote All Quantities.- Specified by:
setIsQuoteAllQty
in interfaceI_C_RfQ
- Parameters:
IsQuoteAllQty
- Suppliers are requested to provide responses for all quantities
-
isQuoteAllQty
public boolean isQuoteAllQty()
Get Quote All Quantities.- Specified by:
isQuoteAllQty
in interfaceI_C_RfQ
- Returns:
- Suppliers are requested to provide responses for all quantities
-
setIsQuoteTotalAmt
public void setIsQuoteTotalAmt(boolean IsQuoteTotalAmt)
Set Quote Total Amt.- Specified by:
setIsQuoteTotalAmt
in interfaceI_C_RfQ
- Parameters:
IsQuoteTotalAmt
- The response can have just the total amount for the RfQ
-
isQuoteTotalAmt
public boolean isQuoteTotalAmt()
Get Quote Total Amt.- Specified by:
isQuoteTotalAmt
in interfaceI_C_RfQ
- Returns:
- The response can have just the total amount for the RfQ
-
setIsRfQResponseAccepted
public void setIsRfQResponseAccepted(boolean IsRfQResponseAccepted)
Set Responses Accepted.- Specified by:
setIsRfQResponseAccepted
in interfaceI_C_RfQ
- Parameters:
IsRfQResponseAccepted
- Are Responses to the Request for Quotation accepted
-
isRfQResponseAccepted
public boolean isRfQResponseAccepted()
Get Responses Accepted.- Specified by:
isRfQResponseAccepted
in interfaceI_C_RfQ
- Returns:
- Are Responses to the Request for Quotation accepted
-
setIsSelfService
public void setIsSelfService(boolean IsSelfService)
Set Self-Service.- Specified by:
setIsSelfService
in interfaceI_C_RfQ
- Parameters:
IsSelfService
- This is a Self-Service entry or this entry can be changed via Self-Service
-
isSelfService
public boolean isSelfService()
Get Self-Service.- Specified by:
isSelfService
in interfaceI_C_RfQ
- Returns:
- This is a Self-Service entry or this entry can be changed via Self-Service
-
setMargin
public void setMargin(BigDecimal Margin)
Set Margin %.
-
getMargin
public BigDecimal getMargin()
Get Margin %.
-
setName
public void setName(String Name)
Set Name.
-
getName
public String getName()
Get Name.
-
setProcessed
public void setProcessed(boolean Processed)
Set Processed.- Specified by:
setProcessed
in interfaceI_C_RfQ
- Parameters:
Processed
- The document has been processed
-
isProcessed
public boolean isProcessed()
Get Processed.- Specified by:
isProcessed
in interfaceI_C_RfQ
- Returns:
- The document has been processed
-
setProcessing
public void setProcessing(boolean Processing)
Set Process Now.- Specified by:
setProcessing
in interfaceI_C_RfQ
- Parameters:
Processing
- Process Now
-
isProcessing
public boolean isProcessing()
Get Process Now.- Specified by:
isProcessing
in interfaceI_C_RfQ
- Returns:
- Process Now
-
setPublishRfQ
public void setPublishRfQ(String PublishRfQ)
Set Publish RfQ.- Specified by:
setPublishRfQ
in interfaceI_C_RfQ
- Parameters:
PublishRfQ
- Publish RfQ
-
getPublishRfQ
public String getPublishRfQ()
Get Publish RfQ.- Specified by:
getPublishRfQ
in interfaceI_C_RfQ
- Returns:
- Publish RfQ
-
setQuoteType
public void setQuoteType(String QuoteType)
Set RfQ Type.- Specified by:
setQuoteType
in interfaceI_C_RfQ
- Parameters:
QuoteType
- Request for Quotation Type
-
getQuoteType
public String getQuoteType()
Get RfQ Type.- Specified by:
getQuoteType
in interfaceI_C_RfQ
- Returns:
- Request for Quotation Type
-
setRankRfQ
public void setRankRfQ(String RankRfQ)
Set Rank RfQ.- Specified by:
setRankRfQ
in interfaceI_C_RfQ
- Parameters:
RankRfQ
- Rank RfQ
-
getRankRfQ
public String getRankRfQ()
Get Rank RfQ.- Specified by:
getRankRfQ
in interfaceI_C_RfQ
- Returns:
- Rank RfQ
-
getSalesRep
public I_AD_User getSalesRep() throws RuntimeException
- Specified by:
getSalesRep
in interfaceI_C_RfQ
- Throws:
RuntimeException
-
setSalesRep_ID
public void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.- Specified by:
setSalesRep_ID
in interfaceI_C_RfQ
- Parameters:
SalesRep_ID
- Sales Representative or Company Agent
-
getSalesRep_ID
public int getSalesRep_ID()
Get Sales Representative.- Specified by:
getSalesRep_ID
in interfaceI_C_RfQ
- Returns:
- Sales Representative or Company Agent
-
-