public class Item extends Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<Deal> |
getDeal() |
Integer |
getDlvy() |
Integer |
getDt() |
Integer |
getExp() |
Map<String,Object> |
getExt() |
double |
getFlr() |
String |
getFlrcur() |
String |
getId() |
Collection<Metric> |
getMetric() |
Integer |
getPriv() |
Integer |
getQty() |
Integer |
getSeq() |
@NotNull Spec |
getSpec() |
int |
hashCode() |
void |
setDeal(Collection<Deal> deal) |
void |
setDlvy(Integer dlvy) |
void |
setDt(Integer dt) |
void |
setExp(Integer exp) |
void |
setExt(Map<String,Object> ext) |
void |
setFlr(double flr) |
void |
setFlrcur(String flrcur) |
void |
setId(String id) |
void |
setMetric(Collection<Metric> metric) |
void |
setPriv(Integer priv) |
void |
setQty(Integer qty) |
void |
setSeq(Integer seq) |
void |
setSpec(@NotNull Spec spec) |
public String getId()
public void setId(String id)
public Integer getQty()
public void setQty(Integer qty)
public Integer getSeq()
public void setSeq(Integer seq)
public double getFlr()
public void setFlr(double flr)
public String getFlrcur()
public void setFlrcur(String flrcur)
public Integer getExp()
public void setExp(Integer exp)
public Integer getDt()
public void setDt(Integer dt)
public Integer getDlvy()
public void setDlvy(Integer dlvy)
public Collection<Metric> getMetric()
public void setMetric(Collection<Metric> metric)
public Collection<Deal> getDeal()
public void setDeal(Collection<Deal> deal)
public Integer getPriv()
public void setPriv(Integer priv)
@NotNull public @NotNull Spec getSpec()
public void setSpec(@NotNull
@NotNull Spec spec)
Copyright © 2019. All rights reserved.