Class BrokerListing
java.lang.Object
org.oxerr.vividseats.client.model.inventory.BrokerListing
- All Implemented Interfaces:
Serializable
A listing from a broker.
Broker Listing.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCity()
getCost()
getId()
getNotes()
getPrice()
getRow()
getSpec()
getState()
getVenue()
int
hashCode()
void
setAttributes
(List<String> attributes) void
void
setCost
(BigDecimal cost) void
setElectronic
(Boolean electronic) void
setElectronicTransfer
(Boolean electronicTransfer) void
setEventDate
(LocalDateTime eventDate) void
setEventName
(String eventName) void
setFaceValue
(BigDecimal faceValue) void
setHasBarcodes
(Boolean hasBarcodes) void
setHasFiles
(Boolean hasFiles) void
void
setInHandDate
(LocalDateTime inHandDate) void
setInstantDownload
(Boolean instantDownload) void
setInstantTransfer
(Boolean instantTransfer) void
setInternalNotes
(String internalNotes) void
setLastUpdate
(LocalDateTime lastUpdate) void
setListDate
(LocalDateTime listDate) void
void
setPassThrough
(String passThrough) void
setPrice
(BigDecimal price) void
setProductionId
(Integer productionId) void
setQuantity
(Integer quantity) void
void
setSeatFrom
(String seatFrom) void
setSeatNumbers
(List<Integer> seatNumbers) void
setSeatThru
(String seatThru) void
setSection
(String section) void
setShipDate
(String shipDate) void
void
setSplitType
(SplitType splitType) void
setSplitValue
(String splitValue) void
void
setStockType
(StockType stockType) void
setTicketId
(String ticketId) void
setTickets
(List<Ticket> tickets) void
setUnitTaxedCost
(BigDecimal unitTaxedCost) void
-
Constructor Details
-
BrokerListing
public BrokerListing()
-
-
Method Details
-
getId
-
setId
-
getProductionId
-
setProductionId
-
getQuantity
-
setQuantity
-
getSection
-
setSection
-
getRow
-
setRow
-
getSeatFrom
-
setSeatFrom
-
getSeatThru
-
setSeatThru
-
getNotes
-
setNotes
-
getPrice
-
setPrice
-
getTicketId
-
setTicketId
-
getElectronic
-
setElectronic
-
getElectronicTransfer
-
setElectronicTransfer
-
getInHandDate
-
setInHandDate
-
getListDate
-
setListDate
-
getSplitType
-
setSplitType
-
getSplitValue
-
setSplitValue
-
getSpec
-
setSpec
-
getInstantDownload
-
setInstantDownload
-
getPassThrough
-
setPassThrough
-
getStockType
-
setStockType
-
getSeatNumbers
-
setSeatNumbers
-
getFaceValue
-
setFaceValue
-
getUnitTaxedCost
-
setUnitTaxedCost
-
getInstantTransfer
-
setInstantTransfer
-
getAttributes
-
setAttributes
-
getTickets
-
setTickets
-
getInternalNotes
-
setInternalNotes
-
getEventName
-
setEventName
-
getVenue
-
setVenue
-
getCity
-
setCity
-
getState
-
setState
-
getEventDate
-
setEventDate
-
getShipDate
-
setShipDate
-
getCost
-
setCost
-
getHasFiles
-
setHasFiles
-
getHasBarcodes
-
setHasBarcodes
-
getLastUpdate
-
setLastUpdate
-
hashCode
public int hashCode() -
equals
-