public class Barcode extends Object implements Serializable
| Constructor and Description |
|---|
Barcode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getCode() |
String |
getCompany() |
String |
getCountry() |
String |
getId() |
String |
getName() |
Double |
getPrice() |
Integer |
getStat() |
void |
setAddress(String address) |
void |
setCode(String code) |
void |
setCompany(String company) |
void |
setCountry(String country) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPrice(Double price) |
void |
setStat(Integer stat) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getCode()
public void setCode(String code)
public String getCountry()
public void setCountry(String country)
public String getCompany()
public void setCompany(String company)
public String getAddress()
public void setAddress(String address)
public Integer getStat()
public void setStat(Integer stat)
public Double getPrice()
public void setPrice(Double price)
Copyright © 2018. All rights reserved.