public class BinaryFileVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,BinaryFileVO> |
CONTENT_TYPE |
static Property<DateTime,BinaryFileVO> |
LAST_MODIFIED |
static Property<java.lang.String,BinaryFileVO> |
LAST_MODIFIED_IN_MILLIS |
static Property<java.lang.Integer,BinaryFileVO> |
LENGTH |
NAMEID| Constructor and Description |
|---|
BinaryFileVO() |
BinaryFileVO(java.lang.Long id) |
BinaryFileVO(Property<T,? super BinaryFileVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
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, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,BinaryFileVO> CONTENT_TYPE
public static final Property<DateTime,BinaryFileVO> LAST_MODIFIED
public static final Property<java.lang.String,BinaryFileVO> LAST_MODIFIED_IN_MILLIS
public static final Property<java.lang.Integer,BinaryFileVO> LENGTH
public BinaryFileVO()
public BinaryFileVO(java.lang.Long id)
public BinaryFileVO(Property<T,? super BinaryFileVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityVOpublic java.lang.String getContentType()
public DateTime getLastModified()
public java.lang.String getLastModifiedInMillis()
public int getLength()
public void setContentType(java.lang.String contentType)
public void setLastModified(DateTime lastModified)
public void setLastModifiedInMillis(java.lang.String lastModifiedInMillis)
public void setLength(int length)
public java.lang.String toString()
toString in class NamedEntityVO