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 |
URL |
url |
Constructor and Description |
---|
DbFile() |
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 URL url
public String hash
public String mimeType
public EstateAttachmentType type
public Date createdAt
public Date modifiedAt
public Map<String,DbFile.Translation> translations
Copyright © 2016. All rights reserved.