Package org.compiere.model
Interface I_AD_SchedulerLog
-
- All Known Implementing Classes:
MSchedulerLog,X_AD_SchedulerLog
public interface I_AD_SchedulerLogGenerated Interface for AD_SchedulerLog- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Scheduler_IDColumn name AD_Scheduler_IDstatic StringCOLUMNNAME_AD_SchedulerLog_IDColumn name AD_SchedulerLog_IDstatic StringCOLUMNNAME_AD_SchedulerLog_UUColumn name AD_SchedulerLog_UUstatic StringCOLUMNNAME_BinaryDataColumn name BinaryDatastatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsErrorColumn name IsErrorstatic StringCOLUMNNAME_ReferenceColumn name Referencestatic StringCOLUMNNAME_SummaryColumn name Summarystatic StringCOLUMNNAME_TextMsgColumn name TextMsgstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=687static StringTable_NameTableName=AD_SchedulerLog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_SchedulergetAD_Scheduler()intgetAD_Scheduler_ID()Get Scheduler.intgetAD_SchedulerLog_ID()Get Scheduler Log.StringgetAD_SchedulerLog_UU()Get AD_SchedulerLog_UUbyte[]getBinaryData()Get Binary Data.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetReference()Get Reference.StringgetSummary()Get Summary.StringgetTextMsg()Get Text Message.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisError()Get Error.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Scheduler_ID(int AD_Scheduler_ID)Set Scheduler.voidsetAD_SchedulerLog_ID(int AD_SchedulerLog_ID)Set Scheduler Log.voidsetAD_SchedulerLog_UU(String AD_SchedulerLog_UU)Set AD_SchedulerLog_UUvoidsetBinaryData(byte[] BinaryData)Set Binary Data.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetIsError(boolean IsError)Set Error.voidsetReference(String Reference)Set Reference.voidsetSummary(String Summary)Set Summary.voidsetTextMsg(String TextMsg)Set Text Message.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_SchedulerLog- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=687- 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_Scheduler_ID
static final String COLUMNNAME_AD_Scheduler_ID
Column name AD_Scheduler_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_SchedulerLog_ID
static final String COLUMNNAME_AD_SchedulerLog_ID
Column name AD_SchedulerLog_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_SchedulerLog_UU
static final String COLUMNNAME_AD_SchedulerLog_UU
Column name AD_SchedulerLog_UU- See Also:
- Constant Field Values
-
COLUMNNAME_BinaryData
static final String COLUMNNAME_BinaryData
Column name BinaryData- 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_IsError
static final String COLUMNNAME_IsError
Column name IsError- See Also:
- Constant Field Values
-
COLUMNNAME_Reference
static final String COLUMNNAME_Reference
Column name Reference- See Also:
- Constant Field Values
-
COLUMNNAME_Summary
static final String COLUMNNAME_Summary
Column name Summary- See Also:
- Constant Field Values
-
COLUMNNAME_TextMsg
static final String COLUMNNAME_TextMsg
Column name TextMsg- 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_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_SchedulerLog_ID
void setAD_SchedulerLog_ID(int AD_SchedulerLog_ID)
Set Scheduler Log. Result of the execution of the Scheduler
-
getAD_SchedulerLog_ID
int getAD_SchedulerLog_ID()
Get Scheduler Log. Result of the execution of the Scheduler
-
setAD_SchedulerLog_UU
void setAD_SchedulerLog_UU(String AD_SchedulerLog_UU)
Set AD_SchedulerLog_UU
-
getAD_SchedulerLog_UU
String getAD_SchedulerLog_UU()
Get AD_SchedulerLog_UU
-
setBinaryData
void setBinaryData(byte[] BinaryData)
Set Binary Data. Binary Data
-
getBinaryData
byte[] getBinaryData()
Get Binary Data. Binary Data
-
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
-
setIsError
void setIsError(boolean IsError)
Set Error. An Error occurred in the execution
-
isError
boolean isError()
Get Error. An Error occurred in the execution
-
setReference
void setReference(String Reference)
Set Reference. Reference for this record
-
getReference
String getReference()
Get Reference. Reference for this record
-
setSummary
void setSummary(String Summary)
Set Summary. Textual summary of this request
-
getSummary
String getSummary()
Get Summary. Textual summary of this request
-
setTextMsg
void setTextMsg(String TextMsg)
Set Text Message. Text Message
-
getTextMsg
String getTextMsg()
Get Text Message. Text Message
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-