com.ibatis.jpetstore.domain
Class Product
java.lang.Object
com.ibatis.jpetstore.domain.Product
- All Implemented Interfaces:
- Serializable
- public class Product
- extends Object
- implements Serializable
- See Also:
- Serialized Form
productId
private String productId
categoryId
private String categoryId
name
private String name
imagePath
private String imagePath
description
private String description
Product
public Product()
getProductId
public String getProductId()
setProductId
public void setProductId(String productId)
getCategoryId
public String getCategoryId()
setCategoryId
public void setCategoryId(String categoryId)
getName
public String getName()
setName
public void setName(String name)
getImagePath
public String getImagePath()
setImagePath
public void setImagePath(String imagePath)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
toString
public String toString()
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.