org.rhq.core.domain.drift
Class JPADriftFileBits
java.lang.Object
org.rhq.core.domain.drift.AbstractJPADriftFile
org.rhq.core.domain.drift.JPADriftFileBits
- All Implemented Interfaces:
- Serializable
public class JPADriftFileBits
- extends AbstractJPADriftFile
- implements Serializable
A JPADriftFile represents one unique piece of content used for drift tracking. Note that JPADriftFileBits
provides access to the bits through java.sql.Blob. This entity can not be used client-side (gwt) whereas its
sister class, JPADriftFile, can. Both entities share the same table and abstract superclass. See
RHQDomain.gwt.xml for how to exclude unwanted domain classes from the gwt compile.
- See Also:
- Serialized Form
QUERY_FIND_BY_ID
public static final String QUERY_FIND_BY_ID
- See Also:
- Constant Field Values
JPADriftFileBits
protected JPADriftFileBits()
JPADriftFileBits
public JPADriftFileBits(String hashId)
getHashId
public String getHashId()
setHashId
public void setHashId(String hashId)
getBlob
public Blob getBlob()
getData
public InputStream getData()
throws SQLException
- Throws:
SQLException
setData
public void setData(Blob blob)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.