org.mycore.backend.hibernate.tables
Class MCRRESUMPTIONTOKEN
java.lang.Object
org.mycore.backend.hibernate.tables.MCRRESUMPTIONTOKEN
- All Implemented Interfaces:
- Serializable
public class MCRRESUMPTIONTOKEN
- extends Object
- implements Serializable
- Author:
- Hibernate CodeGenerator
- See Also:
- Serialized Form
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
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