Package org.oxerr.viagogo.model
Class Seating
java.lang.Object
org.oxerr.viagogo.model.Seating
- All Implemented Interfaces:
Serializable
,Comparable<Seating>
- Direct Known Subclasses:
SeatingDetail
Represents the seating information for a ticket(s) in a Venue.
Seating
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getRow()
int
hashCode()
void
void
setSeatFrom
(String seatFrom) void
void
setSection
(String section) toString()
-
Constructor Details
-
Seating
public Seating() -
Seating
-
-
Method Details