public class StoredFileVO extends NamedEntityVO implements IBinaryFile
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,StoredFileVO> |
CONTENT_TYPE |
static BasicProperty<DateTime,StoredFileVO> |
LAST_MODIFIED |
static BasicProperty<java.lang.String,StoredFileVO> |
LAST_MODIFIED_IN_MILLIS |
static BasicProperty<java.lang.Integer,StoredFileVO> |
LENGTH |
NAMEID| Constructor and Description |
|---|
StoredFileVO() |
StoredFileVO(java.lang.Long id) |
StoredFileVO(Property<T,? super StoredFileVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getContentType() |
DateTime |
getLastModified() |
java.lang.String |
getLastModifiedInMillis() |
int |
getLength() |
void |
setContentType(java.lang.String contentType) |
void |
setLastModified(DateTime lastModified) |
void |
setLastModifiedInMillis(java.lang.String lastModifiedInMillis) |
void |
setLength(int length) |
java.lang.String |
toString() |
compareTo, getName, setNamegetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,StoredFileVO> CONTENT_TYPE
public static final BasicProperty<DateTime,StoredFileVO> LAST_MODIFIED
public static final BasicProperty<java.lang.String,StoredFileVO> LAST_MODIFIED_IN_MILLIS
public static final BasicProperty<java.lang.Integer,StoredFileVO> LENGTH
public StoredFileVO()
public StoredFileVO(java.lang.Long id)
public StoredFileVO(Property<T,? super StoredFileVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic java.lang.String getContentType()
getContentType in interface IBinaryFilepublic void setContentType(java.lang.String contentType)
public DateTime getLastModified()
public void setLastModified(DateTime lastModified)
public java.lang.String getLastModifiedInMillis()
public void setLastModifiedInMillis(java.lang.String lastModifiedInMillis)
public int getLength()
getLength in interface IBinaryFilepublic void setLength(int length)
public java.lang.String toString()
toString in class NamedEntityVO