org.apache.jackrabbit.core.state.orm
Class ORMBlobValue

java.lang.Object
  extended byorg.apache.jackrabbit.core.state.orm.ORMBlobValue
All Implemented Interfaces:
Serializable

public class ORMBlobValue
extends Object
implements Serializable

BLOB value ORM object

See Also:
Serialized Form

Constructor Summary
ORMBlobValue()
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getBlobValue()
           
 Integer getDbId()
           
 Integer getIndex()
           
 String getParentUUID()
           
 String getPropertyName()
           
 Long getSize()
           
 int hashCode()
           
 void setBlobValue(byte[] blobValue)
           
 void setDbId(Integer dbId)
           
 void setIndex(Integer index)
           
 void setParentUUID(String parentUUID)
           
 void setPropertyName(String propertyName)
           
 void setSize(Long size)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMBlobValue

public ORMBlobValue()
Method Detail

setDbId

public void setDbId(Integer dbId)

setParentUUID

public void setParentUUID(String parentUUID)

setPropertyName

public void setPropertyName(String propertyName)

setIndex

public void setIndex(Integer index)

setSize

public void setSize(Long size)

setBlobValue

public void setBlobValue(byte[] blobValue)

getDbId

public Integer getDbId()

getParentUUID

public String getParentUUID()

getPropertyName

public String getPropertyName()

getIndex

public Integer getIndex()

getSize

public Long getSize()

getBlobValue

public byte[] getBlobValue()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.