Package org.eevolution.model
Interface I_PP_WF_Node_Asset
-
- All Known Implementing Classes:
X_PP_WF_Node_Asset
public interface I_PP_WF_Node_Asset
Generated Interface for PP_WF_Node_Asset- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_A_Asset_ID
Column name A_Asset_IDstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_PP_WF_Node_Asset_ID
Column name PP_WF_Node_Asset_IDstatic String
COLUMNNAME_PP_WF_Node_Asset_UU
Column name PP_WF_Node_Asset_UUstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53017static String
Table_Name
TableName=PP_WF_Node_Asset
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_Asset
getA_Asset()
int
getA_Asset_ID()
Get Asset.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_WF_Node
getAD_WF_Node()
int
getAD_WF_Node_ID()
Get Node.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getPP_WF_Node_Asset_ID()
Get Workflow Node AssetString
getPP_WF_Node_Asset_UU()
Get PP_WF_Node_Asset_UUint
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setA_Asset_ID(int A_Asset_ID)
Set Asset.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node.void
setIsActive(boolean IsActive)
Set Active.void
setPP_WF_Node_Asset_ID(int PP_WF_Node_Asset_ID)
Set Workflow Node Assetvoid
setPP_WF_Node_Asset_UU(String PP_WF_Node_Asset_UU)
Set PP_WF_Node_Asset_UUvoid
setSeqNo(int SeqNo)
Set Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PP_WF_Node_Asset- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53017- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_A_Asset_ID
static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
- Constant Field Values
-
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_AD_WF_Node_ID
static final String COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_PP_WF_Node_Asset_ID
static final String COLUMNNAME_PP_WF_Node_Asset_ID
Column name PP_WF_Node_Asset_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_WF_Node_Asset_UU
static final String COLUMNNAME_PP_WF_Node_Asset_UU
Column name PP_WF_Node_Asset_UU- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- 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
-
setA_Asset_ID
void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers
-
getA_Asset_ID
int getA_Asset_ID()
Get Asset. Asset used internally or by customers
-
getA_Asset
I_A_Asset getA_Asset() throws RuntimeException
- Throws:
RuntimeException
-
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
-
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
I_AD_WF_Node getAD_WF_Node() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setPP_WF_Node_Asset_ID
void setPP_WF_Node_Asset_ID(int PP_WF_Node_Asset_ID)
Set Workflow Node Asset
-
getPP_WF_Node_Asset_ID
int getPP_WF_Node_Asset_ID()
Get Workflow Node Asset
-
setPP_WF_Node_Asset_UU
void setPP_WF_Node_Asset_UU(String PP_WF_Node_Asset_UU)
Set PP_WF_Node_Asset_UU
-
getPP_WF_Node_Asset_UU
String getPP_WF_Node_Asset_UU()
Get PP_WF_Node_Asset_UU
-
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
-
-