org.hibernate.test.interfaceproxy
Class DocumentImpl
java.lang.Object
   org.hibernate.test.interfaceproxy.ItemImpl
org.hibernate.test.interfaceproxy.ItemImpl
       org.hibernate.test.interfaceproxy.DocumentImpl
org.hibernate.test.interfaceproxy.DocumentImpl
- All Implemented Interfaces: 
- Document, Item
- Direct Known Subclasses: 
- SecureDocumentImpl
- public class DocumentImpl 
- extends ItemImpl- implements Document
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DocumentImpl
public DocumentImpl()
getCreated
public Calendar getCreated()
- 
- Specified by:
- getCreatedin interface- Document
 
- 
- Returns:
- Returns the created.
 
setCreated
public void setCreated(Calendar created)
- 
 
- 
- Parameters:
- created- The created to set.
 
getModified
public Calendar getModified()
- 
- Specified by:
- getModifiedin interface- Document
 
- 
- Returns:
- Returns the modified.
 
setModified
public void setModified(Calendar modified)
- 
 
- 
- Parameters:
- modified- The modified to set.
 
getContent
public Blob getContent()
- 
- Specified by:
- getContentin interface- Document
 
- 
- Returns:
- Returns the content.
 
setContent
public void setContent(Blob content)
- 
- Specified by:
- setContentin interface- Document
 
- 
- Parameters:
- content- The content to set.
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.