public class SeatBid extends Object
| Constructor and Description |
|---|
SeatBid() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotEmpty Collection<Bid> |
getBid() |
Map<String,Object> |
getExt() |
Integer |
getGroup() |
String |
getSeat() |
int |
hashCode() |
void |
setBid(@NotEmpty Collection<Bid> bid) |
void |
setExt(Map<String,Object> ext) |
void |
setGroup(Integer group) |
void |
setSeat(String seat) |
@NotEmpty public @NotEmpty Collection<Bid> getBid()
public void setBid(@NotEmpty
@NotEmpty Collection<Bid> bid)
public String getSeat()
public void setSeat(String seat)
public Integer getGroup()
public void setGroup(Integer group)
Copyright © 2019. All rights reserved.