Adempiere 3.5.2a

org.compiere.model
Interface I_C_RfQLineQty

All Known Implementing Classes:
MRfQLineQty, X_C_RfQLineQty

public interface I_C_RfQLineQty

Generated Interface for C_RfQLineQty

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_BenchmarkPrice
          Column name BenchmarkPrice
static String COLUMNNAME_BestResponseAmt
          Column name BestResponseAmt
static String COLUMNNAME_C_RfQLine_ID
          Column name C_RfQLine_ID
static String COLUMNNAME_C_RfQLineQty_ID
          Column name C_RfQLineQty_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_IsOfferQty
          Column name IsOfferQty
static String COLUMNNAME_IsPurchaseQty
          Column name IsPurchaseQty
static String COLUMNNAME_IsRfQQty
          Column name IsRfQQty
static String COLUMNNAME_Margin
          Column name Margin
static String COLUMNNAME_OfferAmt
          Column name OfferAmt
static String COLUMNNAME_Qty
          Column name Qty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=675
static String Table_Name
          TableName=C_RfQLineQty
 
Method Summary
 BigDecimal getBenchmarkPrice()
          Get Benchmark Price.
 BigDecimal getBestResponseAmt()
          Get Best Response Amount.
 int getC_RfQLine_ID()
          Get RfQ Line.
 I_C_RfQLine getC_RfQLine()
           
 int getC_RfQLineQty_ID()
          Get RfQ Line Quantity.
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 BigDecimal getMargin()
          Get Margin %.
 BigDecimal getOfferAmt()
          Get Offer Amount.
 BigDecimal getQty()
          Get Quantity.
 boolean isOfferQty()
          Get Offer Quantity.
 boolean isPurchaseQty()
          Get Purchase Quantity.
 boolean isRfQQty()
          Get RfQ Quantity.
 void setBenchmarkPrice(BigDecimal BenchmarkPrice)
          Set Benchmark Price.
 void setBestResponseAmt(BigDecimal BestResponseAmt)
          Set Best Response Amount.
 void setC_RfQLine_ID(int C_RfQLine_ID)
          Set RfQ Line.
 void setC_RfQLineQty_ID(int C_RfQLineQty_ID)
          Set RfQ Line Quantity.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setIsOfferQty(boolean IsOfferQty)
          Set Offer Quantity.
 void setIsPurchaseQty(boolean IsPurchaseQty)
          Set Purchase Quantity.
 void setIsRfQQty(boolean IsRfQQty)
          Set RfQ Quantity.
 void setMargin(BigDecimal Margin)
          Set Margin %.
 void setOfferAmt(BigDecimal OfferAmt)
          Set Offer Amount.
 void setQty(BigDecimal Qty)
          Set Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_RfQLineQty

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=675


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_BenchmarkPrice

static final String COLUMNNAME_BenchmarkPrice
Column name BenchmarkPrice

See Also:
Constant Field Values

COLUMNNAME_BestResponseAmt

static final String COLUMNNAME_BestResponseAmt
Column name BestResponseAmt

See Also:
Constant Field Values

COLUMNNAME_C_RfQLine_ID

static final String COLUMNNAME_C_RfQLine_ID
Column name C_RfQLine_ID

See Also:
Constant Field Values

COLUMNNAME_C_RfQLineQty_ID

static final String COLUMNNAME_C_RfQLineQty_ID
Column name C_RfQLineQty_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_IsOfferQty

static final String COLUMNNAME_IsOfferQty
Column name IsOfferQty

See Also:
Constant Field Values

COLUMNNAME_IsPurchaseQty

static final String COLUMNNAME_IsPurchaseQty
Column name IsPurchaseQty

See Also:
Constant Field Values

COLUMNNAME_IsRfQQty

static final String COLUMNNAME_IsRfQQty
Column name IsRfQQty

See Also:
Constant Field Values

COLUMNNAME_Margin

static final String COLUMNNAME_Margin
Column name Margin

See Also:
Constant Field Values

COLUMNNAME_OfferAmt

static final String COLUMNNAME_OfferAmt
Column name OfferAmt

See Also:
Constant Field Values

COLUMNNAME_Qty

static final String COLUMNNAME_Qty
Column name Qty

See Also:
Constant Field Values
Method Detail

setBenchmarkPrice

void setBenchmarkPrice(BigDecimal BenchmarkPrice)
Set Benchmark Price. Price to compare responses to


getBenchmarkPrice

BigDecimal getBenchmarkPrice()
Get Benchmark Price. Price to compare responses to


setBestResponseAmt

void setBestResponseAmt(BigDecimal BestResponseAmt)
Set Best Response Amount. Best Response Amount


getBestResponseAmt

BigDecimal getBestResponseAmt()
Get Best Response Amount. Best Response Amount


setC_RfQLine_ID

void setC_RfQLine_ID(int C_RfQLine_ID)
Set RfQ Line. Request for Quotation Line


getC_RfQLine_ID

int getC_RfQLine_ID()
Get RfQ Line. Request for Quotation Line


getC_RfQLine

I_C_RfQLine getC_RfQLine()
                         throws Exception
Throws:
Exception

setC_RfQLineQty_ID

void setC_RfQLineQty_ID(int C_RfQLineQty_ID)
Set RfQ Line Quantity. Request for Quotation Line Quantity


getC_RfQLineQty_ID

int getC_RfQLineQty_ID()
Get RfQ Line Quantity. Request for Quotation Line Quantity


setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setIsOfferQty

void setIsOfferQty(boolean IsOfferQty)
Set Offer Quantity. This quantity is used in the Offer to the Customer


isOfferQty

boolean isOfferQty()
Get Offer Quantity. This quantity is used in the Offer to the Customer


setIsPurchaseQty

void setIsPurchaseQty(boolean IsPurchaseQty)
Set Purchase Quantity. This quantity is used in the Purchase Order to the Supplier


isPurchaseQty

boolean isPurchaseQty()
Get Purchase Quantity. This quantity is used in the Purchase Order to the Supplier


setIsRfQQty

void setIsRfQQty(boolean IsRfQQty)
Set RfQ Quantity. The quantity is used when generating RfQ Responses


isRfQQty

boolean isRfQQty()
Get RfQ Quantity. The quantity is used when generating RfQ Responses


setMargin

void setMargin(BigDecimal Margin)
Set Margin %. Margin for a product as a percentage


getMargin

BigDecimal getMargin()
Get Margin %. Margin for a product as a percentage


setOfferAmt

void setOfferAmt(BigDecimal OfferAmt)
Set Offer Amount. Amount of the Offer


getOfferAmt

BigDecimal getOfferAmt()
Get Offer Amount. Amount of the Offer


setQty

void setQty(BigDecimal Qty)
Set Quantity. Quantity


getQty

BigDecimal getQty()
Get Quantity. Quantity


Adempiere 3.5.2a

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