org.hibernate.test.sql.hand
Class Organization
java.lang.Object
org.hibernate.test.sql.hand.Organization
public class Organization
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Organization
public Organization(String name)
Organization
public Organization()
getEmployments
public Collection getEmployments()
- Returns:
- Returns the employments.
setEmployments
public void setEmployments(Collection employments)
- Parameters:
employments
- The employments 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.