org.mycore.backend.hibernate.tables
Class MCRRESUMPTIONTOKEN

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

public class MCRRESUMPTIONTOKEN
extends Object
implements Serializable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Constructor Summary
MCRRESUMPTIONTOKEN()
          default constructor
MCRRESUMPTIONTOKEN(String resumptionTokenID, Blob hitBlob)
          minimal constructor
MCRRESUMPTIONTOKEN(String resumptionTokenID, String prefix, long completeSize, Date created, String instance, Blob hitBlob)
          full constructor
 
Method Summary
 boolean equals(Object other)
           
 long getCompleteSize()
           
 Date getCreated()
           
 Blob getHitBlob()
           
 byte[] getHitByteArray()
           
 String getInstance()
           
 String getPrefix()
           
 String getResumptionTokenID()
           
 int hashCode()
           
 void setCompleteSize(long completeSize)
           
 void setCreated(Date created)
           
 void setHitBlob(Blob hitBlob)
           
 void setHitByteArray(byte[] hitByte)
           
 void setInstance(String instance)
           
 void setPrefix(String prefix)
           
 void setResumptionTokenID(String resumptionTokenID)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MCRRESUMPTIONTOKEN

public MCRRESUMPTIONTOKEN(String resumptionTokenID,
                          String prefix,
                          long completeSize,
                          Date created,
                          String instance,
                          Blob hitBlob)
full constructor


MCRRESUMPTIONTOKEN

public MCRRESUMPTIONTOKEN()
default constructor


MCRRESUMPTIONTOKEN

public MCRRESUMPTIONTOKEN(String resumptionTokenID,
                          Blob hitBlob)
minimal constructor

Method Detail

getResumptionTokenID

public String getResumptionTokenID()

setResumptionTokenID

public void setResumptionTokenID(String resumptionTokenID)

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getCompleteSize

public long getCompleteSize()

setCompleteSize

public void setCompleteSize(long completeSize)

getCreated

public Date getCreated()

setCreated

public void setCreated(Date created)

getInstance

public String getInstance()

setInstance

public void setInstance(String instance)

getHitBlob

public Blob getHitBlob()

setHitBlob

public void setHitBlob(Blob hitBlob)

getHitByteArray

public byte[] getHitByteArray()

setHitByteArray

public void setHitByteArray(byte[] hitByte)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object