com.clickntap.tool.mail
Class Body

java.lang.Object
  extended by com.clickntap.tool.mail.Body

public class Body
extends Object


Constructor Summary
Body(String content, String contentType)
           
 
Method Summary
 String getContent()
           
 String getContentType()
           
 void setContent(String content)
           
 void setContentType(String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body(String content,
            String contentType)
Method Detail

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getContent

public String getContent()

setContent

public void setContent(String content)


Copyright © 2014. All rights reserved.