org.hibernate.test.interfaceproxy
Class DocumentImpl

java.lang.Object
  extended by org.hibernate.test.interfaceproxy.ItemImpl
      extended by org.hibernate.test.interfaceproxy.DocumentImpl
All Implemented Interfaces:
Document, Item
Direct Known Subclasses:
SecureDocumentImpl

public class DocumentImpl
extends ItemImpl
implements Document


Constructor Summary
DocumentImpl()
           
 
Method Summary
 Blob getContent()
           
 Calendar getCreated()
           
 Calendar getModified()
           
 void setContent(Blob content)
           
 void setCreated(Calendar created)
           
 void setModified(Calendar modified)
           
 
Methods inherited from class org.hibernate.test.interfaceproxy.ItemImpl
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.test.interfaceproxy.Item
getId, getName, setName
 

Constructor Detail

DocumentImpl

public DocumentImpl()
Method Detail

getCreated

public Calendar getCreated()
Specified by:
getCreated in interface Document
Returns:
Returns the created.

setCreated

public void setCreated(Calendar created)
Parameters:
created - The created to set.

getModified

public Calendar getModified()
Specified by:
getModified in interface Document
Returns:
Returns the modified.

setModified

public void setModified(Calendar modified)
Parameters:
modified - The modified to set.

getContent

public Blob getContent()
Specified by:
getContent in interface Document
Returns:
Returns the content.

setContent

public void setContent(Blob content)
Specified by:
setContent in interface Document
Parameters:
content - The content to set.


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