org.opencrx.application.airsync.datatypes
Class EmailBodyT

java.lang.Object
  extended by org.opencrx.application.airsync.datatypes.EmailBodyT

public class EmailBodyT
extends Object


Constructor Summary
EmailBodyT()
           
 
Method Summary
 String getData()
           
 int getEstimatedDataSize()
           
 MimeType getType()
           
 boolean isTruncated()
           
 void setData(String data)
           
 void setEstimatedDataSize(int estimatedDataSize)
           
 void setTruncated(boolean isTruncated)
           
 void setType(MimeType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailBodyT

public EmailBodyT()
Method Detail

getType

public MimeType getType()

setType

public void setType(MimeType type)

getEstimatedDataSize

public int getEstimatedDataSize()

setEstimatedDataSize

public void setEstimatedDataSize(int estimatedDataSize)

isTruncated

public boolean isTruncated()

setTruncated

public void setTruncated(boolean isTruncated)

getData

public String getData()

setData

public void setData(String data)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.