FileDocCategorySizeDatePackage
MoreCrazyIdFieldNameStuffEntity.javaAPI DocHibernate 3.2.51209Thu Jul 14 09:58:28 BST 2005org.hibernate.test.hql

MoreCrazyIdFieldNameStuffEntity

public class MoreCrazyIdFieldNameStuffEntity extends Object
Implementation of MoreCrazyIdFieldNameStuffEntity.
author
Steve Ebersole

Fields Summary
private Long
moreCrazyIdFieldNameStuffEntity
private HeresAnotherCrazyIdFieldName
heresAnotherCrazyIdFieldName
private String
name
Constructors Summary
public MoreCrazyIdFieldNameStuffEntity()

	
public MoreCrazyIdFieldNameStuffEntity(String name)

		this.name = name;
	
Methods Summary
public HeresAnotherCrazyIdFieldNamegetHeresAnotherCrazyIdFieldName()

		return heresAnotherCrazyIdFieldName;
	
public java.lang.LonggetMoreCrazyIdFieldNameStuffEntity()

		return moreCrazyIdFieldNameStuffEntity;
	
public java.lang.StringgetName()

		return name;
	
public voidsetHeresAnotherCrazyIdFieldName(HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName)

		this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName;
	
public voidsetMoreCrazyIdFieldNameStuffEntity(java.lang.Long moreCrazyIdFieldNameStuffEntity)

		this.moreCrazyIdFieldNameStuffEntity = moreCrazyIdFieldNameStuffEntity;
	
public voidsetName(java.lang.String name)

		this.name = name;