Package org.eevolution.model
Interface I_PP_Order_BOM
-
- All Known Implementing Classes:
X_PP_Order_BOM
public interface I_PP_Order_BOMGenerated Interface for PP_Order_BOM- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_BOMTypeColumn name BOMTypestatic StringCOLUMNNAME_BOMUseColumn name BOMUsestatic StringCOLUMNNAME_C_UOM_IDColumn name C_UOM_IDstatic StringCOLUMNNAME_CopyFromColumn name CopyFromstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DocumentNoColumn name DocumentNostatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_ChangeNotice_IDColumn name M_ChangeNotice_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PP_Order_BOM_IDColumn name PP_Order_BOM_IDstatic StringCOLUMNNAME_PP_Order_BOM_UUColumn name PP_Order_BOM_UUstatic StringCOLUMNNAME_PP_Order_IDColumn name PP_Order_IDstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_RevisionColumn name Revisionstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValidFromColumn name ValidFromstatic StringCOLUMNNAME_ValidToColumn name ValidTostatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53026static StringTable_NameTableName=PP_Order_BOM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetBOMType()Get BOM Type.StringgetBOMUse()Get BOM Use.I_C_UOMgetC_UOM()intgetC_UOM_ID()Get UOM.StringgetCopyFrom()Get Copy From.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetDocumentNo()Get Document No.StringgetHelp()Get Comment/Help.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_ChangeNoticegetM_ChangeNotice()intgetM_ChangeNotice_ID()Get Change Notice.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetName()Get Name.I_PP_OrdergetPP_Order()intgetPP_Order_BOM_ID()Get Manufacturing Order BOMStringgetPP_Order_BOM_UU()Get PP_Order_BOM_UUintgetPP_Order_ID()Get Manufacturing Order.StringgetRevision()Get RevisionTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.TimestampgetValidFrom()Get Valid from.TimestampgetValidTo()Get Valid to.StringgetValue()Get Search Key.booleanisActive()Get Active.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetBOMType(String BOMType)Set BOM Type.voidsetBOMUse(String BOMUse)Set BOM Use.voidsetC_UOM_ID(int C_UOM_ID)Set UOM.voidsetCopyFrom(String CopyFrom)Set Copy From.voidsetDescription(String Description)Set Description.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_ChangeNotice_ID(int M_ChangeNotice_ID)Set Change Notice.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetName(String Name)Set Name.voidsetPP_Order_BOM_ID(int PP_Order_BOM_ID)Set Manufacturing Order BOMvoidsetPP_Order_BOM_UU(String PP_Order_BOM_UU)Set PP_Order_BOM_UUvoidsetPP_Order_ID(int PP_Order_ID)Set Manufacturing Order.voidsetProcessing(boolean Processing)Set Process NowvoidsetRevision(String Revision)Set RevisionvoidsetValidFrom(Timestamp ValidFrom)Set Valid from.voidsetValidTo(Timestamp ValidTo)Set Valid to.voidsetValue(String Value)Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PP_Order_BOM- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53026- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - 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_BOMType
static final String COLUMNNAME_BOMType
Column name BOMType- See Also:
- Constant Field Values
-
COLUMNNAME_BOMUse
static final String COLUMNNAME_BOMUse
Column name BOMUse- See Also:
- Constant Field Values
-
COLUMNNAME_CopyFrom
static final String COLUMNNAME_CopyFrom
Column name CopyFrom- 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_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- 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_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_ChangeNotice_ID
static final String COLUMNNAME_M_ChangeNotice_ID
Column name M_ChangeNotice_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_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Order_BOM_ID
static final String COLUMNNAME_PP_Order_BOM_ID
Column name PP_Order_BOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Order_BOM_UU
static final String COLUMNNAME_PP_Order_BOM_UU
Column name PP_Order_BOM_UU- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Order_ID
static final String COLUMNNAME_PP_Order_ID
Column name PP_Order_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_Revision
static final String COLUMNNAME_Revision
Column name Revision- 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
-
COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
- Constant Field Values
-
COLUMNNAME_ValidTo
static final String COLUMNNAME_ValidTo
Column name ValidTo- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- 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
-
setBOMType
void setBOMType(String BOMType)
Set BOM Type. Type of BOM
-
getBOMType
String getBOMType()
Get BOM Type. Type of BOM
-
setBOMUse
void setBOMUse(String BOMUse)
Set BOM Use. The use of the Bill of Material
-
getBOMUse
String getBOMUse()
Get BOM Use. The use of the Bill of Material
-
setCopyFrom
void setCopyFrom(String CopyFrom)
Set Copy From. Copy From Record
-
getCopyFrom
String getCopyFrom()
Get Copy From. Copy From Record
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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 RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocumentNo
void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document
-
getDocumentNo
String getDocumentNo()
Get Document No. Document sequence number of the document
-
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
-
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_ChangeNotice_ID
void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. Bill of Materials (Engineering) Change Notice (Version)
-
getM_ChangeNotice_ID
int getM_ChangeNotice_ID()
Get Change Notice. Bill of Materials (Engineering) Change Notice (Version)
-
getM_ChangeNotice
I_M_ChangeNotice getM_ChangeNotice() 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
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPP_Order_BOM_ID
void setPP_Order_BOM_ID(int PP_Order_BOM_ID)
Set Manufacturing Order BOM
-
getPP_Order_BOM_ID
int getPP_Order_BOM_ID()
Get Manufacturing Order BOM
-
setPP_Order_BOM_UU
void setPP_Order_BOM_UU(String PP_Order_BOM_UU)
Set PP_Order_BOM_UU
-
getPP_Order_BOM_UU
String getPP_Order_BOM_UU()
Get PP_Order_BOM_UU
-
setPP_Order_ID
void setPP_Order_ID(int PP_Order_ID)
Set Manufacturing Order. Manufacturing Order
-
getPP_Order_ID
int getPP_Order_ID()
Get Manufacturing Order. Manufacturing Order
-
getPP_Order
I_PP_Order getPP_Order() throws RuntimeException
- Throws:
RuntimeException
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setRevision
void setRevision(String Revision)
Set Revision
-
getRevision
String getRevision()
Get Revision
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValidFrom
void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)
-
getValidFrom
Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)
-
setValidTo
void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)
-
getValidTo
Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-