FileDocCategorySizeDatePackage
EntityWithCrazyCompositeKey.javaAPI DocHibernate 3.2.5523Wed Apr 27 12:41:58 BST 2005org.hibernate.test.hql

EntityWithCrazyCompositeKey

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

Fields Summary
private CrazyCompositeKey
id
private String
name
Constructors Summary
Methods Summary
public CrazyCompositeKeygetId()

		return id;
	
public java.lang.StringgetName()

		return name;
	
public voidsetId(CrazyCompositeKey id)

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

		this.name = name;