org.mycore.frontend.metsmods
Class MCRMetsModsPicture
java.lang.Object
org.mycore.frontend.metsmods.MCRMetsModsPicture
public class MCRMetsModsPicture
- extends Object
- Version:
- $Revision: 1.1 $ $Date: 2009/01/13 08:41:14 $
- Author:
- Stefan Freitag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
picture
String picture
order
int order
orderlabel
String orderlabel
MCRMetsModsPicture
public MCRMetsModsPicture(String picture,
int order,
String orderlabel)
getOrder
public int getOrder()
getOrderlabel
public String getOrderlabel()
getPicture
public String getPicture()
setOrder
public void setOrder(int i)
setOrderlabel
public void setOrderlabel(String i)
show
public void show()