@Entity public class Image extends Module
| Constructor and Description |
|---|
Image()
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAltText() |
String |
getLink() |
String |
getSrc() |
int |
hashCode() |
void |
setAltText(String altText) |
void |
setLink(String link) |
void |
setSrc(String src) |
getName, getProperties, getXtype, setName, setProperties, setXtypegetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Image()
public String getSrc()
public void setSrc(String src)
src - the src to setpublic String getLink()
public void setLink(String link)
link - the link to setpublic String getAltText()
public void setAltText(String altText)
altText - the altText to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.