@Entity public class Seat extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Seat() |
|
Seat(Venue venue,
String section,
int row,
int position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getPosition() |
int |
getRow() |
String |
getSection() |
Venue |
getVenue() |
String |
getVenueId() |
int |
hashCode() |
String |
toString() |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.