Class VividSeatsCachedListing

java.lang.Object
org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
org.oxerr.vividseats.client.cached.redisson.inventory.VividSeatsCachedListing
All Implemented Interfaces:
Serializable

public class VividSeatsCachedListing extends org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
See Also:
  • Constructor Details

    • VividSeatsCachedListing

      public VividSeatsCachedListing()
    • VividSeatsCachedListing

      public VividSeatsCachedListing(VividSeatsEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
    • VividSeatsCachedListing

      public VividSeatsCachedListing(VividSeatsCachedEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
    • VividSeatsCachedListing

      public VividSeatsCachedListing(VividSeatsCachedEvent event, BrokerListing request, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
  • Method Details

    • getEvent

      public VividSeatsCachedEvent getEvent()
    • setEvent

      public void setEvent(VividSeatsCachedEvent event)
    • getVividSeatsEventId

      public Integer getVividSeatsEventId()
    • setVividSeatsEventId

      public void setVividSeatsEventId(Integer vividSeatsEventId)
    • toVividSeatsListing

      public VividSeatsListing toVividSeatsListing()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>