Package org.iplass.mtp.tenant
Class TenantMailInfo
java.lang.Object
org.iplass.mtp.tenant.TenantConfig
org.iplass.mtp.tenant.TenantMailInfo
- All Implemented Interfaces:
Serializable
テナントのメール情報
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
From アドレスを取得します。From アドレス名を取得します。Reply アドレスを取得します。Reply アドレス名を取得します。int
hashCode()
boolean
メール送信可否を取得します。void
setMailFrom
(String mailFrom) From アドレスを設定します。void
setMailFromName
(String mailFromName) From アドレス名を設定します。void
setMailReply
(String mailReply) Reply アドレスを設定します。void
setMailReplyName
(String mailReplyName) Reply アドレス名を設定します。void
setSendMailEnable
(boolean sendMailEnable) メール送信可否を設定します。toString()
-
Constructor Details
-
TenantMailInfo
public TenantMailInfo()Constractor
-
-
Method Details
-
isSendMailEnable
public boolean isSendMailEnable()メール送信可否を取得します。- Returns:
- sendMailEnable
-
setSendMailEnable
public void setSendMailEnable(boolean sendMailEnable) メール送信可否を設定します。- Parameters:
sendMailEnable
-
-
getMailFrom
From アドレスを取得します。- Returns:
- From アドレス
-
setMailFrom
From アドレスを設定します。- Parameters:
mailFrom
- From アドレス
-
getMailFromName
From アドレス名を取得します。- Returns:
- From アドレス名
-
setMailFromName
From アドレス名を設定します。- Parameters:
mailFromName
- From アドレス名
-
getMailReply
Reply アドレスを取得します。- Returns:
- Reply アドレス
-
setMailReply
Reply アドレスを設定します。- Parameters:
mailReply
- Reply アドレス
-
getMailReplyName
Reply アドレス名を取得します。- Returns:
- Reply アドレス名
-
setMailReplyName
Reply アドレス名を設定します。- Parameters:
mailReplyName
- Reply アドレス名
-
hashCode
public int hashCode() -
equals
-
toString
-