org.mycore.backend.hibernate.tables
Class MCRCATEGLABEL
java.lang.Object
org.mycore.backend.hibernate.tables.MCRCATEGLABEL
public class MCRCATEGLABEL
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRCATEGLABEL
public MCRCATEGLABEL()
MCRCATEGLABEL
public MCRCATEGLABEL(String id,
String clid,
String lang,
String text,
String mcrdesc)
throws MCRPersistenceException
- Throws:
MCRPersistenceException
getKey
public MCRCATEGLABELPK getKey()
setKey
public void setKey(MCRCATEGLABELPK key)
getClid
public String getClid()
setClid
public void setClid(String clid)
getId
public String getId()
setId
public void setId(String id)
getLang
public String getLang()
setLang
public void setLang(String lang)
getText
public String getText()
setText
public void setText(String text)
getMcrdesc
public String getMcrdesc()
setMcrdesc
public void setMcrdesc(String mcrdesc)