Adempiere 3.5.2a

org.compiere.model
Interface I_C_RfQResponse

All Known Implementing Classes:
MRfQResponse, X_C_RfQResponse

public interface I_C_RfQResponse

Generated Interface for C_RfQResponse

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_BPartner_Location_ID
          Column name C_BPartner_Location_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_RfQ_ID
          Column name C_RfQ_ID
static String COLUMNNAME_C_RfQResponse_ID
          Column name C_RfQResponse_ID
static String COLUMNNAME_CheckComplete
          Column name CheckComplete
static String COLUMNNAME_DateInvited
          Column name DateInvited
static String COLUMNNAME_DateResponse
          Column name DateResponse
static String COLUMNNAME_DateWorkComplete
          Column name DateWorkComplete
static String COLUMNNAME_DateWorkStart
          Column name DateWorkStart
static String COLUMNNAME_DeliveryDays
          Column name DeliveryDays
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsComplete
          Column name IsComplete
static String COLUMNNAME_IsSelectedWinner
          Column name IsSelectedWinner
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Price
          Column name Price
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Ranking
          Column name Ranking
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=674
static String Table_Name
          TableName=C_RfQResponse
 
Method Summary
 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.
 I_C_RfQ getC_RfQ()
           
 int getC_RfQResponse_ID()
          Get RfQ Response.
 String getCheckComplete()
          Get Check Complete
 Timestamp getDateInvited()
          Get Invited.
 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 getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 BigDecimal getPrice()
          Get Price.
 int getRanking()
          Get Ranking.
 boolean isComplete()
          Get Complete.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 boolean isSelectedWinner()
          Get Selected Winner.
 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_RfQResponse_ID(int C_RfQResponse_ID)
          Set RfQ Response.
 void setCheckComplete(String CheckComplete)
          Set Check Complete
 void setDateInvited(Timestamp DateInvited)
          Set Invited.
 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 setHelp(String Help)
          Set Comment/Help.
 void setIsComplete(boolean IsComplete)
          Set Complete.
 void setIsSelectedWinner(boolean IsSelectedWinner)
          Set Selected Winner.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setName(String Name)
          Set Name.
 void setPrice(BigDecimal Price)
          Set Price.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setRanking(int Ranking)
          Set Ranking.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_RfQResponse

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=674


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_Location_ID

static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_CheckComplete

static final String COLUMNNAME_CheckComplete
Column name CheckComplete

See Also:
Constant Field Values

COLUMNNAME_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID

See Also:
Constant Field Values

COLUMNNAME_C_RfQ_ID

static final String COLUMNNAME_C_RfQ_ID
Column name C_RfQ_ID

See Also:
Constant Field Values

COLUMNNAME_C_RfQResponse_ID

static final String COLUMNNAME_C_RfQResponse_ID
Column name C_RfQResponse_ID

See Also:
Constant Field Values

COLUMNNAME_DateInvited

static final String COLUMNNAME_DateInvited
Column name DateInvited

See Also:
Constant Field Values

COLUMNNAME_DateResponse

static final String COLUMNNAME_DateResponse
Column name DateResponse

See Also:
Constant Field Values

COLUMNNAME_DateWorkComplete

static final String COLUMNNAME_DateWorkComplete
Column name DateWorkComplete

See Also:
Constant Field Values

COLUMNNAME_DateWorkStart

static final String COLUMNNAME_DateWorkStart
Column name DateWorkStart

See Also:
Constant Field Values

COLUMNNAME_DeliveryDays

static final String COLUMNNAME_DeliveryDays
Column name DeliveryDays

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsComplete

static final String COLUMNNAME_IsComplete
Column name IsComplete

See Also:
Constant Field Values

COLUMNNAME_IsSelectedWinner

static final String COLUMNNAME_IsSelectedWinner
Column name IsSelectedWinner

See Also:
Constant Field Values

COLUMNNAME_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Price

static final String COLUMNNAME_Price
Column name Price

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Ranking

static final String COLUMNNAME_Ranking
Column name Ranking

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_BPartner_Location_ID

void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location_ID

int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location

I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setCheckComplete

void setCheckComplete(String CheckComplete)
Set Check Complete


getCheckComplete

String getCheckComplete()
Get Check Complete


setC_Order_ID

void setC_Order_ID(int C_Order_ID)
Set Order. Order


getC_Order_ID

int getC_Order_ID()
Get Order. Order


getC_Order

I_C_Order getC_Order()
                     throws Exception
Throws:
Exception

setC_RfQ_ID

void setC_RfQ_ID(int C_RfQ_ID)
Set RfQ. Request for Quotation


getC_RfQ_ID

int getC_RfQ_ID()
Get RfQ. Request for Quotation


getC_RfQ

I_C_RfQ getC_RfQ()
                 throws Exception
Throws:
Exception

setC_RfQResponse_ID

void setC_RfQResponse_ID(int C_RfQResponse_ID)
Set RfQ Response. Request for Quotation Response from a potential Vendor


getC_RfQResponse_ID

int getC_RfQResponse_ID()
Get RfQ Response. Request for Quotation Response from a potential Vendor


setDateInvited

void setDateInvited(Timestamp DateInvited)
Set Invited. Date when (last) invitation was sent


getDateInvited

Timestamp getDateInvited()
Get Invited. Date when (last) invitation was sent


setDateResponse

void setDateResponse(Timestamp DateResponse)
Set Response Date. Date of the Response


getDateResponse

Timestamp getDateResponse()
Get Response Date. Date of the Response


setDateWorkComplete

void setDateWorkComplete(Timestamp DateWorkComplete)
Set Work Complete. Date when work is (planned to be) complete


getDateWorkComplete

Timestamp getDateWorkComplete()
Get Work Complete. Date when work is (planned to be) complete


setDateWorkStart

void setDateWorkStart(Timestamp DateWorkStart)
Set Work Start. Date when work is (planned to be) started


getDateWorkStart

Timestamp getDateWorkStart()
Get Work Start. Date when work is (planned to be) started


setDeliveryDays

void setDeliveryDays(int DeliveryDays)
Set Delivery Days. Number of Days (planned) until Delivery


getDeliveryDays

int getDeliveryDays()
Get Delivery Days. Number of Days (planned) until Delivery


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsComplete

void setIsComplete(boolean IsComplete)
Set Complete. It is complete


isComplete

boolean isComplete()
Get Complete. It is complete


setIsSelectedWinner

void setIsSelectedWinner(boolean IsSelectedWinner)
Set Selected Winner. The resonse is the selected winner


isSelectedWinner

boolean isSelectedWinner()
Get Selected Winner. The resonse is the selected winner


setIsSelfService

void setIsSelfService(boolean IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


isSelfService

boolean isSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPrice

void setPrice(BigDecimal Price)
Set Price. Price


getPrice

BigDecimal getPrice()
Get Price. Price


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setRanking

void setRanking(int Ranking)
Set Ranking. Relative Rank Number


getRanking

int getRanking()
Get Ranking. Relative Rank Number


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.