public class ProductCategory extends Object implements CrudObject<Integer>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductCategory.Display |
| Constructor and Description |
|---|
ProductCategory() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
String |
getDescription() |
ProductCategory.Display |
getDisplay() |
Integer |
getId() |
String |
getImage() |
String |
getName() |
Integer |
getParent() |
String |
getSlug() |
void |
setCount(Integer count) |
void |
setDescription(String description) |
void |
setDisplay(ProductCategory.Display display) |
void |
setId(Integer id) |
void |
setImage(String image) |
void |
setName(String name) |
void |
setParent(Integer parent) |
void |
setSlug(String slug) |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public String getName()
public void setName(String name)
public String getSlug()
public void setSlug(String slug)
public Integer getParent()
public void setParent(Integer parent)
public String getDescription()
public void setDescription(String description)
public ProductCategory.Display getDisplay()
public void setDisplay(ProductCategory.Display display)
public String getImage()
public void setImage(String image)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2017 Netgrid. All rights reserved.