org.hibernate.test.join
Class Thing
java.lang.Object
org.hibernate.test.join.Thing
public class Thing
- extends Object
Constructor Summary |
Thing()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Thing
public Thing()
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.