public class SingleEntryOperationCreationData extends AbstractOperationCreationData implements Serializable
Java class for singleEntryOperationCreationData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
advantageId |
protected Integer |
alternativeCategoryQuantity |
protected Integer |
iteration |
protected List<NotNumberedSeatDefinition> |
nnSeatDefinitions |
protected List<String> |
oneTimeCodes |
protected Long |
parentOperationId |
protected Long |
performanceId |
protected Long |
productCompositionLineId |
protected Long |
seatCategoryId |
protected List<SeatDefinition> |
seatDefinitions |
protected SeatingStrategy |
seatingStrategy |
audienceSubCategoryId, barcodes, baseProductOperationIds, checkPrice, contingentId, crossSellId, fileId, operationId, orderId, parentMovementIds, priceLevelId, quantity, questionnaireId, resaleMovementIds, reservationExpirationDate, seasonTicketOrMembershipMovementId, unitPriceAmount
Constructor and Description |
---|
SingleEntryOperationCreationData() |
Modifier and Type | Method and Description |
---|---|
Long |
getAdvantageId()
Gets the value of the advantageId property.
|
Integer |
getAlternativeCategoryQuantity()
Gets the value of the alternativeCategoryQuantity property.
|
Integer |
getIteration()
Gets the value of the iteration property.
|
List<NotNumberedSeatDefinition> |
getNnSeatDefinitions()
Gets the value of the nnSeatDefinitions property.
|
List<String> |
getOneTimeCodes()
Gets the value of the oneTimeCodes property.
|
Long |
getParentOperationId()
Gets the value of the parentOperationId property.
|
Long |
getPerformanceId()
Gets the value of the performanceId property.
|
Long |
getProductCompositionLineId()
Gets the value of the productCompositionLineId property.
|
Long |
getSeatCategoryId()
Gets the value of the seatCategoryId property.
|
List<SeatDefinition> |
getSeatDefinitions()
Gets the value of the seatDefinitions property.
|
SeatingStrategy |
getSeatingStrategy()
Gets the value of the seatingStrategy property.
|
void |
setAdvantageId(Long value)
Sets the value of the advantageId property.
|
void |
setAlternativeCategoryQuantity(Integer value)
Sets the value of the alternativeCategoryQuantity property.
|
void |
setIteration(Integer value)
Sets the value of the iteration property.
|
void |
setParentOperationId(Long value)
Sets the value of the parentOperationId property.
|
void |
setPerformanceId(Long value)
Sets the value of the performanceId property.
|
void |
setProductCompositionLineId(Long value)
Sets the value of the productCompositionLineId property.
|
void |
setSeatCategoryId(Long value)
Sets the value of the seatCategoryId property.
|
void |
setSeatingStrategy(SeatingStrategy value)
Sets the value of the seatingStrategy property.
|
getAudienceSubCategoryId, getBarcodes, getBaseProductOperationIds, getContingentId, getCrossSellId, getFileId, getOperationId, getOrderId, getParentMovementIds, getPriceLevelId, getQuantity, getQuestionnaireId, getResaleMovementIds, getReservationExpirationDate, getSeasonTicketOrMembershipMovementId, getUnitPriceAmount, isCheckPrice, setAudienceSubCategoryId, setCheckPrice, setContingentId, setCrossSellId, setFileId, setOperationId, setOrderId, setPriceLevelId, setQuantity, setQuestionnaireId, setReservationExpirationDate, setSeasonTicketOrMembershipMovementId, setUnitPriceAmount
protected Long advantageId
protected Integer alternativeCategoryQuantity
protected Integer iteration
protected List<NotNumberedSeatDefinition> nnSeatDefinitions
protected Long parentOperationId
protected Long performanceId
protected Long productCompositionLineId
protected Long seatCategoryId
protected List<SeatDefinition> seatDefinitions
protected SeatingStrategy seatingStrategy
public Long getAdvantageId()
Long
public void setAdvantageId(Long value)
value
- allowed object is
Long
public Integer getAlternativeCategoryQuantity()
Integer
public void setAlternativeCategoryQuantity(Integer value)
value
- allowed object is
Integer
public Integer getIteration()
Integer
public void setIteration(Integer value)
value
- allowed object is
Integer
public List<NotNumberedSeatDefinition> getNnSeatDefinitions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the nnSeatDefinitions property.
For example, to add a new item, do as follows:
getNnSeatDefinitions().add(newItem);
Objects of the following type(s) are allowed in the list
NotNumberedSeatDefinition
public List<String> getOneTimeCodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the oneTimeCodes property.
For example, to add a new item, do as follows:
getOneTimeCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Long getParentOperationId()
Long
public void setParentOperationId(Long value)
value
- allowed object is
Long
public Long getPerformanceId()
Long
public void setPerformanceId(Long value)
value
- allowed object is
Long
public Long getProductCompositionLineId()
Long
public void setProductCompositionLineId(Long value)
value
- allowed object is
Long
public Long getSeatCategoryId()
Long
public void setSeatCategoryId(Long value)
value
- allowed object is
Long
public List<SeatDefinition> getSeatDefinitions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the seatDefinitions property.
For example, to add a new item, do as follows:
getSeatDefinitions().add(newItem);
Objects of the following type(s) are allowed in the list
SeatDefinition
public SeatingStrategy getSeatingStrategy()
SeatingStrategy
public void setSeatingStrategy(SeatingStrategy value)
value
- allowed object is
SeatingStrategy
Copyright © 2021. All rights reserved.