public static final class RepeaterExample.ProductItemBean extends Object implements Serializable
| Constructor and Description |
|---|
ProductItemBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
int |
getId() |
int |
getItemAvailable() |
String |
getName() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setItemAvailable(int itemAvailable) |
void |
setName(String name) |
public String getCategory()
public void setCategory(String category)
category - The category to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public int getId()
public void setId(int id)
id - The id to set.public int getItemAvailable()
public void setItemAvailable(int itemAvailable)
itemAvailable - The itemAvailable to set.public String getName()
public void setName(String name)
name - The name to set.Copyright © 2024. All rights reserved.