|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.backend.hibernate.tables.MCRLINKHREFPK
public class MCRLINKHREFPK
This class hold all primary keys of MCRLINKHREF
| Constructor Summary | |
|---|---|
MCRLINKHREFPK()
The constructor |
|
MCRLINKHREFPK(String from,
String to,
String type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
This method check the equalance of the given Object with this class. |
String |
getMcrfrom()
Get the data field from. |
String |
getMcrto()
Get the data filed to. |
String |
getMcrtype()
Get the data filed type. |
int |
hashCode()
This method return the hash code of this class as append of MCRFROM + MCRTO + MCRTYPE |
void |
setMcrfrom(String mcrfrom)
Set the data field from. |
void |
setMcrto(String mcrto)
Set the data filed to. |
void |
setMcrtype(String mcrtype)
Set the data filed type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRLINKHREFPK(String from,
String to,
String type)
from - the source ID of the linkto - the target ID of the linktype - the type of the linkpublic MCRLINKHREFPK()
| Method Detail |
|---|
public String getMcrfrom()
public void setMcrfrom(String mcrfrom)
mcrfrom - The mcrfrom to set.public String getMcrto()
public void setMcrto(String mcrto)
mcrto - The mcrto to set.public String getMcrtype()
public void setMcrtype(String mcrtype)
mcrtype - The mcrtype to set.public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||