Package org.compiere.model
Interface I_ASP_Workflow
- All Known Implementing Classes:
X_ASP_Workflow
public interface I_ASP_Workflow
Generated Interface for ASP_Workflow
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Workflow_IDstatic final String
Column name ASP_Level_IDstatic final String
Column name ASP_Statusstatic final String
Column name ASP_Workflow_IDstatic final String
Column name ASP_Workflow_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53053static final String
TableName=ASP_Workflow -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Workflow.int
Get ASP LevelGet ASP Statusint
Get ASP WorkflowGet ASP_Workflow_UUGet Created.int
Get Created By.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Workflow_ID
(int AD_Workflow_ID) Set Workflow.void
setASP_Level_ID
(int ASP_Level_ID) Set ASP Levelvoid
setASP_Status
(String ASP_Status) Set ASP Statusvoid
setASP_Workflow_ID
(int ASP_Workflow_ID) Set ASP Workflowvoid
setASP_Workflow_UU
(String ASP_Workflow_UU) Set ASP_Workflow_UUvoid
setIsActive
(boolean IsActive) Set Active.
-
Field Details
-
Table_Name
TableName=ASP_Workflow- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53053- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID- See Also:
-
COLUMNNAME_ASP_Level_ID
Column name ASP_Level_ID- See Also:
-
COLUMNNAME_ASP_Status
Column name ASP_Status- See Also:
-
COLUMNNAME_ASP_Workflow_ID
Column name ASP_Workflow_ID- See Also:
-
COLUMNNAME_ASP_Workflow_UU
Column name ASP_Workflow_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- 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_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
- Throws:
RuntimeException
-
setASP_Level_ID
void setASP_Level_ID(int ASP_Level_ID) Set ASP Level -
getASP_Level_ID
int getASP_Level_ID()Get ASP Level -
getASP_Level
- Throws:
RuntimeException
-
setASP_Status
Set ASP Status -
getASP_Status
String getASP_Status()Get ASP Status -
setASP_Workflow_ID
void setASP_Workflow_ID(int ASP_Workflow_ID) Set ASP Workflow -
getASP_Workflow_ID
int getASP_Workflow_ID()Get ASP Workflow -
setASP_Workflow_UU
Set ASP_Workflow_UU -
getASP_Workflow_UU
String getASP_Workflow_UU()Get ASP_Workflow_UU -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-