Package org.compiere.model
Interface I_AD_SMTP
public interface I_AD_SMTP
Generated Interface for AD_SMTP
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_SMTP_IDstatic final String
Column name AD_SMTP_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name EMailTeststatic final String
Column name IsActivestatic final String
Column name IsSecureSMTPstatic final String
Column name IsSmtpAuthorizationstatic final String
Column name Namestatic final String
Column name RequestUserstatic final String
Column name RequestUserPWstatic final String
Column name SMTPHoststatic final String
Column name SMTPPortstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name UsedByEmailOrDomainstatic final KeyNamePair
static final int
AD_Table_ID=200280static final String
TableName=AD_SMTP -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get SMTP ServerGet AD_SMTP_UUGet Created.int
Get Created By.Get EMail Test.getName()
Get Name.Get Request User.Get Request User Password.Get Mail Host.int
Get SMTP Port.Get Updated.int
Get Updated By.Get Used by email or domainboolean
isActive()
Get Active.boolean
Get SMTP SSL/TLS.boolean
Get SMTP Authentication.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_SMTP_ID
(int AD_SMTP_ID) Set SMTP Servervoid
setAD_SMTP_UU
(String AD_SMTP_UU) Set AD_SMTP_UUvoid
setEMailTest
(String EMailTest) Set EMail Test.void
setIsActive
(boolean IsActive) Set Active.void
setIsSecureSMTP
(boolean IsSecureSMTP) Set SMTP SSL/TLS.void
setIsSmtpAuthorization
(boolean IsSmtpAuthorization) Set SMTP Authentication.void
Set Name.void
setRequestUser
(String RequestUser) Set Request User.void
setRequestUserPW
(String RequestUserPW) Set Request User Password.void
setSMTPHost
(String SMTPHost) Set Mail Host.void
setSMTPPort
(int SMTPPort) Set SMTP Port.void
setUsedByEmailOrDomain
(String UsedByEmailOrDomain) Set Used by email or domain
-
Field Details
-
Table_Name
TableName=AD_SMTP- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200280- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_SMTP_ID
Column name AD_SMTP_ID- See Also:
-
COLUMNNAME_AD_SMTP_UU
Column name AD_SMTP_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_EMailTest
Column name EMailTest- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsSecureSMTP
Column name IsSecureSMTP- See Also:
-
COLUMNNAME_IsSmtpAuthorization
Column name IsSmtpAuthorization- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_RequestUser
Column name RequestUser- See Also:
-
COLUMNNAME_RequestUserPW
Column name RequestUserPW- See Also:
-
COLUMNNAME_SMTPHost
Column name SMTPHost- See Also:
-
COLUMNNAME_SMTPPort
Column name SMTPPort- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_UsedByEmailOrDomain
Column name UsedByEmailOrDomain- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
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
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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setRequestUser
Set Request User. User Name (ID) of the email owner -
getRequestUser
String getRequestUser()Get Request User. User Name (ID) of the email owner -
setRequestUserPW
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
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
Set Used by email or domain -
getUsedByEmailOrDomain
String getUsedByEmailOrDomain()Get Used by email or domain
-