FileDocCategorySizeDatePackage
SubDetail.javaAPI DocHibernate 3.2.5585Sun Sep 26 00:18:28 BST 2004org.hibernate.test.legacy

SubDetail

public class SubDetail extends Object

(Omit source code)

Fields Summary
private String
name
private long
id
Constructors Summary
Methods Summary
public longgetId()
Returns the id.

return
long

		return id;
	
public java.lang.StringgetName()
Returns the name.

return
String

		return name;
	
public voidsetId(long id)
Sets the id.

param
id The id to set

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

param
name The name to set

		this.name = name;