Package org.compiere.model
Interface I_AD_Scheduler_Para
-
- All Known Implementing Classes:
MSchedulerPara
,X_AD_Scheduler_Para
public interface I_AD_Scheduler_Para
Generated Interface for AD_Scheduler_Para- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Process_Para_ID
Column name AD_Process_Para_IDstatic String
COLUMNNAME_AD_Scheduler_ID
Column name AD_Scheduler_IDstatic String
COLUMNNAME_AD_Scheduler_Para_UU
Column name AD_Scheduler_Para_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_ParameterDefault
Column name ParameterDefaultstatic String
COLUMNNAME_ParameterToDefault
Column name ParameterToDefaultstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=698static String
Table_Name
TableName=AD_Scheduler_Para
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Process_Para
getAD_Process_Para()
int
getAD_Process_Para_ID()
Get Process ParameterI_AD_Scheduler
getAD_Scheduler()
int
getAD_Scheduler_ID()
Get Scheduler.String
getAD_Scheduler_Para_UU()
Get AD_Scheduler_Para_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getParameterDefault()
Get Default Parameter.String
getParameterToDefault()
Get Default To Parameter.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Process_Para_ID(int AD_Process_Para_ID)
Set Process Parametervoid
setAD_Scheduler_ID(int AD_Scheduler_ID)
Set Scheduler.void
setAD_Scheduler_Para_UU(String AD_Scheduler_Para_UU)
Set AD_Scheduler_Para_UUvoid
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setParameterDefault(String ParameterDefault)
Set Default Parameter.void
setParameterToDefault(String ParameterToDefault)
Set Default To Parameter.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Scheduler_Para- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=698- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
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_Process_Para_ID
static final String COLUMNNAME_AD_Process_Para_ID
Column name AD_Process_Para_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Scheduler_ID
static final String COLUMNNAME_AD_Scheduler_ID
Column name AD_Scheduler_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Scheduler_Para_UU
static final String COLUMNNAME_AD_Scheduler_Para_UU
Column name AD_Scheduler_Para_UU- 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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_ParameterDefault
static final String COLUMNNAME_ParameterDefault
Column name ParameterDefault- See Also:
- Constant Field Values
-
COLUMNNAME_ParameterToDefault
static final String COLUMNNAME_ParameterToDefault
Column name ParameterToDefault- 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
-
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_Process_Para_ID
void setAD_Process_Para_ID(int AD_Process_Para_ID)
Set Process Parameter
-
getAD_Process_Para_ID
int getAD_Process_Para_ID()
Get Process Parameter
-
getAD_Process_Para
I_AD_Process_Para getAD_Process_Para() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Scheduler_ID
void setAD_Scheduler_ID(int AD_Scheduler_ID)
Set Scheduler. Schedule Processes
-
getAD_Scheduler_ID
int getAD_Scheduler_ID()
Get Scheduler. Schedule Processes
-
getAD_Scheduler
I_AD_Scheduler getAD_Scheduler() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Scheduler_Para_UU
void setAD_Scheduler_Para_UU(String AD_Scheduler_Para_UU)
Set AD_Scheduler_Para_UU
-
getAD_Scheduler_Para_UU
String getAD_Scheduler_Para_UU()
Get AD_Scheduler_Para_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setParameterDefault
void setParameterDefault(String ParameterDefault)
Set Default Parameter. Default value of the parameter
-
getParameterDefault
String getParameterDefault()
Get Default Parameter. Default value of the parameter
-
setParameterToDefault
void setParameterToDefault(String ParameterToDefault)
Set Default To Parameter. Default value of the to parameter
-
getParameterToDefault
String getParameterToDefault()
Get Default To Parameter. Default value of the to parameter
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-