Adempiere 3.5.2a

org.compiere.model
Interface I_AD_WF_Block

All Known Implementing Classes:
MWFBlock, X_AD_WF_Block

public interface I_AD_WF_Block

Generated Interface for AD_WF_Block

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_WF_Block_ID
          Column name AD_WF_Block_ID
static String COLUMNNAME_AD_Workflow_ID
          Column name AD_Workflow_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=647
static String Table_Name
          TableName=AD_WF_Block
 
Method Summary
 int getAD_WF_Block_ID()
          Get Workflow Block.
 int getAD_Workflow_ID()
          Get Workflow.
 I_AD_Workflow getAD_Workflow()
           
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 void setAD_WF_Block_ID(int AD_WF_Block_ID)
          Set Workflow Block.
 void setAD_Workflow_ID(int AD_Workflow_ID)
          Set Workflow.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_WF_Block

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=647


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_WF_Block_ID

static final String COLUMNNAME_AD_WF_Block_ID
Column name AD_WF_Block_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Workflow_ID

static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_WF_Block_ID

void setAD_WF_Block_ID(int AD_WF_Block_ID)
Set Workflow Block. Workflow Transaction Execution Block


getAD_WF_Block_ID

int getAD_WF_Block_ID()
Get Workflow Block. Workflow Transaction Execution Block


setAD_Workflow_ID

void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks


getAD_Workflow_ID

int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks


getAD_Workflow

I_AD_Workflow getAD_Workflow()
                             throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

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