Package org.oxerr.seatgeek.client.model
Class AbstractListing
java.lang.Object
org.oxerr.seatgeek.client.model.AbstractListing
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreateListingRequest,UpdateListingRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCost()getNotes()getRow()inthashCode()voidsetBarcodes(List<Barcode> barcodes) voidsetCost(BigDecimal cost) voidsetEdelivery(Boolean edelivery) voidsetInHandDate(LocalDate inHandDate) voidsetInstant(Boolean instant) voidvoidsetQuantity(Integer quantity) voidvoidsetSeatFrom(Integer seatFrom) voidsetSeatThru(Integer seatThru) voidsetSection(String section) voidsetSplitType(SplitType splitType) voidvoidsetTokensType(TokensType tokensType)
-
Constructor Details
-
AbstractListing
public AbstractListing()
-
-
Method Details
-
getQuantity
-
setQuantity
-
getCost
-
setCost
-
getSection
-
setSection
-
getRow
-
setRow
-
getSeatFrom
-
setSeatFrom
-
getSeatThru
-
setSeatThru
-
getNotes
-
setNotes
-
getInHandDate
-
setInHandDate
-
getEdelivery
-
setEdelivery
-
getInstant
-
setInstant
-
getSplitType
-
setSplitType
-
getTokensType
-
setTokensType
-
getTokens
-
setTokens
-
getBarcodes
-
setBarcodes
-
hashCode
public int hashCode() -
equals
-