org.hibernate.test.hql
Class SimpleEntityWithAssociation
java.lang.Object
org.hibernate.test.hql.SimpleEntityWithAssociation
public class SimpleEntityWithAssociation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleEntityWithAssociation
public SimpleEntityWithAssociation()
SimpleEntityWithAssociation
public SimpleEntityWithAssociation(String name)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getNegatedNumber
public Integer getNegatedNumber()
setNegatedNumber
public void setNegatedNumber(Integer negatedNumber)
getAssociatedEntities
public Set getAssociatedEntities()
setAssociatedEntities
public void setAssociatedEntities(Set associatedEntities)
addAssociation
public SimpleAssociatedEntity addAssociation(String name)
addAssociation
public void addAssociation(SimpleAssociatedEntity association)
removeAssociation
public void removeAssociation(SimpleAssociatedEntity association)
getManyToManyAssociatedEntities
public Set getManyToManyAssociatedEntities()
setManyToManyAssociatedEntities
public void setManyToManyAssociatedEntities(Set manyToManyAssociatedEntities)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.