public class CategoryItem extends Object
| 构造器和说明 |
|---|
CategoryItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
CategoryItem |
categoryId(Long categoryId) |
CategoryItem |
categoryName(String categoryName) |
CategoryItem |
categoryPath(String categoryPath) |
boolean |
equals(Object o) |
Long |
getCategoryId()
Get categoryId
|
String |
getCategoryName()
Get categoryName
|
String |
getCategoryPath()
Get categoryPath
|
Long |
getLevel()
Get level
|
Long |
getParentCategoryId()
Get parentCategoryId
|
int |
hashCode() |
CategoryItem |
level(Long level) |
CategoryItem |
parentCategoryId(Long parentCategoryId) |
void |
setCategoryId(Long categoryId) |
void |
setCategoryName(String categoryName) |
void |
setCategoryPath(String categoryPath) |
void |
setLevel(Long level) |
void |
setParentCategoryId(Long parentCategoryId) |
String |
toString() |
public CategoryItem categoryId(Long categoryId)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public CategoryItem categoryName(String categoryName)
public String getCategoryName()
public void setCategoryName(String categoryName)
public CategoryItem parentCategoryId(Long parentCategoryId)
public Long getParentCategoryId()
public void setParentCategoryId(Long parentCategoryId)
public CategoryItem level(Long level)
public Long getLevel()
public void setLevel(Long level)
public CategoryItem categoryPath(String categoryPath)
public String getCategoryPath()
public void setCategoryPath(String categoryPath)
Copyright © 2020. All rights reserved.