org.chorem.pollen.services.impl
Class EmailService.PollenEmail

java.lang.Object
  extended by org.chorem.pollen.services.impl.EmailService.PollenEmail
Enclosing class:
EmailService

public static class EmailService.PollenEmail
extends Object


Field Summary
protected  String content
           
protected  String subject
           
protected  String to
           
 
Method Summary
 String getContent()
           
 String getSubject()
           
 String getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject

protected String subject

content

protected String content

to

protected String to
Method Detail

getSubject

public String getSubject()

getContent

public String getContent()

getTo

public String getTo()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.