Package org.eevolution.model
Interface I_PP_WF_Node_Product
- All Known Implementing Classes:
X_PP_WF_Node_Product
public interface I_PP_WF_Node_Product
Generated Interface for PP_WF_Node_Product
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_WF_Node_IDstatic final String
Column name ConfigurationLevelstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name EntityTypestatic final String
Column name IsActivestatic final String
Column name IsSubcontractingstatic final String
Column name M_Product_IDstatic final String
Column name PP_WF_Node_Product_IDstatic final String
Column name PP_WF_Node_Product_UUstatic final String
Column name Qtystatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53016static final String
TableName=PP_WF_Node_Product -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Node.Get Configuration Level.Get Created.int
Get Created By.Get Entity Type.int
Get Product.int
Get Workflow Node ProductGet PP_WF_Node_Product_UUgetQty()
Get Quantity.int
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Is Subcontractingvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_WF_Node_ID
(int AD_WF_Node_ID) Set Node.void
setConfigurationLevel
(String ConfigurationLevel) Set Configuration Level.void
setEntityType
(String EntityType) Set Entity Type.void
setIsActive
(boolean IsActive) Set Active.void
setIsSubcontracting
(boolean IsSubcontracting) Set Is Subcontractingvoid
setM_Product_ID
(int M_Product_ID) Set Product.void
setPP_WF_Node_Product_ID
(int PP_WF_Node_Product_ID) Set Workflow Node Productvoid
setPP_WF_Node_Product_UU
(String PP_WF_Node_Product_UU) Set PP_WF_Node_Product_UUvoid
setQty
(BigDecimal Qty) Set Quantity.void
setSeqNo
(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=PP_WF_Node_Product- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53016- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_ID- See Also:
-
COLUMNNAME_ConfigurationLevel
Column name ConfigurationLevel- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsSubcontracting
Column name IsSubcontracting- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_PP_WF_Node_Product_ID
Column name PP_WF_Node_Product_ID- See Also:
-
COLUMNNAME_PP_WF_Node_Product_UU
Column name PP_WF_Node_Product_UU- See Also:
-
COLUMNNAME_Qty
Column name Qty- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_WF_Node_ID
void setAD_WF_Node_ID(int AD_WF_Node_ID) Set Node. Workflow Node (activity), step or process -
getAD_WF_Node_ID
int getAD_WF_Node_ID()Get Node. Workflow Node (activity), step or process -
getAD_WF_Node
- Throws:
RuntimeException
-
setConfigurationLevel
Set Configuration Level. Configuration Level for this parameter -
getConfigurationLevel
String getConfigurationLevel()Get Configuration Level. Configuration Level for this parameter -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setEntityType
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
getEntityType
String getEntityType()Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
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 -
setIsSubcontracting
void setIsSubcontracting(boolean IsSubcontracting) Set Is Subcontracting -
isSubcontracting
boolean isSubcontracting()Get Is Subcontracting -
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
- Throws:
RuntimeException
-
setPP_WF_Node_Product_ID
void setPP_WF_Node_Product_ID(int PP_WF_Node_Product_ID) Set Workflow Node Product -
getPP_WF_Node_Product_ID
int getPP_WF_Node_Product_ID()Get Workflow Node Product -
setPP_WF_Node_Product_UU
Set PP_WF_Node_Product_UU -
getPP_WF_Node_Product_UU
String getPP_WF_Node_Product_UU()Get PP_WF_Node_Product_UU -
setQty
Set Quantity. Quantity -
getQty
BigDecimal getQty()Get Quantity. Quantity -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-