@Embeddable public class SeatPK extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private int |
position |
private int |
row |
private String |
section |
private static long |
serialVersionUID |
private String |
venueId |
Modifier | Constructor and Description |
---|---|
protected |
SeatPK() |
|
SeatPK(String venueId,
String section,
int row,
int position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getPosition() |
int |
getRow() |
String |
getSection() |
String |
getVenueId() |
int |
hashCode() |
String |
toString() |
private static final long serialVersionUID
private String venueId
private String section
private int row
private int position
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.