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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCost()
getNotes()
getRow()
int
hashCode()
void
setBarcodes
(List<Barcode> barcodes) void
setCost
(BigDecimal cost) void
setEdelivery
(Boolean edelivery) void
setInHandDate
(LocalDate inHandDate) void
setInstant
(Boolean instant) void
void
setQuantity
(Integer quantity) void
void
setSeatFrom
(Integer seatFrom) void
setSeatThru
(Integer seatThru) void
setSection
(String section) void
setSplitType
(SplitType splitType) void
void
setTokensType
(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
-