org.hibernate.test.join
Class Thing

java.lang.Object
  extended by org.hibernate.test.join.Thing

public class Thing
extends Object


Constructor Summary
Thing()
           
 
Method Summary
 String getComments()
           
 Long getId()
           
 String getName()
           
 Employee getSalesperson()
           
 void setComments(String comments)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setSalesperson(Employee salesperson)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thing

public Thing()
Method Detail

getSalesperson

public Employee getSalesperson()
Returns:
Returns the salesperson.

setSalesperson

public void setSalesperson(Employee salesperson)
Parameters:
salesperson - The salesperson to set.

getComments

public String getComments()
Returns:
Returns the comments.

setComments

public void setComments(String comments)
Parameters:
comments - The comments to set.

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.


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