org.mycore.backend.hibernate.tables
Class MCRCATEGPK
java.lang.Object
org.mycore.backend.hibernate.tables.MCRCATEGPK
- All Implemented Interfaces:
- Serializable
public class MCRCATEGPK
- extends Object
- implements Serializable
- See Also:
- Serialized Form
id
public String id
clid
public String clid
MCRCATEGPK
public MCRCATEGPK()
MCRCATEGPK
public MCRCATEGPK(String id,
String clid)
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.
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object