Modifier and Type | Field and Description |
---|---|
protected String |
contentType |
protected long |
fileSize |
protected int |
height |
protected String |
type |
protected String |
url |
protected int |
width |
Constructor and Description |
---|
Assets() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
long |
getFileSize() |
int |
getHeight() |
String |
getType() |
String |
getUrl() |
int |
getWidth() |
void |
setContentType(String contentType) |
void |
setFileSize(long fileSize) |
void |
setHeight(int height) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setWidth(int width) |
protected int width
protected int height
protected long fileSize
protected String contentType
public Assets()
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public long getFileSize()
public void setFileSize(long fileSize)
public String getContentType()
public void setContentType(String contentType)
Copyright © 2018 Nuxeo. All rights reserved.