public class DatabaseBlobImpl extends Object implements DatabaseBlob
Type | Property and Description |
---|---|
String |
contentType |
String |
fileName |
String |
timestamp |
Constructor and Description |
---|
DatabaseBlobImpl(String contentTypeProperty,
String fileNameProperty,
String timestampProperty) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
contentTypeProperty() |
String |
fileNameProperty() |
String |
timestampProperty() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public static final String copyright
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String contentTypeProperty()
public String fileNameProperty()
public String timestampProperty()