Class Image
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.module.Module
-
- de.terrestris.shoguncore.model.module.Image
-
- All Implemented Interfaces:
Serializable
@Entity public class Image extends Module
The Image Module is the Ext JS representation of an HTML img element.- Author:
- Kai Volland
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Image()Explicitly adding the default constructor as this is important, e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAltText()StringgetLink()StringgetSrc()inthashCode()voidsetAltText(String altText)voidsetLink(String link)voidsetSrc(String src)-
Methods inherited from class de.terrestris.shoguncore.model.module.Module
getName, getProperties, getXtype, setName, setProperties, setXtype
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Method Detail
-
getSrc
public String getSrc()
- Returns:
- the src
-
setSrc
public void setSrc(String src)
- Parameters:
src- the src to set
-
getLink
public String getLink()
- Returns:
- the link
-
setLink
public void setLink(String link)
- Parameters:
link- the link to set
-
getAltText
public String getAltText()
- Returns:
- the altText
-
setAltText
public void setAltText(String altText)
- Parameters:
altText- the altText to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-