FileDocCategorySizeDatePackage
CarType.javaAPI DocHibernate 3.2.5615Tue Dec 12 16:22:26 GMT 2006org.hibernate.test.entitymode.dom4j.many2one

CarType

public class CarType extends Object implements Serializable
author
Paco Hernández

Fields Summary
private long
id
private String
typeName
Constructors Summary
Methods Summary
public longgetId()

return
Returns the id.

		return id;
	
public java.lang.StringgetTypeName()

return
Returns the typeName.

		return typeName;
	
public voidsetId(long id)

param
id The id to set.

		this.id = id;
	
public voidsetTypeName(java.lang.String typeName)

param
typeName The typeName to set.

		this.typeName = typeName;