org.opencrx.application.airsync.datatypes
Class AttachmentT

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

public class AttachmentT
extends Object


Constructor Summary
AttachmentT()
           
 
Method Summary
 String getAttachmentName()
           
 String getContentId()
           
 String getContentLocation()
           
 String getDisplayName()
           
 Integer getEstimatedDataSize()
           
 Boolean getIsInline()
           
 MethodAttachment getMethod()
           
 void setAttachmentName(String name)
           
 void setContentId(String contentId)
           
 void setContentLocation(String contentLocation)
           
 void setDisplayName(String displayName)
           
 void setEstimatedDataSize(Integer estimatedDataSize)
           
 void setIsInline(Boolean isInline)
           
 void setMethod(MethodAttachment method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentT

public AttachmentT()
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getAttachmentName

public String getAttachmentName()

setAttachmentName

public void setAttachmentName(String name)

getMethod

public MethodAttachment getMethod()

setMethod

public void setMethod(MethodAttachment method)

getEstimatedDataSize

public Integer getEstimatedDataSize()

setEstimatedDataSize

public void setEstimatedDataSize(Integer estimatedDataSize)

getContentId

public String getContentId()

setContentId

public void setContentId(String contentId)

getContentLocation

public String getContentLocation()

setContentLocation

public void setContentLocation(String contentLocation)

getIsInline

public Boolean getIsInline()

setIsInline

public void setIsInline(Boolean isInline)


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