|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.backend.hibernate.tables.MCRURN
public class MCRURN
This class implement the data sructure of the MCRURN table.
| Constructor Summary | |
|---|---|
MCRURN()
The constructor of the class MCRURN |
|
MCRURN(String id,
String urn)
The constructor of the class MCRURN |
|
MCRURN(String id,
String urn,
String path,
String filename)
The constructor of the class MCRURN |
|
| Method Summary | |
|---|---|
String |
getFilename()
|
String |
getId()
Get the object ID value. |
MCRURNPK |
getKey()
This method returns the primary key. |
String |
getPath()
|
String |
getURN()
Get the URN value. |
void |
setFilename(String filename)
|
void |
setId(String id)
Set the object ID value. |
void |
setKey(MCRURNPK key)
This method set the primary key. |
void |
setPath(String path)
|
void |
setURN(String urn)
Set the URN value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRURN()
public MCRURN(String id,
String urn)
id - The document IDurn - The URN
public MCRURN(String id,
String urn,
String path,
String filename)
id - The document IDurn - The URN| Method Detail |
|---|
public MCRURNPK getKey()
public void setKey(MCRURNPK key)
key - the primary key as instance of the class MCRURNPKpublic String getId()
public void setId(String id)
id - the object ID value as a stringpublic String getURN()
public void setURN(String urn)
urn - the urn value as a stringpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||