org.hibernate.test.hql
Class Joiner

java.lang.Object
  extended by org.hibernate.test.hql.Joiner

public class Joiner
extends Object

Implementation of Joiner.


Constructor Summary
Joiner()
           
 
Method Summary
 Long getId()
           
 String getJoinedName()
           
 String getName()
           
 void setId(Long id)
           
 void setJoinedName(String joinedName)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Joiner

public Joiner()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getJoinedName

public String getJoinedName()

setJoinedName

public void setJoinedName(String joinedName)


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