Adempiere 3.5.2a

org.compiere.model
Interface I_C_RfQLine

All Known Implementing Classes:
MRfQLine, X_C_RfQLine

public interface I_C_RfQLine

Generated Interface for C_RfQLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_RfQ_ID
          Column name C_RfQ_ID
static String COLUMNNAME_C_RfQLine_ID
          Column name C_RfQLine_ID
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_Line
          Column name Line
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=676
static String Table_Name
          TableName=C_RfQLine
 
Method Summary
 int getC_RfQ_ID()
          Get RfQ.
 I_C_RfQ getC_RfQ()
           
 int getC_RfQLine_ID()
          Get RfQ Line.
 Timestamp getDateWorkComplete()
          Get Work Complete.
 Timestamp getDateWorkStart()
          Get Work Start.
 int getDeliveryDays()
          Get Delivery Days.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 int getLine()
          Get Line No.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 void setC_RfQ_ID(int C_RfQ_ID)
          Set RfQ.
 void setC_RfQLine_ID(int C_RfQLine_ID)
          Set RfQ Line.
 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 setLine(int Line)
          Set Line No.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_RfQLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=676


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_RfQ_ID

static final String COLUMNNAME_C_RfQ_ID
Column name C_RfQ_ID

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_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_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values
Method Detail

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_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


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


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setM_AttributeSetInstance_ID

void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance


getM_AttributeSetInstance_ID

int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance


setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

Adempiere 3.5.2a

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