org.hibernate.test.instrument.domain
Class Folder

java.lang.Object
  extended by org.hibernate.test.instrument.domain.Folder

public class Folder
extends Object


Field Summary
 boolean nameWasread
           
 
Constructor Summary
Folder()
           
 
Method Summary
 Collection getDocuments()
           
 Long getId()
           
 String getName()
           
 Folder getParent()
           
 Collection getSubfolders()
           
 void setDocuments(Collection documents)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setParent(Folder parent)
           
 void setSubfolders(Collection subfolders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameWasread

public boolean nameWasread
Constructor Detail

Folder

public Folder()
Method Detail

getId

public Long getId()
Returns:
Returns the id.

setId

public void setId(Long id)
Parameters:
id - The id to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getDocuments

public Collection getDocuments()
Returns:
Returns the documents.

setDocuments

public void setDocuments(Collection documents)
Parameters:
documents - The documents to set.

getParent

public Folder getParent()
Returns:
Returns the parent.

setParent

public void setParent(Folder parent)
Parameters:
parent - The parent to set.

getSubfolders

public Collection getSubfolders()
Returns:
Returns the subfolders.

setSubfolders

public void setSubfolders(Collection subfolders)
Parameters:
subfolders - The subfolders to set.


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