Package org.idempiere.model
Interface IProcessParameter
- All Known Implementing Classes:
MProcessDrillRulePara,MSchedulerPara
public interface IProcessParameter
Process parameter interface
- Author:
- Peter Takacs, Cloudempiere
-
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Process ParameterGet Created.intGet Created By.Get Description.Get Default Parameter.Get Default To Parameter.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsaveEx()Update Value or create new record.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Process_Para_ID(int AD_Process_Para_ID) Set Process ParametervoidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidsetParameterDefault(String ParameterDefault) Set Default Parameter.voidsetParameterToDefault(String ParameterToDefault) Set Default To Parameter.voidsetParentID(int id) Set ID of the parent table
-
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_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
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
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
Set Default Parameter. Default value of the parameter -
getParameterDefault
String getParameterDefault()Get Default Parameter. Default value of the parameter -
setParameterToDefault
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 -
setParentID
void setParentID(int id) Set ID of the parent table- Parameters:
id-
-
saveEx
void saveEx()Update Value or create new record.
-