Package org.compiere.model
Interface I_AD_PInstance_Para
-
- All Known Implementing Classes:
MPInstancePara
,X_AD_PInstance_Para
public interface I_AD_PInstance_Para
Generated Interface for AD_PInstance_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_PInstance_ID
Column name AD_PInstance_IDstatic String
COLUMNNAME_AD_PInstance_Para_UU
Column name AD_PInstance_Para_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Info
Column name Infostatic String
COLUMNNAME_Info_To
Column name Info_Tostatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_P_Date
Column name P_Datestatic String
COLUMNNAME_P_Date_To
Column name P_Date_Tostatic String
COLUMNNAME_P_Number
Column name P_Numberstatic String
COLUMNNAME_P_Number_To
Column name P_Number_Tostatic String
COLUMNNAME_P_String
Column name P_Stringstatic String
COLUMNNAME_P_String_To
Column name P_String_Tostatic String
COLUMNNAME_ParameterName
Column name ParameterNamestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=283static String
Table_Name
TableName=AD_PInstance_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_PInstance
getAD_PInstance()
int
getAD_PInstance_ID()
Get Process Instance.String
getAD_PInstance_Para_UU()
Get AD_PInstance_Para_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getInfo()
Get Info.String
getInfo_To()
Get Info ToTimestamp
getP_Date()
Get Process Date.Timestamp
getP_Date_To()
Get Process Date To.BigDecimal
getP_Number()
Get Process Number.BigDecimal
getP_Number_To()
Get Process Number To.String
getP_String()
Get Process String.String
getP_String_To()
Get Process String To.String
getParameterName()
Get Parameter Nameint
getSeqNo()
Get Sequence.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_PInstance_ID(int AD_PInstance_ID)
Set Process Instance.void
setAD_PInstance_Para_UU(String AD_PInstance_Para_UU)
Set AD_PInstance_Para_UUvoid
setInfo(String Info)
Set Info.void
setInfo_To(String Info_To)
Set Info Tovoid
setIsActive(boolean IsActive)
Set Active.void
setP_Date(Timestamp P_Date)
Set Process Date.void
setP_Date_To(Timestamp P_Date_To)
Set Process Date To.void
setP_Number(BigDecimal P_Number)
Set Process Number.void
setP_Number_To(BigDecimal P_Number_To)
Set Process Number To.void
setP_String(String P_String)
Set Process String.void
setP_String_To(String P_String_To)
Set Process String To.void
setParameterName(String ParameterName)
Set Parameter Namevoid
setSeqNo(int SeqNo)
Set Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_PInstance_Para- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=283- 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_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PInstance_Para_UU
static final String COLUMNNAME_AD_PInstance_Para_UU
Column name AD_PInstance_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_Info
static final String COLUMNNAME_Info
Column name Info- See Also:
- Constant Field Values
-
COLUMNNAME_Info_To
static final String COLUMNNAME_Info_To
Column name Info_To- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_ParameterName
static final String COLUMNNAME_ParameterName
Column name ParameterName- See Also:
- Constant Field Values
-
COLUMNNAME_P_Date
static final String COLUMNNAME_P_Date
Column name P_Date- See Also:
- Constant Field Values
-
COLUMNNAME_P_Date_To
static final String COLUMNNAME_P_Date_To
Column name P_Date_To- See Also:
- Constant Field Values
-
COLUMNNAME_P_Number
static final String COLUMNNAME_P_Number
Column name P_Number- See Also:
- Constant Field Values
-
COLUMNNAME_P_Number_To
static final String COLUMNNAME_P_Number_To
Column name P_Number_To- See Also:
- Constant Field Values
-
COLUMNNAME_P_String
static final String COLUMNNAME_P_String
Column name P_String- See Also:
- Constant Field Values
-
COLUMNNAME_P_String_To
static final String COLUMNNAME_P_String_To
Column name P_String_To- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- 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_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
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setAD_PInstance_Para_UU
void setAD_PInstance_Para_UU(String AD_PInstance_Para_UU)
Set AD_PInstance_Para_UU
-
getAD_PInstance_Para_UU
String getAD_PInstance_Para_UU()
Get AD_PInstance_Para_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setInfo
void setInfo(String Info)
Set Info. Information
-
getInfo
String getInfo()
Get Info. Information
-
setInfo_To
void setInfo_To(String Info_To)
Set Info To
-
getInfo_To
String getInfo_To()
Get Info To
-
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
-
setParameterName
void setParameterName(String ParameterName)
Set Parameter Name
-
getParameterName
String getParameterName()
Get Parameter Name
-
setP_Date
void setP_Date(Timestamp P_Date)
Set Process Date. Process Parameter
-
getP_Date
Timestamp getP_Date()
Get Process Date. Process Parameter
-
setP_Date_To
void setP_Date_To(Timestamp P_Date_To)
Set Process Date To. Process Parameter
-
getP_Date_To
Timestamp getP_Date_To()
Get Process Date To. Process Parameter
-
setP_Number
void setP_Number(BigDecimal P_Number)
Set Process Number. Process Parameter
-
getP_Number
BigDecimal getP_Number()
Get Process Number. Process Parameter
-
setP_Number_To
void setP_Number_To(BigDecimal P_Number_To)
Set Process Number To. Process Parameter
-
getP_Number_To
BigDecimal getP_Number_To()
Get Process Number To. Process Parameter
-
setP_String
void setP_String(String P_String)
Set Process String. Process Parameter
-
getP_String
String getP_String()
Get Process String. Process Parameter
-
setP_String_To
void setP_String_To(String P_String_To)
Set Process String To. Process Parameter
-
getP_String_To
String getP_String_To()
Get Process String To. Process Parameter
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-