org.mycore.backend.hibernate.tables
Class MCRCATEGPK

java.lang.Object
  extended by org.mycore.backend.hibernate.tables.MCRCATEGPK
All Implemented Interfaces:
Serializable

public class MCRCATEGPK
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String clid
           
 String id
           
 
Constructor Summary
MCRCATEGPK()
           
MCRCATEGPK(String id, String clid)
           
 
Method Summary
 boolean equals(Object other)
           
 String getClid()
           
 String getId()
           
 int hashCode()
           
 void setClid(String clid)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

clid

public String clid
Constructor Detail

MCRCATEGPK

public MCRCATEGPK()

MCRCATEGPK

public MCRCATEGPK(String id,
                  String clid)
Method Detail

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