org.infoglue.cms.applications.workflowtool.function.email
Class DigitalAssetAttachment

java.lang.Object
  extended by org.infoglue.cms.applications.workflowtool.function.email.AbstractAttachment
      extended by org.infoglue.cms.applications.workflowtool.function.email.DigitalAssetAttachment
All Implemented Interfaces:
Attachment

public class DigitalAssetAttachment
extends AbstractAttachment


Constructor Summary
DigitalAssetAttachment(java.lang.String name, java.lang.String contentType, byte[] bytes)
           
 
Method Summary
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.email.AbstractAttachment
getBytes, getContentType, getName, getSize, setBytes, setContentType, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DigitalAssetAttachment

public DigitalAssetAttachment(java.lang.String name,
                              java.lang.String contentType,
                              byte[] bytes)


Copyright © 2005 InfoGlue.org All Rights Reserved.