Package org.compiere.model
Interface I_AD_SMTP
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_SMTP_IDColumn name AD_SMTP_IDstatic StringCOLUMNNAME_AD_SMTP_UUColumn name AD_SMTP_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_EMailTestColumn name EMailTeststatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsSecureSMTPColumn name IsSecureSMTPstatic StringCOLUMNNAME_IsSmtpAuthorizationColumn name IsSmtpAuthorizationstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_RequestUserColumn name RequestUserstatic StringCOLUMNNAME_RequestUserPWColumn name RequestUserPWstatic StringCOLUMNNAME_SMTPHostColumn name SMTPHoststatic StringCOLUMNNAME_SMTPPortColumn name SMTPPortstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_UsedByEmailOrDomainColumn name UsedByEmailOrDomainstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200280static StringTable_NameTableName=AD_SMTP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_SMTP_ID()Get SMTP ServerStringgetAD_SMTP_UU()Get AD_SMTP_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetEMailTest()Get EMail Test.StringgetName()Get Name.StringgetRequestUser()Get Request User.StringgetRequestUserPW()Get Request User Password.StringgetSMTPHost()Get Mail Host.intgetSMTPPort()Get SMTP Port.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetUsedByEmailOrDomain()Get Used by email or domainbooleanisActive()Get Active.booleanisSecureSMTP()Get SMTP SSL/TLS.booleanisSmtpAuthorization()Get SMTP Authentication.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_SMTP_ID(int AD_SMTP_ID)Set SMTP ServervoidsetAD_SMTP_UU(String AD_SMTP_UU)Set AD_SMTP_UUvoidsetEMailTest(String EMailTest)Set EMail Test.voidsetIsActive(boolean IsActive)Set Active.voidsetIsSecureSMTP(boolean IsSecureSMTP)Set SMTP SSL/TLS.voidsetIsSmtpAuthorization(boolean IsSmtpAuthorization)Set SMTP Authentication.voidsetName(String Name)Set Name.voidsetRequestUser(String RequestUser)Set Request User.voidsetRequestUserPW(String RequestUserPW)Set Request User Password.voidsetSMTPHost(String SMTPHost)Set Mail Host.voidsetSMTPPort(int SMTPPort)Set SMTP Port.voidsetUsedByEmailOrDomain(String UsedByEmailOrDomain)Set Used by email or domain
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_SMTP- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200280- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
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_SMTP_ID
static final String COLUMNNAME_AD_SMTP_ID
Column name AD_SMTP_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_SMTP_UU
static final String COLUMNNAME_AD_SMTP_UU
Column name AD_SMTP_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_EMailTest
static final String COLUMNNAME_EMailTest
Column name EMailTest- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsSecureSMTP
static final String COLUMNNAME_IsSecureSMTP
Column name IsSecureSMTP- See Also:
- Constant Field Values
-
COLUMNNAME_IsSmtpAuthorization
static final String COLUMNNAME_IsSmtpAuthorization
Column name IsSmtpAuthorization- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_RequestUser
static final String COLUMNNAME_RequestUser
Column name RequestUser- See Also:
- Constant Field Values
-
COLUMNNAME_RequestUserPW
static final String COLUMNNAME_RequestUserPW
Column name RequestUserPW- See Also:
- Constant Field Values
-
COLUMNNAME_SMTPHost
static final String COLUMNNAME_SMTPHost
Column name SMTPHost- See Also:
- Constant Field Values
-
COLUMNNAME_SMTPPort
static final String COLUMNNAME_SMTPPort
Column name SMTPPort- 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
-
COLUMNNAME_UsedByEmailOrDomain
static final String COLUMNNAME_UsedByEmailOrDomain
Column name UsedByEmailOrDomain- 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_SMTP_ID
void setAD_SMTP_ID(int AD_SMTP_ID)
Set SMTP Server
-
getAD_SMTP_ID
int getAD_SMTP_ID()
Get SMTP Server
-
setAD_SMTP_UU
void setAD_SMTP_UU(String AD_SMTP_UU)
Set AD_SMTP_UU
-
getAD_SMTP_UU
String getAD_SMTP_UU()
Get AD_SMTP_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setEMailTest
void setEMailTest(String EMailTest)
Set EMail Test. Test EMail
-
getEMailTest
String getEMailTest()
Get EMail Test. Test EMail
-
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
-
setIsSecureSMTP
void setIsSecureSMTP(boolean IsSecureSMTP)
Set SMTP SSL/TLS. Use SSL/TLS for SMTP
-
isSecureSMTP
boolean isSecureSMTP()
Get SMTP SSL/TLS. Use SSL/TLS for SMTP
-
setIsSmtpAuthorization
void setIsSmtpAuthorization(boolean IsSmtpAuthorization)
Set SMTP Authentication. Your mail server requires Authentication
-
isSmtpAuthorization
boolean isSmtpAuthorization()
Get SMTP Authentication. Your mail server requires Authentication
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setRequestUser
void setRequestUser(String RequestUser)
Set Request User. User Name (ID) of the email owner
-
getRequestUser
String getRequestUser()
Get Request User. User Name (ID) of the email owner
-
setRequestUserPW
void setRequestUserPW(String RequestUserPW)
Set Request User Password. Password of the user name (ID) for mail processing
-
getRequestUserPW
String getRequestUserPW()
Get Request User Password. Password of the user name (ID) for mail processing
-
setSMTPHost
void setSMTPHost(String SMTPHost)
Set Mail Host. Hostname of Mail Server for SMTP and IMAP
-
getSMTPHost
String getSMTPHost()
Get Mail Host. Hostname of Mail Server for SMTP and IMAP
-
setSMTPPort
void setSMTPPort(int SMTPPort)
Set SMTP Port. SMTP Port Number
-
getSMTPPort
int getSMTPPort()
Get SMTP Port. SMTP Port Number
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUsedByEmailOrDomain
void setUsedByEmailOrDomain(String UsedByEmailOrDomain)
Set Used by email or domain
-
getUsedByEmailOrDomain
String getUsedByEmailOrDomain()
Get Used by email or domain
-
-