Package org.compiere.model
Interface I_MFA_Rule
-
- All Known Implementing Classes:
X_MFA_Rule
public interface I_MFA_Rule
Generated Interface for MFA_Rule- 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_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_MFA_Method_ID
Column name MFA_Method_IDstatic String
COLUMNNAME_MFA_Rule_ID
Column name MFA_Rule_IDstatic String
COLUMNNAME_MFA_Rule_UU
Column name MFA_Rule_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200276static String
Table_Name
TableName=MFA_Rule
-
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.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getHelp()
Get Comment/Help.I_MFA_Method
getMFA_Method()
int
getMFA_Method_ID()
Get MFA Method.int
getMFA_Rule_ID()
Get MFA Rule.String
getMFA_Rule_UU()
Get MFA_Rule_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setMFA_Method_ID(int MFA_Method_ID)
Set MFA Method.void
setMFA_Rule_ID(int MFA_Rule_ID)
Set MFA Rule.void
setMFA_Rule_UU(String MFA_Rule_UU)
Set MFA_Rule_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=MFA_Rule- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200276- 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_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_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_Method_ID
static final String COLUMNNAME_MFA_Method_ID
Column name MFA_Method_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_Rule_ID
static final String COLUMNNAME_MFA_Rule_ID
Column name MFA_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_Rule_UU
static final String COLUMNNAME_MFA_Rule_UU
Column name MFA_Rule_UU- 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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setMFA_Method_ID
void setMFA_Method_ID(int MFA_Method_ID)
Set MFA Method. Multi-factor Authentication Method
-
getMFA_Method_ID
int getMFA_Method_ID()
Get MFA Method. Multi-factor Authentication Method
-
getMFA_Method
I_MFA_Method getMFA_Method() throws RuntimeException
- Throws:
RuntimeException
-
setMFA_Rule_ID
void setMFA_Rule_ID(int MFA_Rule_ID)
Set MFA Rule. Multi-factor Authentication Rule
-
getMFA_Rule_ID
int getMFA_Rule_ID()
Get MFA Rule. Multi-factor Authentication Rule
-
setMFA_Rule_UU
void setMFA_Rule_UU(String MFA_Rule_UU)
Set MFA_Rule_UU
-
getMFA_Rule_UU
String getMFA_Rule_UU()
Get MFA_Rule_UU
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-