org.hibernate.test.interfaceproxy
Interface Document

All Superinterfaces:
Item
All Known Subinterfaces:
SecureDocument
All Known Implementing Classes:
DocumentImpl, SecureDocumentImpl

public interface Document
extends Item


Method Summary
 Blob getContent()
           
 Calendar getCreated()
           
 Calendar getModified()
           
 void setContent(Blob content)
           
 
Methods inherited from interface org.hibernate.test.interfaceproxy.Item
getId, getName, setName
 

Method Detail

getContent

Blob getContent()
Returns:
Returns the content.

setContent

void setContent(Blob content)
Parameters:
content - The content to set.

getCreated

Calendar getCreated()

getModified

Calendar getModified()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.