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 intQUOTETYPE_AD_Reference_IDQuoteType AD_Reference_ID=314static StringQUOTETYPE_QuoteAllLinesQuote All Lines = Astatic StringQUOTETYPE_QuoteSelectedLinesQuote Selected Lines = Sstatic StringQUOTETYPE_QuoteTotalOnlyQuote 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 intget_AccessLevel()AccessLevelI_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_BPartner_LocationgetC_BPartner_Location()intgetC_BPartner_Location_ID()Get Partner Location.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.I_C_OrdergetC_Order()intgetC_Order_ID()Get Order.intgetC_RfQ_ID()Get RfQ.I_C_RfQ_TopicgetC_RfQ_Topic()intgetC_RfQ_Topic_ID()Get RfQ Topic.StringgetC_RfQ_UU()Get C_RfQ_UU.StringgetCopyLines()Get Copy Lines.StringgetCreatePO()Get Create PO.StringgetCreateSO()Get Create SO.TimestampgetDateResponse()Get Response Date.TimestampgetDateWorkComplete()Get Work Complete.TimestampgetDateWorkStart()Get Work Start.intgetDeliveryDays()Get Delivery Days.StringgetDescription()Get Description.StringgetDocumentNo()Get Document No.StringgetHelp()Get Comment/Help.KeyNamePairgetKeyNamePair()Get Record ID/ColumnNameBigDecimalgetMargin()Get Margin %.StringgetName()Get Name.StringgetPublishRfQ()Get Publish RfQ.StringgetQuoteType()Get RfQ Type.StringgetRankRfQ()Get Rank RfQ.I_AD_UsergetSalesRep()intgetSalesRep_ID()Get Sales Representative.protected POInfoinitPO(Properties ctx)Load Meta DatabooleanisInvitedVendorsOnly()Get Invited Vendors Only.booleanisProcessed()Get Processed.booleanisProcessing()Get Process Now.booleanisQuoteAllQty()Get Quote All Quantities.booleanisQuoteTotalAmt()Get Quote Total Amt.booleanisRfQResponseAccepted()Get Responses Accepted.booleanisSelfService()Get Self-Service.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_BPartner_Location_ID(int C_BPartner_Location_ID)Set Partner Location.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_Order_ID(int C_Order_ID)Set Order.voidsetC_RfQ_ID(int C_RfQ_ID)Set RfQ.voidsetC_RfQ_Topic_ID(int C_RfQ_Topic_ID)Set RfQ Topic.voidsetC_RfQ_UU(String C_RfQ_UU)Set C_RfQ_UU.voidsetCopyLines(String CopyLines)Set Copy Lines.voidsetCreatePO(String CreatePO)Set Create PO.voidsetCreateSO(String CreateSO)Set Create SO.voidsetDateResponse(Timestamp DateResponse)Set Response Date.voidsetDateWorkComplete(Timestamp DateWorkComplete)Set Work Complete.voidsetDateWorkStart(Timestamp DateWorkStart)Set Work Start.voidsetDeliveryDays(int DeliveryDays)Set Delivery Days.voidsetDescription(String Description)Set Description.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetHelp(String Help)Set Comment/Help.voidsetIsInvitedVendorsOnly(boolean IsInvitedVendorsOnly)Set Invited Vendors Only.voidsetIsQuoteAllQty(boolean IsQuoteAllQty)Set Quote All Quantities.voidsetIsQuoteTotalAmt(boolean IsQuoteTotalAmt)Set Quote Total Amt.voidsetIsRfQResponseAccepted(boolean IsRfQResponseAccepted)Set Responses Accepted.voidsetIsSelfService(boolean IsSelfService)Set Self-Service.voidsetMargin(BigDecimal Margin)Set Margin %.voidsetName(String Name)Set Name.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process Now.voidsetPublishRfQ(String PublishRfQ)Set Publish RfQ.voidsetQuoteType(String QuoteType)Set RfQ Type.voidsetRankRfQ(String RankRfQ)Set Rank RfQ.voidsetSalesRep_ID(int SalesRep_ID)Set Sales Representative.StringtoString()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_AccessLevelin 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_Userin interfaceI_C_RfQ- Throws:
RuntimeException
-
setAD_User_ID
public void setAD_User_ID(int AD_User_ID)
Set User/Contact.- Specified by:
setAD_User_IDin 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_IDin 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_BPartnerin interfaceI_C_RfQ- Throws:
RuntimeException
-
setC_BPartner_ID
public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.- Specified by:
setC_BPartner_IDin 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_IDin 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_Locationin 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_IDin 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_IDin 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_Currencyin interfaceI_C_RfQ- Throws:
RuntimeException
-
setC_Currency_ID
public void setC_Currency_ID(int C_Currency_ID)
Set Currency.- Specified by:
setC_Currency_IDin 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_IDin interfaceI_C_RfQ- Returns:
- The Currency for this record
-
setCopyLines
public void setCopyLines(String CopyLines)
Set Copy Lines.- Specified by:
setCopyLinesin interfaceI_C_RfQ- Parameters:
CopyLines- Copy Lines
-
getCopyLines
public String getCopyLines()
Get Copy Lines.- Specified by:
getCopyLinesin interfaceI_C_RfQ- Returns:
- Copy Lines
-
getC_Order
public I_C_Order getC_Order() throws RuntimeException
- Specified by:
getC_Orderin interfaceI_C_RfQ- Throws:
RuntimeException
-
setC_Order_ID
public void setC_Order_ID(int C_Order_ID)
Set Order.- Specified by:
setC_Order_IDin interfaceI_C_RfQ- Parameters:
C_Order_ID- Order
-
getC_Order_ID
public int getC_Order_ID()
Get Order.- Specified by:
getC_Order_IDin interfaceI_C_RfQ- Returns:
- Order
-
setCreatePO
public void setCreatePO(String CreatePO)
Set Create PO.- Specified by:
setCreatePOin interfaceI_C_RfQ- Parameters:
CreatePO- Create Purchase Order
-
getCreatePO
public String getCreatePO()
Get Create PO.- Specified by:
getCreatePOin interfaceI_C_RfQ- Returns:
- Create Purchase Order
-
setCreateSO
public void setCreateSO(String CreateSO)
Set Create SO.- Specified by:
setCreateSOin interfaceI_C_RfQ- Parameters:
CreateSO- Create SO
-
getCreateSO
public String getCreateSO()
Get Create SO.- Specified by:
getCreateSOin interfaceI_C_RfQ- Returns:
- Create SO
-
setC_RfQ_ID
public void setC_RfQ_ID(int C_RfQ_ID)
Set RfQ.- Specified by:
setC_RfQ_IDin interfaceI_C_RfQ- Parameters:
C_RfQ_ID- Request for Quotation
-
getC_RfQ_ID
public int getC_RfQ_ID()
Get RfQ.- Specified by:
getC_RfQ_IDin interfaceI_C_RfQ- Returns:
- Request for Quotation
-
getC_RfQ_Topic
public I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException
- Specified by:
getC_RfQ_Topicin 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_IDin 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_IDin 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_UUin 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_UUin interfaceI_C_RfQ- Returns:
- C_RfQ_UU
-
setDateResponse
public void setDateResponse(Timestamp DateResponse)
Set Response Date.- Specified by:
setDateResponsein interfaceI_C_RfQ- Parameters:
DateResponse- Date of the Response
-
getDateResponse
public Timestamp getDateResponse()
Get Response Date.- Specified by:
getDateResponsein interfaceI_C_RfQ- Returns:
- Date of the Response
-
setDateWorkComplete
public void setDateWorkComplete(Timestamp DateWorkComplete)
Set Work Complete.- Specified by:
setDateWorkCompletein interfaceI_C_RfQ- Parameters:
DateWorkComplete- Date when work is (planned to be) complete
-
getDateWorkComplete
public Timestamp getDateWorkComplete()
Get Work Complete.- Specified by:
getDateWorkCompletein interfaceI_C_RfQ- Returns:
- Date when work is (planned to be) complete
-
setDateWorkStart
public void setDateWorkStart(Timestamp DateWorkStart)
Set Work Start.- Specified by:
setDateWorkStartin interfaceI_C_RfQ- Parameters:
DateWorkStart- Date when work is (planned to be) started
-
getDateWorkStart
public Timestamp getDateWorkStart()
Get Work Start.- Specified by:
getDateWorkStartin interfaceI_C_RfQ- Returns:
- Date when work is (planned to be) started
-
setDeliveryDays
public void setDeliveryDays(int DeliveryDays)
Set Delivery Days.- Specified by:
setDeliveryDaysin interfaceI_C_RfQ- Parameters:
DeliveryDays- Number of Days (planned) until Delivery
-
getDeliveryDays
public int getDeliveryDays()
Get Delivery Days.- Specified by:
getDeliveryDaysin interfaceI_C_RfQ- Returns:
- Number of Days (planned) until Delivery
-
setDescription
public void setDescription(String Description)
Set Description.- Specified by:
setDescriptionin interfaceI_C_RfQ- Parameters:
Description- Optional short description of the record
-
getDescription
public String getDescription()
Get Description.- Specified by:
getDescriptionin interfaceI_C_RfQ- Returns:
- Optional short description of the record
-
setDocumentNo
public void setDocumentNo(String DocumentNo)
Set Document No.- Specified by:
setDocumentNoin interfaceI_C_RfQ- Parameters:
DocumentNo- Document sequence number of the document
-
getDocumentNo
public String getDocumentNo()
Get Document No.- Specified by:
getDocumentNoin 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:
setIsInvitedVendorsOnlyin interfaceI_C_RfQ- Parameters:
IsInvitedVendorsOnly- Only invited vendors can respond to an RfQ
-
isInvitedVendorsOnly
public boolean isInvitedVendorsOnly()
Get Invited Vendors Only.- Specified by:
isInvitedVendorsOnlyin interfaceI_C_RfQ- Returns:
- Only invited vendors can respond to an RfQ
-
setIsQuoteAllQty
public void setIsQuoteAllQty(boolean IsQuoteAllQty)
Set Quote All Quantities.- Specified by:
setIsQuoteAllQtyin interfaceI_C_RfQ- Parameters:
IsQuoteAllQty- Suppliers are requested to provide responses for all quantities
-
isQuoteAllQty
public boolean isQuoteAllQty()
Get Quote All Quantities.- Specified by:
isQuoteAllQtyin 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:
setIsQuoteTotalAmtin 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:
isQuoteTotalAmtin 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:
setIsRfQResponseAcceptedin interfaceI_C_RfQ- Parameters:
IsRfQResponseAccepted- Are Responses to the Request for Quotation accepted
-
isRfQResponseAccepted
public boolean isRfQResponseAccepted()
Get Responses Accepted.- Specified by:
isRfQResponseAcceptedin interfaceI_C_RfQ- Returns:
- Are Responses to the Request for Quotation accepted
-
setIsSelfService
public void setIsSelfService(boolean IsSelfService)
Set Self-Service.- Specified by:
setIsSelfServicein 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:
isSelfServicein 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:
setProcessedin interfaceI_C_RfQ- Parameters:
Processed- The document has been processed
-
isProcessed
public boolean isProcessed()
Get Processed.- Specified by:
isProcessedin interfaceI_C_RfQ- Returns:
- The document has been processed
-
setProcessing
public void setProcessing(boolean Processing)
Set Process Now.- Specified by:
setProcessingin interfaceI_C_RfQ- Parameters:
Processing- Process Now
-
isProcessing
public boolean isProcessing()
Get Process Now.- Specified by:
isProcessingin interfaceI_C_RfQ- Returns:
- Process Now
-
setPublishRfQ
public void setPublishRfQ(String PublishRfQ)
Set Publish RfQ.- Specified by:
setPublishRfQin interfaceI_C_RfQ- Parameters:
PublishRfQ- Publish RfQ
-
getPublishRfQ
public String getPublishRfQ()
Get Publish RfQ.- Specified by:
getPublishRfQin interfaceI_C_RfQ- Returns:
- Publish RfQ
-
setQuoteType
public void setQuoteType(String QuoteType)
Set RfQ Type.- Specified by:
setQuoteTypein interfaceI_C_RfQ- Parameters:
QuoteType- Request for Quotation Type
-
getQuoteType
public String getQuoteType()
Get RfQ Type.- Specified by:
getQuoteTypein interfaceI_C_RfQ- Returns:
- Request for Quotation Type
-
setRankRfQ
public void setRankRfQ(String RankRfQ)
Set Rank RfQ.- Specified by:
setRankRfQin interfaceI_C_RfQ- Parameters:
RankRfQ- Rank RfQ
-
getRankRfQ
public String getRankRfQ()
Get Rank RfQ.- Specified by:
getRankRfQin interfaceI_C_RfQ- Returns:
- Rank RfQ
-
getSalesRep
public I_AD_User getSalesRep() throws RuntimeException
- Specified by:
getSalesRepin interfaceI_C_RfQ- Throws:
RuntimeException
-
setSalesRep_ID
public void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.- Specified by:
setSalesRep_IDin interfaceI_C_RfQ- Parameters:
SalesRep_ID- Sales Representative or Company Agent
-
getSalesRep_ID
public int getSalesRep_ID()
Get Sales Representative.- Specified by:
getSalesRep_IDin interfaceI_C_RfQ- Returns:
- Sales Representative or Company Agent
-
-