public class MediaDto extends Object implements Media
| Modifier and Type | Field and Description |
|---|---|
protected String |
altText |
protected long |
id |
protected String |
tags |
protected String |
title |
protected String |
url |
| Constructor and Description |
|---|
MediaDto() |
protected long id
protected String url
protected String title
protected String altText
protected String tags
public String getAltText()
getAltText in interface Mediapublic void setAltText(String altText)
setAltText in interface MediaCopyright © 2014. All rights reserved.