public abstract class AbstractOperationCreationData extends AbstractRealTimeDto implements Serializable
Java class for abstractOperationCreationData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
audienceSubCategoryId |
protected List<String> |
barcodes |
protected List<Long> |
baseProductOperationIds |
protected boolean |
checkPrice |
protected Long |
contingentId |
protected Long |
crossSellId |
protected Long |
fileId |
protected Long |
operationId |
protected Long |
orderId |
protected List<Long> |
parentMovementIds |
protected Long |
priceLevelId |
protected Integer |
quantity |
protected Long |
questionnaireId |
protected List<Long> |
resaleMovementIds |
protected Date |
reservationExpirationDate |
protected Long |
seasonTicketOrMembershipMovementId |
protected Integer |
unitPriceAmount |
Constructor and Description |
---|
AbstractOperationCreationData() |
Modifier and Type | Method and Description |
---|---|
Long |
getAudienceSubCategoryId()
Gets the value of the audienceSubCategoryId property.
|
List<String> |
getBarcodes()
Gets the value of the barcodes property.
|
List<Long> |
getBaseProductOperationIds()
Gets the value of the baseProductOperationIds property.
|
Long |
getContingentId()
Gets the value of the contingentId property.
|
Long |
getCrossSellId()
Gets the value of the crossSellId property.
|
Long |
getFileId()
Gets the value of the fileId property.
|
Long |
getOperationId()
Gets the value of the operationId property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
List<Long> |
getParentMovementIds()
Gets the value of the parentMovementIds property.
|
Long |
getPriceLevelId()
Gets the value of the priceLevelId property.
|
Integer |
getQuantity()
Gets the value of the quantity property.
|
Long |
getQuestionnaireId()
Gets the value of the questionnaireId property.
|
List<Long> |
getResaleMovementIds()
Gets the value of the resaleMovementIds property.
|
Date |
getReservationExpirationDate()
Gets the value of the reservationExpirationDate property.
|
Long |
getSeasonTicketOrMembershipMovementId()
Gets the value of the seasonTicketOrMembershipMovementId property.
|
Integer |
getUnitPriceAmount()
Gets the value of the unitPriceAmount property.
|
boolean |
isCheckPrice()
Gets the value of the checkPrice property.
|
void |
setAudienceSubCategoryId(Long value)
Sets the value of the audienceSubCategoryId property.
|
void |
setCheckPrice(boolean value)
Sets the value of the checkPrice property.
|
void |
setContingentId(Long value)
Sets the value of the contingentId property.
|
void |
setCrossSellId(Long value)
Sets the value of the crossSellId property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setOperationId(Long value)
Sets the value of the operationId property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPriceLevelId(Long value)
Sets the value of the priceLevelId property.
|
void |
setQuantity(Integer value)
Sets the value of the quantity property.
|
void |
setQuestionnaireId(Long value)
Sets the value of the questionnaireId property.
|
void |
setReservationExpirationDate(Date value)
Sets the value of the reservationExpirationDate property.
|
void |
setSeasonTicketOrMembershipMovementId(Long value)
Sets the value of the seasonTicketOrMembershipMovementId property.
|
void |
setUnitPriceAmount(Integer value)
Sets the value of the unitPriceAmount property.
|
protected Long audienceSubCategoryId
protected boolean checkPrice
protected Long contingentId
protected Long crossSellId
protected Long fileId
protected Long operationId
protected Long orderId
protected Long priceLevelId
protected Integer quantity
protected Long questionnaireId
protected Date reservationExpirationDate
protected Long seasonTicketOrMembershipMovementId
protected Integer unitPriceAmount
public Long getAudienceSubCategoryId()
Long
public void setAudienceSubCategoryId(Long value)
value
- allowed object is
Long
public List<String> getBarcodes()
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 barcodes property.
For example, to add a new item, do as follows:
getBarcodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Long> getBaseProductOperationIds()
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 baseProductOperationIds property.
For example, to add a new item, do as follows:
getBaseProductOperationIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public boolean isCheckPrice()
public void setCheckPrice(boolean value)
public Long getContingentId()
Long
public void setContingentId(Long value)
value
- allowed object is
Long
public Long getCrossSellId()
Long
public void setCrossSellId(Long value)
value
- allowed object is
Long
public Long getFileId()
Long
public void setFileId(Long value)
value
- allowed object is
Long
public Long getOperationId()
Long
public void setOperationId(Long value)
value
- allowed object is
Long
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public List<Long> getParentMovementIds()
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 parentMovementIds property.
For example, to add a new item, do as follows:
getParentMovementIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Long getPriceLevelId()
Long
public void setPriceLevelId(Long value)
value
- allowed object is
Long
public Integer getQuantity()
Integer
public void setQuantity(Integer value)
value
- allowed object is
Integer
public Long getQuestionnaireId()
Long
public void setQuestionnaireId(Long value)
value
- allowed object is
Long
public List<Long> getResaleMovementIds()
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 resaleMovementIds property.
For example, to add a new item, do as follows:
getResaleMovementIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Date getReservationExpirationDate()
String
public void setReservationExpirationDate(Date value)
value
- allowed object is
String
public Long getSeasonTicketOrMembershipMovementId()
Long
public void setSeasonTicketOrMembershipMovementId(Long value)
value
- allowed object is
Long
public Integer getUnitPriceAmount()
Integer
Copyright © 2021. All rights reserved.