Class BrokerListing
- java.lang.Object
-
- org.oxerr.vividseats.client.model.inventory.BrokerListing
-
- All Implemented Interfaces:
Serializable
public class BrokerListing extends Object implements Serializable
A listing from a broker. Broker Listing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrokerListing()
-
Method Summary
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getProductionId
public Integer getProductionId()
-
setProductionId
public void setProductionId(Integer productionId)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getSection
public String getSection()
-
setSection
public void setSection(String section)
-
getRow
public String getRow()
-
setRow
public void setRow(String row)
-
getSeatFrom
public String getSeatFrom()
-
setSeatFrom
public void setSeatFrom(String seatFrom)
-
getSeatThru
public String getSeatThru()
-
setSeatThru
public void setSeatThru(String seatThru)
-
getNotes
public String getNotes()
-
setNotes
public void setNotes(String notes)
-
getPrice
public BigDecimal getPrice()
-
setPrice
public void setPrice(BigDecimal price)
-
getTicketId
public String getTicketId()
-
setTicketId
public void setTicketId(String ticketId)
-
getElectronic
public Boolean getElectronic()
-
setElectronic
public void setElectronic(Boolean electronic)
-
getElectronicTransfer
public Boolean getElectronicTransfer()
-
setElectronicTransfer
public void setElectronicTransfer(Boolean electronicTransfer)
-
getInHandDate
public LocalDateTime getInHandDate()
-
setInHandDate
public void setInHandDate(LocalDateTime inHandDate)
-
getListDate
public LocalDateTime getListDate()
-
setListDate
public void setListDate(LocalDateTime listDate)
-
getSplitType
public SplitType getSplitType()
-
setSplitType
public void setSplitType(SplitType splitType)
-
getSplitValue
public String getSplitValue()
-
setSplitValue
public void setSplitValue(String splitValue)
-
getSpec
public Boolean getSpec()
-
setSpec
public void setSpec(Boolean spec)
-
getInstantDownload
public Boolean getInstantDownload()
-
setInstantDownload
public void setInstantDownload(Boolean instantDownload)
-
getPassThrough
public String getPassThrough()
-
setPassThrough
public void setPassThrough(String passThrough)
-
getStockType
public StockType getStockType()
-
setStockType
public void setStockType(StockType stockType)
-
getFaceValue
public BigDecimal getFaceValue()
-
setFaceValue
public void setFaceValue(BigDecimal faceValue)
-
getUnitTaxedCost
public BigDecimal getUnitTaxedCost()
-
setUnitTaxedCost
public void setUnitTaxedCost(BigDecimal unitTaxedCost)
-
getInstantTransfer
public Boolean getInstantTransfer()
-
setInstantTransfer
public void setInstantTransfer(Boolean instantTransfer)
-
getInternalNotes
public String getInternalNotes()
-
setInternalNotes
public void setInternalNotes(String internalNotes)
-
getEventName
public String getEventName()
-
setEventName
public void setEventName(String eventName)
-
getVenue
public String getVenue()
-
setVenue
public void setVenue(String venue)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getState
public String getState()
-
setState
public void setState(String state)
-
getEventDate
public LocalDateTime getEventDate()
-
setEventDate
public void setEventDate(LocalDateTime eventDate)
-
getShipDate
public String getShipDate()
-
setShipDate
public void setShipDate(String shipDate)
-
getCost
public BigDecimal getCost()
-
setCost
public void setCost(BigDecimal cost)
-
getHasFiles
public Boolean getHasFiles()
-
setHasFiles
public void setHasFiles(Boolean hasFiles)
-
getHasBarcodes
public Boolean getHasBarcodes()
-
setHasBarcodes
public void setHasBarcodes(Boolean hasBarcodes)
-
getLastUpdate
public LocalDateTime getLastUpdate()
-
setLastUpdate
public void setLastUpdate(LocalDateTime lastUpdate)
-
-