org.hibernate.test.flush
Class Publisher

java.lang.Object
  extended by org.hibernate.test.flush.Publisher

@Entity
public class Publisher
extends Object


Constructor Summary
Publisher()
           
Publisher(String name)
           
 
Method Summary
 Set<Author> getAuthors()
           
 Long getId()
           
 String getName()
           
 void setAuthors(Set<Author> authors)
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Publisher

public Publisher()

Publisher

public Publisher(String name)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getAuthors

public Set<Author> getAuthors()

setAuthors

public void setAuthors(Set<Author> authors)


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