|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_RfQ
public class X_C_RfQ
Generated Model for C_RfQ
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
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 |
static int |
Table_ID
AD_Table_ID=677 |
static String |
Table_Name
TableName=C_RfQ |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_RfQ(Ctx ctx,
int C_RfQ_ID,
String trxName)
Standard Constructor |
|
X_C_RfQ(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_User_ID()
Get User/Contact. |
int |
getC_BPartner_ID()
Get Business Partner. |
int |
getC_BPartner_Location_ID()
Get Partner Location. |
int |
getC_Currency_ID()
Get Currency. |
int |
getC_Order_ID()
Get Order. |
int |
getC_RfQ_ID()
Get RfQ. |
int |
getC_RfQ_Topic_ID()
Get 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. |
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 Representative. |
protected POInfo |
initPO(Ctx 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 |
isQuoteTypeValid(String test)
Is test a valid value. |
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. |
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 Representative. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int QUOTETYPE_AD_Reference_ID
public static final String QUOTETYPE_QuoteAllLines
public static final String QUOTETYPE_QuoteSelectedLines
public static final String QUOTETYPE_QuoteTotalOnly
public static final int SALESREP_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_RfQ(Ctx ctx,
int C_RfQ_ID,
String trxName)
ctx - contextC_RfQ_ID - idtrxName - transaction
public X_C_RfQ(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_User_ID(int AD_User_ID)
AD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
public void setC_BPartner_ID(int C_BPartner_ID)
C_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
public void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
public void setC_Currency_ID(int C_Currency_ID)
C_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
public void setC_Order_ID(int C_Order_ID)
C_Order_ID - Orderpublic int getC_Order_ID()
public void setC_RfQ_ID(int C_RfQ_ID)
C_RfQ_ID - Request for Quotationpublic int getC_RfQ_ID()
public void setC_RfQ_Topic_ID(int C_RfQ_Topic_ID)
C_RfQ_Topic_ID - Topic for Request for Quotationspublic int getC_RfQ_Topic_ID()
public void setCopyLines(String CopyLines)
CopyLines - Copy Linespublic String getCopyLines()
public void setCreatePO(String CreatePO)
CreatePO - Create Purchase Orderpublic String getCreatePO()
public void setCreateSO(String CreateSO)
CreateSO - Create SOpublic String getCreateSO()
public void setDateResponse(Timestamp DateResponse)
DateResponse - Date of the Responsepublic Timestamp getDateResponse()
public void setDateWorkComplete(Timestamp DateWorkComplete)
DateWorkComplete - Date when work is (planned to be) completepublic Timestamp getDateWorkComplete()
public void setDateWorkStart(Timestamp DateWorkStart)
DateWorkStart - Date when work is (planned to be) startedpublic Timestamp getDateWorkStart()
public void setDeliveryDays(int DeliveryDays)
DeliveryDays - Number of Days (planned) until Deliverypublic int getDeliveryDays()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDocumentNo(String DocumentNo)
DocumentNo - Document sequence number of the documentpublic String getDocumentNo()
public KeyNamePair getKeyNamePair()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsInvitedVendorsOnly(boolean IsInvitedVendorsOnly)
IsInvitedVendorsOnly - Only invited vendors can respond to an RfQpublic boolean isInvitedVendorsOnly()
public void setIsQuoteAllQty(boolean IsQuoteAllQty)
IsQuoteAllQty - Suppliers are requested to provide responses for all quantitiespublic boolean isQuoteAllQty()
public void setIsQuoteTotalAmt(boolean IsQuoteTotalAmt)
IsQuoteTotalAmt - The response can have just the total amount for the RfQpublic boolean isQuoteTotalAmt()
public void setIsRfQResponseAccepted(boolean IsRfQResponseAccepted)
IsRfQResponseAccepted - Are Responses to the Request for Quotation acceptedpublic boolean isRfQResponseAccepted()
public void setIsSelfService(boolean IsSelfService)
IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Servicepublic boolean isSelfService()
public void setMargin(BigDecimal Margin)
Margin - Margin for a product as a percentagepublic BigDecimal getMargin()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
public void setPublishRfQ(String PublishRfQ)
PublishRfQ - Publish RfQpublic String getPublishRfQ()
public boolean isQuoteTypeValid(String test)
test - testvalue
public void setQuoteType(String QuoteType)
QuoteType - Request for Quotation Typepublic String getQuoteType()
public void setRankRfQ(String RankRfQ)
RankRfQ - Rank RfQpublic String getRankRfQ()
public void setSalesRep_ID(int SalesRep_ID)
SalesRep_ID - Company Agent like Sales Representative, Purchase Agent, and Customer Service Representative...public int getSalesRep_ID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||