org.hibernate.test.mixed
Class Document

java.lang.Object
  extended by org.hibernate.test.mixed.Item
      extended by org.hibernate.test.mixed.Document
Direct Known Subclasses:
SecureDocument

public class Document
extends Item


Constructor Summary
Document()
           
 
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.mixed.Item
getId, getName, getParent, setId, setName, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document()
Method Detail

getCreated

public Calendar getCreated()
Returns:
Returns the created.

setCreated

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

getModified

public Calendar getModified()
Returns:
Returns the modified.

setModified

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

getContent

public Blob getContent()
Returns:
Returns the content.

setContent

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


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