Package org.compiere.model
Interface I_AD_PInstance
-
- All Known Implementing Classes:
MPInstance,X_AD_PInstance
public interface I_AD_PInstanceGenerated Interface for AD_PInstance- 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_Language_IDColumn name AD_Language_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PInstance_IDColumn name AD_PInstance_IDstatic StringCOLUMNNAME_AD_PInstance_UUColumn name AD_PInstance_UUstatic StringCOLUMNNAME_AD_PrintFormat_IDColumn name AD_PrintFormat_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_ErrorMsgColumn name ErrorMsgstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsProcessingColumn name IsProcessingstatic StringCOLUMNNAME_IsRunAsJobColumn name IsRunAsJobstatic StringCOLUMNNAME_IsSummaryColumn name IsSummarystatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_NotificationTypeColumn name NotificationTypestatic StringCOLUMNNAME_Record_IDColumn name Record_IDstatic StringCOLUMNNAME_ReportTypeColumn name ReportTypestatic StringCOLUMNNAME_ResultColumn name Resultstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=282static StringTable_NameTableName=AD_PInstance
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.I_AD_LanguagegetAD_Language()intgetAD_Language_ID()Get Language IDintgetAD_Org_ID()Get Organization.intgetAD_PInstance_ID()Get Process Instance.StringgetAD_PInstance_UU()Get AD_PInstance_UUI_AD_PrintFormatgetAD_PrintFormat()intgetAD_PrintFormat_ID()Get Print Format.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetErrorMsg()Get Error MsgStringgetName()Get Name.StringgetNotificationType()Get Notification Type.intgetRecord_ID()Get Record ID.StringgetReportType()Get Report TypeintgetResult()Get Result.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessing()Get ProcessingbooleanisRunAsJob()Get Run as JobbooleanisSummary()Get Summary Level.voidsetAD_Language_ID(int AD_Language_ID)Set Language IDvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PInstance_ID(int AD_PInstance_ID)Set Process Instance.voidsetAD_PInstance_UU(String AD_PInstance_UU)Set AD_PInstance_UUvoidsetAD_PrintFormat_ID(int AD_PrintFormat_ID)Set Print Format.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetErrorMsg(String ErrorMsg)Set Error MsgvoidsetIsActive(boolean IsActive)Set Active.voidsetIsProcessing(boolean IsProcessing)Set ProcessingvoidsetIsRunAsJob(boolean IsRunAsJob)Set Run as JobvoidsetIsSummary(boolean IsSummary)Set Summary Level.voidsetName(String Name)Set Name.voidsetNotificationType(String NotificationType)Set Notification Type.voidsetRecord_ID(int Record_ID)Set Record ID.voidsetReportType(String ReportType)Set Report TypevoidsetResult(int Result)Set Result.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_PInstance- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=282- 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_Language_ID
static final String COLUMNNAME_AD_Language_ID
Column name AD_Language_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_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PInstance_UU
static final String COLUMNNAME_AD_PInstance_UU
Column name AD_PInstance_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintFormat_ID
static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- 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_ErrorMsg
static final String COLUMNNAME_ErrorMsg
Column name ErrorMsg- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsProcessing
static final String COLUMNNAME_IsProcessing
Column name IsProcessing- See Also:
- Constant Field Values
-
COLUMNNAME_IsRunAsJob
static final String COLUMNNAME_IsRunAsJob
Column name IsRunAsJob- See Also:
- Constant Field Values
-
COLUMNNAME_IsSummary
static final String COLUMNNAME_IsSummary
Column name IsSummary- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_NotificationType
static final String COLUMNNAME_NotificationType
Column name NotificationType- See Also:
- Constant Field Values
-
COLUMNNAME_Record_ID
static final String COLUMNNAME_Record_ID
Column name Record_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ReportType
static final String COLUMNNAME_ReportType
Column name ReportType- See Also:
- Constant Field Values
-
COLUMNNAME_Result
static final String COLUMNNAME_Result
Column name Result- 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_Language_ID
void setAD_Language_ID(int AD_Language_ID)
Set Language ID
-
getAD_Language_ID
int getAD_Language_ID()
Get Language ID
-
getAD_Language
I_AD_Language getAD_Language() throws RuntimeException
- Throws:
RuntimeException
-
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_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process
-
getAD_PInstance_ID
int getAD_PInstance_ID()
Get Process Instance. Instance of the process
-
setAD_PInstance_UU
void setAD_PInstance_UU(String AD_PInstance_UU)
Set AD_PInstance_UU
-
getAD_PInstance_UU
String getAD_PInstance_UU()
Get AD_PInstance_UU
-
setAD_PrintFormat_ID
void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format
-
getAD_PrintFormat_ID
int getAD_PrintFormat_ID()
Get Print Format. Data Print Format
-
getAD_PrintFormat
I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setErrorMsg
void setErrorMsg(String ErrorMsg)
Set Error Msg
-
getErrorMsg
String getErrorMsg()
Get Error Msg
-
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
-
setIsProcessing
void setIsProcessing(boolean IsProcessing)
Set Processing
-
isProcessing
boolean isProcessing()
Get Processing
-
setIsRunAsJob
void setIsRunAsJob(boolean IsRunAsJob)
Set Run as Job
-
isRunAsJob
boolean isRunAsJob()
Get Run as Job
-
setIsSummary
void setIsSummary(boolean IsSummary)
Set Summary Level. This is a summary entity
-
isSummary
boolean isSummary()
Get Summary Level. This is a summary entity
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setNotificationType
void setNotificationType(String NotificationType)
Set Notification Type. Type of Notifications
-
getNotificationType
String getNotificationType()
Get Notification Type. Type of Notifications
-
setRecord_ID
void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID
-
getRecord_ID
int getRecord_ID()
Get Record ID. Direct internal record ID
-
setReportType
void setReportType(String ReportType)
Set Report Type
-
getReportType
String getReportType()
Get Report Type
-
setResult
void setResult(int Result)
Set Result. Result of the action taken
-
getResult
int getResult()
Get Result. Result of the action taken
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-