@Entity public class MediaImpl 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 |
---|
MediaImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAltText() |
Long |
getId() |
String |
getTags() |
String |
getTitle() |
String |
getUrl() |
int |
hashCode() |
void |
setAltText(String altText) |
void |
setId(Long id) |
void |
setTags(String tags) |
void |
setTitle(String title) |
void |
setUrl(String url) |
protected Long id
protected String url
protected String title
protected String altText
protected String tags
public String getAltText()
getAltText
in interface Media
public void setAltText(String altText)
setAltText
in interface Media
Copyright © 2014. All rights reserved.