Class VividSeatsListing
java.lang.Object
org.oxerr.ticket.inventory.support.Listing<String,org.oxerr.vividseats.client.model.inventory.BrokerListing>
org.oxerr.vividseats.client.cached.inventory.VividSeatsListing
- All Implemented Interfaces:
Serializable
public class VividSeatsListing
extends org.oxerr.ticket.inventory.support.Listing<String,org.oxerr.vividseats.client.model.inventory.BrokerListing>
- See Also:
-
Constructor Summary
ConstructorDescriptionVividSeatsListing
(String id, Integer vividSeatsEventId, org.oxerr.vividseats.client.model.inventory.BrokerListing request) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setVividSeatsEventId
(Integer vividSeatsEventId) Methods inherited from class org.oxerr.ticket.inventory.support.Listing
getId, getRequest, setId, setRequest
-
Constructor Details
-
VividSeatsListing
public VividSeatsListing() -
VividSeatsListing
-
-
Method Details
-
getVividSeatsEventId
-
setVividSeatsEventId
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.oxerr.ticket.inventory.support.Listing<String,
org.oxerr.vividseats.client.model.inventory.BrokerListing>
-
equals
- Overrides:
equals
in classorg.oxerr.ticket.inventory.support.Listing<String,
org.oxerr.vividseats.client.model.inventory.BrokerListing>
-