|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.backend.hibernate.tables.MCRLINKHREF
public class MCRLINKHREF
This class implement the data sructure of the MCRLinkHref table.
| Constructor Summary | |
|---|---|
MCRLINKHREF()
The constructor of the class MCRLINKHREF |
|
MCRLINKHREF(String from,
String to,
String type,
String attr)
The constructor of the class MCRLINKHREF |
|
| Method Summary | |
|---|---|
MCRLINKHREFPK |
getKey()
This method returns the primary key. |
String |
getMcrattr()
Get the attribute value. |
String |
getMcrfrom()
Get the from value. |
String |
getMcrto()
Get the to value. |
String |
getMcrtype()
Get the type value. |
void |
setKey(MCRLINKHREFPK key)
This method set the primary key. |
void |
setMcrattr(String mcrattr)
Set the attr value. |
void |
setMcrfrom(String mcrfrom)
Set the from value. |
void |
setMcrto(String mcrto)
Set the to value. |
void |
setMcrtype(String mcrtype)
Set the type value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRLINKHREF()
public MCRLINKHREF(String from,
String to,
String type,
String attr)
from - The link sourceto - The link targettype - The type of the link (defined by using of this class)attr - The optional attribute of the link (defined by using of this
class)| Method Detail |
|---|
public MCRLINKHREFPK getKey()
public void setKey(MCRLINKHREFPK key)
key - the primary key as instance of the class MCRLINKHREFPKpublic String getMcrfrom()
public void setMcrfrom(String mcrfrom)
mcrfrom - the from value as a stringpublic String getMcrto()
public void setMcrto(String mcrto)
mcrto - the to value as a stringpublic String getMcrtype()
public void setMcrtype(String mcrtype)
mcrtype - the type value as a stringpublic String getMcrattr()
public void setMcrattr(String mcrattr)
mcrattr - the attr value as a string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||