Package org.compiere.model
Interface I_C_RfQLine
-
- All Known Implementing Classes:
MRfQLine,X_C_RfQLine
public interface I_C_RfQLineGenerated Interface for C_RfQLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_RfQ_IDColumn name C_RfQ_IDstatic StringCOLUMNNAME_C_RfQLine_IDColumn name C_RfQLine_IDstatic StringCOLUMNNAME_C_RfQLine_UUColumn name C_RfQLine_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateWorkCompleteColumn name DateWorkCompletestatic StringCOLUMNNAME_DateWorkStartColumn name DateWorkStartstatic StringCOLUMNNAME_DeliveryDaysColumn name DeliveryDaysstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=676static StringTable_NameTableName=C_RfQLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_RfQgetC_RfQ()intgetC_RfQ_ID()Get RfQ.intgetC_RfQLine_ID()Get RfQ Line.StringgetC_RfQLine_UU()Get C_RfQLine_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateWorkComplete()Get Work Complete.TimestampgetDateWorkStart()Get Work Start.intgetDeliveryDays()Get Delivery Days.StringgetDescription()Get Description.StringgetHelp()Get Comment/Help.intgetLine()Get Line No.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_RfQ_ID(int C_RfQ_ID)Set RfQ.voidsetC_RfQLine_ID(int C_RfQLine_ID)Set RfQ Line.voidsetC_RfQLine_UU(String C_RfQLine_UU)Set C_RfQLine_UUvoidsetDateWorkComplete(Timestamp DateWorkComplete)Set Work Complete.voidsetDateWorkStart(Timestamp DateWorkStart)Set Work Start.voidsetDeliveryDays(int DeliveryDays)Set Delivery Days.voidsetDescription(String Description)Set Description.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetLine(int Line)Set Line No.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_RfQLine_ID
static final String COLUMNNAME_C_RfQLine_ID
Column name C_RfQLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQLine_UU
static final String COLUMNNAME_C_RfQLine_UU
Column name C_RfQLine_UU- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
setC_RfQLine_UU
void setC_RfQLine_UU(String C_RfQLine_UU)
Set C_RfQLine_UU
-
getC_RfQLine_UU
String getC_RfQLine_UU()
Get C_RfQLine_UU
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-