Package org.compiere.model
Interface I_MFA_Method
-
- All Known Implementing Classes:
MMFAMethod,X_MFA_Method
public interface I_MFA_MethodGenerated Interface for MFA_Method- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_ExpireInMinutesColumn name ExpireInMinutesstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_MethodColumn name Methodstatic StringCOLUMNNAME_MFA_ElementPrm_IDColumn name MFA_ElementPrm_IDstatic StringCOLUMNNAME_MFA_Method_IDColumn name MFA_Method_IDstatic StringCOLUMNNAME_MFA_Method_UUColumn name MFA_Method_UUstatic StringCOLUMNNAME_MFAAllowedTimeDiscrepancyColumn name MFAAllowedTimeDiscrepancystatic StringCOLUMNNAME_MFAIssuerColumn name MFAIssuerstatic StringCOLUMNNAME_MFATimeProviderColumn name MFATimeProviderstatic StringCOLUMNNAME_MFATimeServerColumn name MFATimeServerstatic StringCOLUMNNAME_MFATypeColumn name MFATypestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_R_MailText_IDColumn name R_MailText_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200273static StringTable_NameTableName=MFA_Method
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.intgetExpireInMinutes()Get Expire in MinutesStringgetHelp()Get Comment/Help.StringgetMethod()Get MethodI_AD_ElementgetMFA_ElementPrm()intgetMFA_ElementPrm_ID()Get Parameter ElementintgetMFA_Method_ID()Get MFA Method.StringgetMFA_Method_UU()Get MFA_Method_UUintgetMFAAllowedTimeDiscrepancy()Get Allowed Time Period DiscrepancyStringgetMFAIssuer()Get IssuerStringgetMFATimeProvider()Get Time ProviderStringgetMFATimeServer()Get Time ServerStringgetMFAType()Get MFA Type.StringgetName()Get Name.I_R_MailTextgetR_MailText()intgetR_MailText_ID()Get Mail Template.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDescription(String Description)Set Description.voidsetExpireInMinutes(int ExpireInMinutes)Set Expire in MinutesvoidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetMethod(String Method)Set MethodvoidsetMFA_ElementPrm_ID(int MFA_ElementPrm_ID)Set Parameter ElementvoidsetMFA_Method_ID(int MFA_Method_ID)Set MFA Method.voidsetMFA_Method_UU(String MFA_Method_UU)Set MFA_Method_UUvoidsetMFAAllowedTimeDiscrepancy(int MFAAllowedTimeDiscrepancy)Set Allowed Time Period DiscrepancyvoidsetMFAIssuer(String MFAIssuer)Set IssuervoidsetMFATimeProvider(String MFATimeProvider)Set Time ProvidervoidsetMFATimeServer(String MFATimeServer)Set Time ServervoidsetMFAType(String MFAType)Set MFA Type.voidsetName(String Name)Set Name.voidsetR_MailText_ID(int R_MailText_ID)Set Mail Template.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=MFA_Method- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200273- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_ExpireInMinutes
static final String COLUMNNAME_ExpireInMinutes
Column name ExpireInMinutes- 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_Method
static final String COLUMNNAME_Method
Column name Method- See Also:
- Constant Field Values
-
COLUMNNAME_MFAAllowedTimeDiscrepancy
static final String COLUMNNAME_MFAAllowedTimeDiscrepancy
Column name MFAAllowedTimeDiscrepancy- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_ElementPrm_ID
static final String COLUMNNAME_MFA_ElementPrm_ID
Column name MFA_ElementPrm_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MFAIssuer
static final String COLUMNNAME_MFAIssuer
Column name MFAIssuer- 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_Method_UU
static final String COLUMNNAME_MFA_Method_UU
Column name MFA_Method_UU- See Also:
- Constant Field Values
-
COLUMNNAME_MFATimeProvider
static final String COLUMNNAME_MFATimeProvider
Column name MFATimeProvider- See Also:
- Constant Field Values
-
COLUMNNAME_MFATimeServer
static final String COLUMNNAME_MFATimeServer
Column name MFATimeServer- See Also:
- Constant Field Values
-
COLUMNNAME_MFAType
static final String COLUMNNAME_MFAType
Column name MFAType- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_R_MailText_ID
static final String COLUMNNAME_R_MailText_ID
Column name R_MailText_ID- 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
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setExpireInMinutes
void setExpireInMinutes(int ExpireInMinutes)
Set Expire in Minutes
-
getExpireInMinutes
int getExpireInMinutes()
Get Expire in Minutes
-
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
-
setMethod
void setMethod(String Method)
Set Method
-
getMethod
String getMethod()
Get Method
-
setMFAAllowedTimeDiscrepancy
void setMFAAllowedTimeDiscrepancy(int MFAAllowedTimeDiscrepancy)
Set Allowed Time Period Discrepancy
-
getMFAAllowedTimeDiscrepancy
int getMFAAllowedTimeDiscrepancy()
Get Allowed Time Period Discrepancy
-
setMFA_ElementPrm_ID
void setMFA_ElementPrm_ID(int MFA_ElementPrm_ID)
Set Parameter Element
-
getMFA_ElementPrm_ID
int getMFA_ElementPrm_ID()
Get Parameter Element
-
getMFA_ElementPrm
I_AD_Element getMFA_ElementPrm() throws RuntimeException
- Throws:
RuntimeException
-
setMFAIssuer
void setMFAIssuer(String MFAIssuer)
Set Issuer
-
getMFAIssuer
String getMFAIssuer()
Get Issuer
-
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
-
setMFA_Method_UU
void setMFA_Method_UU(String MFA_Method_UU)
Set MFA_Method_UU
-
getMFA_Method_UU
String getMFA_Method_UU()
Get MFA_Method_UU
-
setMFATimeProvider
void setMFATimeProvider(String MFATimeProvider)
Set Time Provider
-
getMFATimeProvider
String getMFATimeProvider()
Get Time Provider
-
setMFATimeServer
void setMFATimeServer(String MFATimeServer)
Set Time Server
-
getMFATimeServer
String getMFATimeServer()
Get Time Server
-
setMFAType
void setMFAType(String MFAType)
Set MFA Type. Multi-factor authentication type (Something you Know/Have/Are, Location)
-
getMFAType
String getMFAType()
Get MFA Type. Multi-factor authentication type (Something you Know/Have/Are, Location)
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setR_MailText_ID
void setR_MailText_ID(int R_MailText_ID)
Set Mail Template. Text templates for mailings
-
getR_MailText_ID
int getR_MailText_ID()
Get Mail Template. Text templates for mailings
-
getR_MailText
I_R_MailText getR_MailText() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-