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

HeresAnotherCrazyIdFieldName

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

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

	
public HeresAnotherCrazyIdFieldName(String name)

		this.name = name;
	
Methods Summary
public java.lang.LonggetHeresAnotherCrazyIdFieldName()

		return heresAnotherCrazyIdFieldName;
	
public java.lang.StringgetName()

		return name;
	
public voidsetHeresAnotherCrazyIdFieldName(java.lang.Long heresAnotherCrazyIdFieldName)

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

		this.name = name;