public class PriceLevel extends AbstractRealTimeDto
| Constructor and Description |
|---|
PriceLevel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Long |
getId() |
MainCategory |
getMainCategory() |
Integer |
getReduction() |
void |
setCode(String code) |
void |
setId(Long id) |
void |
setMainCategory(MainCategory mainCategory) |
void |
setReduction(Integer reduction) |
toStringpublic void setId(Long id)
public Long getId()
public void setCode(String code)
public String getCode()
public void setReduction(Integer reduction)
public Integer getReduction()
public void setMainCategory(MainCategory mainCategory)
public MainCategory getMainCategory()
Copyright © 2020. All rights reserved.