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, waitequals, hashCode, toStringpublic static final String copyright
public Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic String contentTypeProperty()
public String fileNameProperty()
public String timestampProperty()