p12f.exe.otp.objects
Class OTPPresentationDataMail
java.lang.Object
p12f.exe.otp.objects.OTPPresentationData
p12f.exe.otp.objects.OTPPresentationDataMail
- All Implemented Interfaces:
- java.io.Serializable
- public class OTPPresentationDataMail
- extends OTPPresentationData
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OTPPresentationDataMail
public OTPPresentationDataMail()
OTPPresentationDataMail
public OTPPresentationDataMail(OTPPresentationData presentationData)
OTPPresentationDataMail
public OTPPresentationDataMail(java.lang.String mail,
java.lang.String subject)
getMailAddress
public java.lang.String getMailAddress()
setMailAddress
public void setMailAddress(java.lang.String mail)
isFillMailAddress
public boolean isFillMailAddress()
getMailSubject
public java.lang.String getMailSubject()
setMailSubject
public void setMailSubject(java.lang.String subject)
isFillMailSubject
public boolean isFillMailSubject()
getMailTemplate
public java.lang.String getMailTemplate()
setMailTemplate
public void setMailTemplate(java.lang.String template)
isFillMailTemplate
public boolean isFillMailTemplate()
getMailText
public java.lang.String getMailText()
setMailText
public void setMailText(java.lang.String text)
isFillMailText
public boolean isFillMailText()