public class ContiguityData extends AbstractRealTimeDto
Constructor and Description |
---|
ContiguityData() |
Modifier and Type | Method and Description |
---|---|
Long |
getPerformanceId() |
Long |
getSeatCategoryId() |
List<Segment> |
getSegments() |
boolean |
isContiguous() |
void |
setContiguous(boolean contiguous) |
void |
setPerformanceId(Long performanceId) |
void |
setSeatCategoryId(Long seatCategoryId) |
void |
setSegments(List<Segment> segments) |
toString
public Long getPerformanceId()
public void setPerformanceId(Long performanceId)
public void setContiguous(boolean contiguous)
public boolean isContiguous()
public void setSeatCategoryId(Long seatCategoryId)
public Long getSeatCategoryId()
Copyright © 2020. All rights reserved.