org.hibernate.test.hql
Class MoreCrazyIdFieldNameStuffEntity

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

public class MoreCrazyIdFieldNameStuffEntity
extends Object

Implementation of MoreCrazyIdFieldNameStuffEntity.


Constructor Summary
MoreCrazyIdFieldNameStuffEntity()
           
MoreCrazyIdFieldNameStuffEntity(String name)
           
 
Method Summary
 HeresAnotherCrazyIdFieldName getHeresAnotherCrazyIdFieldName()
           
 Long getMoreCrazyIdFieldNameStuffEntity()
           
 String getName()
           
 void setHeresAnotherCrazyIdFieldName(HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName)
           
 void setMoreCrazyIdFieldNameStuffEntity(Long moreCrazyIdFieldNameStuffEntity)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreCrazyIdFieldNameStuffEntity

public MoreCrazyIdFieldNameStuffEntity()

MoreCrazyIdFieldNameStuffEntity

public MoreCrazyIdFieldNameStuffEntity(String name)
Method Detail

getMoreCrazyIdFieldNameStuffEntity

public Long getMoreCrazyIdFieldNameStuffEntity()

setMoreCrazyIdFieldNameStuffEntity

public void setMoreCrazyIdFieldNameStuffEntity(Long moreCrazyIdFieldNameStuffEntity)

getHeresAnotherCrazyIdFieldName

public HeresAnotherCrazyIdFieldName getHeresAnotherCrazyIdFieldName()

setHeresAnotherCrazyIdFieldName

public void setHeresAnotherCrazyIdFieldName(HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName)

getName

public String getName()

setName

public void setName(String name)


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