org.mycore.backend.hibernate.tables
Class MCRXMLTABLE

java.lang.Object
  extended by org.mycore.backend.hibernate.tables.MCRXMLTABLE
All Implemented Interfaces:
MCRObjectIDDate

public class MCRXMLTABLE
extends Object
implements MCRObjectIDDate


Constructor Summary
MCRXMLTABLE()
           
MCRXMLTABLE(String id, int version, String type, Blob xml)
           
 
Method Summary
 String getId()
           
 MCRXMLTABLEPK getKey()
           
 Date getLastModified()
           
 String getType()
           
 int getVersion()
           
 Blob getXml()
           
 byte[] getXmlByteArray()
           
 void setId(String id)
           
 void setKey(MCRXMLTABLEPK key)
           
 void setLastModified(Date lastModified)
           
 void setType(String type)
           
 void setVersion(int version)
           
 void setXml(Blob xml)
           
 void setXmlByteArray(byte[] xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRXMLTABLE

public MCRXMLTABLE()

MCRXMLTABLE

public MCRXMLTABLE(String id,
                   int version,
                   String type,
                   Blob xml)
Method Detail

getKey

public MCRXMLTABLEPK getKey()

setKey

public void setKey(MCRXMLTABLEPK key)

getId

public String getId()
Specified by:
getId in interface MCRObjectIDDate

setId

public void setId(String id)

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getType

public String getType()

setType

public void setType(String type)

getXmlByteArray

public byte[] getXmlByteArray()

getXml

public Blob getXml()

setXml

public void setXml(Blob xml)

setXmlByteArray

public void setXmlByteArray(byte[] xml)

getLastModified

public Date getLastModified()
Specified by:
getLastModified in interface MCRObjectIDDate

setLastModified

public void setLastModified(Date lastModified)