|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_RfQ
public class X_C_RfQ
Generated Model for C_RfQ
| Field Summary | |
|---|---|
static int |
QUOTETYPE_AD_Reference_ID
QuoteType AD_Reference_ID=314 |
static String |
QUOTETYPE_QuoteAllLines
Quote All Lines = A |
static String |
QUOTETYPE_QuoteSelectedLines
Quote Selected Lines = S |
static String |
QUOTETYPE_QuoteTotalOnly
Quote Total only = T |
static int |
SALESREP_ID_AD_Reference_ID
SalesRep_ID AD_Reference_ID=190 |
| 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, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_RfQ(Properties ctx,
int C_RfQ_ID,
String trxName)
Standard Constructor |
|
X_C_RfQ(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
int |
getC_BPartner_ID()
Get Business Partner . |
int |
getC_BPartner_Location_ID()
Get Partner Location. |
I_C_BPartner_Location |
getC_BPartner_Location()
|
I_C_BPartner |
getC_BPartner()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_Order_ID()
Get Order. |
I_C_Order |
getC_Order()
|
int |
getC_RfQ_ID()
Get RfQ. |
int |
getC_RfQ_Topic_ID()
Get RfQ Topic. |
I_C_RfQ_Topic |
getC_RfQ_Topic()
|
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/ColumnName |
BigDecimal |
getMargin()
Get Margin %. |
String |
getName()
Get Name. |
String |
getPublishRfQ()
Get Publish RfQ. |
String |
getQuoteType()
Get RfQ Type. |
String |
getRankRfQ()
Get Rank RfQ. |
int |
getSalesRep_ID()
Get Sales Representative. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
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 |
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 java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int QUOTETYPE_AD_Reference_ID
public static final String QUOTETYPE_QuoteTotalOnly
public static final String QUOTETYPE_QuoteSelectedLines
public static final String QUOTETYPE_QuoteAllLines
public static final int SALESREP_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_RfQ(Properties ctx,
int C_RfQ_ID,
String trxName)
public X_C_RfQ(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_C_RfQExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_C_RfQAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_C_RfQ
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_RfQExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_RfQC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_RfQ
public I_C_BPartner_Location getC_BPartner_Location()
throws Exception
getC_BPartner_Location in interface I_C_RfQExceptionpublic void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
setC_BPartner_Location_ID in interface I_C_RfQC_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
getC_BPartner_Location_ID in interface I_C_RfQ
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_RfQExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_RfQC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_RfQpublic void setCopyLines(String CopyLines)
setCopyLines in interface I_C_RfQCopyLines - Copy Linespublic String getCopyLines()
getCopyLines in interface I_C_RfQ
public I_C_Order getC_Order()
throws Exception
getC_Order in interface I_C_RfQExceptionpublic void setC_Order_ID(int C_Order_ID)
setC_Order_ID in interface I_C_RfQC_Order_ID - Orderpublic int getC_Order_ID()
getC_Order_ID in interface I_C_RfQpublic void setCreatePO(String CreatePO)
setCreatePO in interface I_C_RfQCreatePO - Create Purchase Orderpublic String getCreatePO()
getCreatePO in interface I_C_RfQpublic void setCreateSO(String CreateSO)
setCreateSO in interface I_C_RfQCreateSO - Create SOpublic String getCreateSO()
getCreateSO in interface I_C_RfQpublic void setC_RfQ_ID(int C_RfQ_ID)
setC_RfQ_ID in interface I_C_RfQC_RfQ_ID - Request for Quotationpublic int getC_RfQ_ID()
getC_RfQ_ID in interface I_C_RfQ
public I_C_RfQ_Topic getC_RfQ_Topic()
throws Exception
getC_RfQ_Topic in interface I_C_RfQExceptionpublic void setC_RfQ_Topic_ID(int C_RfQ_Topic_ID)
setC_RfQ_Topic_ID in interface I_C_RfQC_RfQ_Topic_ID - Topic for Request for Quotationspublic int getC_RfQ_Topic_ID()
getC_RfQ_Topic_ID in interface I_C_RfQpublic void setDateResponse(Timestamp DateResponse)
setDateResponse in interface I_C_RfQDateResponse - Date of the Responsepublic Timestamp getDateResponse()
getDateResponse in interface I_C_RfQpublic void setDateWorkComplete(Timestamp DateWorkComplete)
setDateWorkComplete in interface I_C_RfQDateWorkComplete - Date when work is (planned to be) completepublic Timestamp getDateWorkComplete()
getDateWorkComplete in interface I_C_RfQpublic void setDateWorkStart(Timestamp DateWorkStart)
setDateWorkStart in interface I_C_RfQDateWorkStart - Date when work is (planned to be) startedpublic Timestamp getDateWorkStart()
getDateWorkStart in interface I_C_RfQpublic void setDeliveryDays(int DeliveryDays)
setDeliveryDays in interface I_C_RfQDeliveryDays - Number of Days (planned) until Deliverypublic int getDeliveryDays()
getDeliveryDays in interface I_C_RfQpublic void setDescription(String Description)
setDescription in interface I_C_RfQDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_RfQpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_C_RfQDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_C_RfQpublic KeyNamePair getKeyNamePair()
public void setHelp(String Help)
setHelp in interface I_C_RfQHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_C_RfQpublic void setIsInvitedVendorsOnly(boolean IsInvitedVendorsOnly)
setIsInvitedVendorsOnly in interface I_C_RfQIsInvitedVendorsOnly - Only invited vendors can respond to an RfQpublic boolean isInvitedVendorsOnly()
isInvitedVendorsOnly in interface I_C_RfQpublic void setIsQuoteAllQty(boolean IsQuoteAllQty)
setIsQuoteAllQty in interface I_C_RfQIsQuoteAllQty - Suppliers are requested to provide responses for all quantitiespublic boolean isQuoteAllQty()
isQuoteAllQty in interface I_C_RfQpublic void setIsQuoteTotalAmt(boolean IsQuoteTotalAmt)
setIsQuoteTotalAmt in interface I_C_RfQIsQuoteTotalAmt - The respnse can have just the total amount for the RfQpublic boolean isQuoteTotalAmt()
isQuoteTotalAmt in interface I_C_RfQpublic void setIsRfQResponseAccepted(boolean IsRfQResponseAccepted)
setIsRfQResponseAccepted in interface I_C_RfQIsRfQResponseAccepted - Are Resonses to the Request for Quotation acceptedpublic boolean isRfQResponseAccepted()
isRfQResponseAccepted in interface I_C_RfQpublic void setIsSelfService(boolean IsSelfService)
setIsSelfService in interface I_C_RfQIsSelfService - This is a Self-Service entry or this entry can be changed via Self-Servicepublic boolean isSelfService()
isSelfService in interface I_C_RfQpublic void setMargin(BigDecimal Margin)
setMargin in interface I_C_RfQMargin - Margin for a product as a percentagepublic BigDecimal getMargin()
getMargin in interface I_C_RfQpublic void setName(String Name)
setName in interface I_C_RfQName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_RfQpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_RfQProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_RfQpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_RfQProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_RfQpublic void setPublishRfQ(String PublishRfQ)
setPublishRfQ in interface I_C_RfQPublishRfQ - Publish RfQpublic String getPublishRfQ()
getPublishRfQ in interface I_C_RfQpublic void setQuoteType(String QuoteType)
setQuoteType in interface I_C_RfQQuoteType - Request for Quotation Typepublic String getQuoteType()
getQuoteType in interface I_C_RfQpublic void setRankRfQ(String RankRfQ)
setRankRfQ in interface I_C_RfQRankRfQ - Rank RfQpublic String getRankRfQ()
getRankRfQ in interface I_C_RfQpublic void setSalesRep_ID(int SalesRep_ID)
setSalesRep_ID in interface I_C_RfQSalesRep_ID - Sales Representative or Company Agentpublic int getSalesRep_ID()
getSalesRep_ID in interface I_C_RfQ
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||