org.opencrx.application.airsync.datatypes
Class AttachmentDataT

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

public class AttachmentDataT
extends Object


Constructor Summary
AttachmentDataT()
           
 
Method Summary
 InputStream getContent()
           
 String getContentType()
           
 void setContent(InputStream 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

AttachmentDataT

public AttachmentDataT()
Method Detail

getContent

public InputStream getContent()

getContentType

public String getContentType()

setContent

public void setContent(InputStream content)

setContentType

public void setContentType(String contentType)


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