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

CarPart

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

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

return
Returns the id.

		return id;
	
public java.lang.StringgetPartName()

return
Returns the typeName.

		return partName;
	
public voidsetId(long id)

param
id The id to set.

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

param
typeName The typeName to set.

		this.partName = typeName;