Package org.compiere.model
Interface I_MFA_Method
-
- All Known Implementing Classes:
MMFAMethod
,X_MFA_Method
public interface I_MFA_Method
Generated Interface for MFA_Method- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic 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_Description
Column name Descriptionstatic String
COLUMNNAME_ExpireInMinutes
Column name ExpireInMinutesstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Method
Column name Methodstatic String
COLUMNNAME_MFA_ElementPrm_ID
Column name MFA_ElementPrm_IDstatic String
COLUMNNAME_MFA_Method_ID
Column name MFA_Method_IDstatic String
COLUMNNAME_MFA_Method_UU
Column name MFA_Method_UUstatic String
COLUMNNAME_MFAAllowedTimeDiscrepancy
Column name MFAAllowedTimeDiscrepancystatic String
COLUMNNAME_MFAIssuer
Column name MFAIssuerstatic String
COLUMNNAME_MFATimeProvider
Column name MFATimeProviderstatic String
COLUMNNAME_MFATimeServer
Column name MFATimeServerstatic String
COLUMNNAME_MFAType
Column name MFATypestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_R_MailText_ID
Column name R_MailText_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200273static String
Table_Name
TableName=MFA_Method
-
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
getDescription()
Get Description.int
getExpireInMinutes()
Get Expire in MinutesString
getHelp()
Get Comment/Help.String
getMethod()
Get MethodI_AD_Element
getMFA_ElementPrm()
int
getMFA_ElementPrm_ID()
Get Parameter Elementint
getMFA_Method_ID()
Get MFA Method.String
getMFA_Method_UU()
Get MFA_Method_UUint
getMFAAllowedTimeDiscrepancy()
Get Allowed Time Period DiscrepancyString
getMFAIssuer()
Get IssuerString
getMFATimeProvider()
Get Time ProviderString
getMFATimeServer()
Get Time ServerString
getMFAType()
Get MFA Type.String
getName()
Get Name.I_R_MailText
getR_MailText()
int
getR_MailText_ID()
Get Mail Template.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setDescription(String Description)
Set Description.void
setExpireInMinutes(int ExpireInMinutes)
Set Expire in Minutesvoid
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setMethod(String Method)
Set Methodvoid
setMFA_ElementPrm_ID(int MFA_ElementPrm_ID)
Set Parameter Elementvoid
setMFA_Method_ID(int MFA_Method_ID)
Set MFA Method.void
setMFA_Method_UU(String MFA_Method_UU)
Set MFA_Method_UUvoid
setMFAAllowedTimeDiscrepancy(int MFAAllowedTimeDiscrepancy)
Set Allowed Time Period Discrepancyvoid
setMFAIssuer(String MFAIssuer)
Set Issuervoid
setMFATimeProvider(String MFATimeProvider)
Set Time Providervoid
setMFATimeServer(String MFATimeServer)
Set Time Servervoid
setMFAType(String MFAType)
Set MFA Type.void
setName(String Name)
Set Name.void
setR_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
-
-