org.mycore.backend.hibernate.tables
Class MCRCATEGLABELPK
java.lang.Object
org.mycore.backend.hibernate.tables.MCRCATEGLABELPK
- All Implemented Interfaces:
- Serializable
public class MCRCATEGLABELPK
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MCRCATEGLABELPK
public MCRCATEGLABELPK()
MCRCATEGLABELPK
public MCRCATEGLABELPK(String id,
String clid,
String lang)
getClid
public String getClid()
- Returns:
- Returns the clid.
setClid
public void setClid(String clid)
- Parameters:
clid - The clid to set.
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id - The id to set.
getLang
public String getLang()
- Returns:
- Returns the lang.
setLang
public void setLang(String lang)
- Parameters:
lang - The lang to set.
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object