com.ibatis.jpetstore.domain
Class Category

java.lang.Object
  extended bycom.ibatis.jpetstore.domain.Category
All Implemented Interfaces:
Serializable

public class Category
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String categoryId
           
private  String imagePath
           
private  String name
           
 
Constructor Summary
Category()
           
 
Method Summary
 String getCategoryId()
           
 String getImagePath()
           
 String getName()
           
 void setCategoryId(String categoryId)
           
 void setImagePath(String imagePath)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

categoryId

private String categoryId

name

private String name

imagePath

private String imagePath
Constructor Detail

Category

public Category()
Method Detail

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)

toString

public String toString()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.