public class DbFile extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DbFile.Translation |
Modifier and Type | Field and Description |
---|---|
Date |
createdAt |
String |
hash |
long |
id |
int |
imageHeight |
int |
imageWidth |
String |
mimeType |
Date |
modifiedAt |
String |
name |
long |
objectId |
int |
position |
boolean |
published |
long |
size |
Map<String,DbFile.Translation> |
translations |
EstateAttachmentType |
type |
URI |
url |
Constructor and Description |
---|
DbFile() |
Modifier and Type | Method and Description |
---|---|
int |
calculateHash() |
String |
getTitle(Locale locale) |
String |
getTitle(String lang) |
void |
initTranslations() |
void |
setTitle(String title,
Locale locale) |
void |
setTitle(String title,
String lang) |
public long id
public long objectId
public long size
public int position
public int imageHeight
public int imageWidth
public boolean published
public String name
public URI url
public String hash
public String mimeType
public EstateAttachmentType type
public Date createdAt
public Date modifiedAt
public Map<String,DbFile.Translation> translations
Copyright © 2019 OpenEstate. All rights reserved.