Class SalesTopic

java.lang.Object
org.oxerr.viagogo.model.topic.SalesTopic
All Implemented Interfaces:
Serializable

public class SalesTopic extends Object implements Serializable
See Also:
  • Constructor Details

    • SalesTopic

      public SalesTopic()
  • Method Details

    • getBarcodes

      public List<BarcodeInformation> getBarcodes()
    • setBarcodes

      public void setBarcodes(List<BarcodeInformation> barcodes)
    • getTopic

      public String getTopic()
    • setTopic

      public void setTopic(String topic)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getEvent

      public Event getEvent()
    • setEvent

      public void setEvent(Event event)
    • getSale

      public Sale getSale()
    • setSale

      public void setSale(Sale sale)
    • getSellerListing

      public SellerListing getSellerListing()
    • setSellerListing

      public void setSellerListing(SellerListing sellerListing)
    • getVenue

      public Venue getVenue()
    • setVenue

      public void setVenue(Venue venue)