p12f.exe.otp.objects
Class OTPPresentationDataMail

java.lang.Object
  extended byp12f.exe.otp.objects.OTPPresentationData
      extended byp12f.exe.otp.objects.OTPPresentationDataMail
All Implemented Interfaces:
java.io.Serializable

public class OTPPresentationDataMail
extends OTPPresentationData

See Also:
Serialized Form

Field Summary
 
Fields inherited from class p12f.exe.otp.objects.OTPPresentationData
datosAdicionales, PRESENTATION_DATA_MAIL, PRESENTATION_DATA_SMS, presentationDataType
 
Constructor Summary
OTPPresentationDataMail()
           
OTPPresentationDataMail(OTPPresentationData presentationData)
           
OTPPresentationDataMail(java.lang.String mail, java.lang.String subject)
           
 
Method Summary
 java.lang.String getMailAddress()
           
 java.lang.String getMailSubject()
           
 java.lang.String getMailTemplate()
           
 java.lang.String getMailText()
           
 boolean isFillMailAddress()
           
 boolean isFillMailSubject()
           
 boolean isFillMailTemplate()
           
 boolean isFillMailText()
           
 void setMailAddress(java.lang.String mail)
           
 void setMailSubject(java.lang.String subject)
           
 void setMailTemplate(java.lang.String template)
           
 void setMailText(java.lang.String text)
           
 
Methods inherited from class p12f.exe.otp.objects.OTPPresentationData
getObject, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTPPresentationDataMail

public OTPPresentationDataMail()

OTPPresentationDataMail

public OTPPresentationDataMail(OTPPresentationData presentationData)

OTPPresentationDataMail

public OTPPresentationDataMail(java.lang.String mail,
                               java.lang.String subject)
Method Detail

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()