org.apache.maven.doxia.module.xhtml.decoration.model
public class Image extends Object
Version: $Id:Image.java 348605 2005-11-24 12:02:44 +1100 (Thu, 24 Nov 2005) brett $
| Constructor Summary | |
|---|---|
| Image() | |
| Method Summary | |
|---|---|
| String | getAlt() |
| Link | getLink() |
| String | getSrc() |
| String | getTitle() |
| void | setAlt(String alt) |
| void | setLink(Link link) |
| void | setSrc(String src) |
| void | setTitle(String title) |