org.tynamo.descriptor.extension
Class BlobDescriptorExtension

java.lang.Object
  extended by org.tynamo.descriptor.extension.BlobDescriptorExtension
All Implemented Interfaces:
Serializable, DescriptorExtension

public class BlobDescriptorExtension
extends Object
implements DescriptorExtension

See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
BlobDescriptorExtension(Class beanType)
           
 
Method Summary
 ContentDisposition getContentDisposition()
           
 String getContentType()
           
 String getFileName()
           
 RenderType getRenderType()
           
 boolean isBytes()
           
 boolean isITynamoBlob()
           
 void setContentDisposition(ContentDisposition contentDisposition)
           
 void setContentType(String contentType)
           
 void setFileName(String fileName)
           
 void setRenderType(RenderType renderType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

BlobDescriptorExtension

public BlobDescriptorExtension(Class beanType)
Parameters:
beanType -
Method Detail

isBytes

public boolean isBytes()

isITynamoBlob

public boolean isITynamoBlob()

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getRenderType

public RenderType getRenderType()

setRenderType

public void setRenderType(RenderType renderType)

getContentDisposition

public ContentDisposition getContentDisposition()

setContentDisposition

public void setContentDisposition(ContentDisposition contentDisposition)


Copyright © 2004-2012. All Rights Reserved.