public class SimpleProductOperationCreationData extends AbstractOperationCreationData implements Serializable
Java class for simpleProductOperationCreationData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
advantageId |
protected Date |
date |
protected Long |
hospitalityAreaId |
protected Long |
hospRoomId |
protected Long |
itemId |
protected Integer |
minSizeInPackage |
protected List<String> |
oneTimeCodes |
protected Long |
parentOperationId |
protected Long |
productCompositionLineId |
protected String |
productDesignation |
protected Long |
timeslotId |
protected VisitGroup |
visitGroupDefinition |
audienceSubCategoryId, barcodes, baseProductOperationIds, checkPrice, contingentId, crossSellId, fileId, operationId, orderId, parentMovementIds, priceLevelId, quantity, questionnaireId, resaleMovementIds, reservationExpirationDate, seasonTicketOrMembershipMovementId, unitPriceAmount
Constructor and Description |
---|
SimpleProductOperationCreationData() |
Modifier and Type | Method and Description |
---|---|
Long |
getAdvantageId()
Gets the value of the advantageId property.
|
Date |
getDate()
Gets the value of the date property.
|
Long |
getHospitalityAreaId()
Gets the value of the hospitalityAreaId property.
|
Long |
getHospRoomId()
Gets the value of the hospRoomId property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
Integer |
getMinSizeInPackage()
Gets the value of the minSizeInPackage property.
|
List<String> |
getOneTimeCodes()
Gets the value of the oneTimeCodes property.
|
Long |
getParentOperationId()
Gets the value of the parentOperationId property.
|
Long |
getProductCompositionLineId()
Gets the value of the productCompositionLineId property.
|
String |
getProductDesignation()
Gets the value of the productDesignation property.
|
Long |
getTimeslotId()
Gets the value of the timeslotId property.
|
VisitGroup |
getVisitGroupDefinition()
Gets the value of the visitGroupDefinition property.
|
void |
setAdvantageId(Long value)
Sets the value of the advantageId property.
|
void |
setDate(Date value)
Sets the value of the date property.
|
void |
setHospitalityAreaId(Long value)
Sets the value of the hospitalityAreaId property.
|
void |
setHospRoomId(Long value)
Sets the value of the hospRoomId property.
|
void |
setItemId(Long value)
Sets the value of the itemId property.
|
void |
setMinSizeInPackage(Integer value)
Sets the value of the minSizeInPackage property.
|
void |
setParentOperationId(Long value)
Sets the value of the parentOperationId property.
|
void |
setProductCompositionLineId(Long value)
Sets the value of the productCompositionLineId property.
|
void |
setProductDesignation(String value)
Sets the value of the productDesignation property.
|
void |
setTimeslotId(Long value)
Sets the value of the timeslotId property.
|
void |
setVisitGroupDefinition(VisitGroup value)
Sets the value of the visitGroupDefinition 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 Date date
protected Long hospRoomId
protected Long hospitalityAreaId
protected Long itemId
protected Integer minSizeInPackage
protected Long parentOperationId
protected Long productCompositionLineId
protected String productDesignation
protected Long timeslotId
protected VisitGroup visitGroupDefinition
public Long getAdvantageId()
Long
public void setAdvantageId(Long value)
value
- allowed object is
Long
public Date getDate()
String
public void setDate(Date value)
value
- allowed object is
String
public Long getHospRoomId()
Long
public void setHospRoomId(Long value)
value
- allowed object is
Long
public Long getHospitalityAreaId()
Long
public void setHospitalityAreaId(Long value)
value
- allowed object is
Long
public Long getItemId()
Long
public void setItemId(Long value)
value
- allowed object is
Long
public Integer getMinSizeInPackage()
Integer
public void setMinSizeInPackage(Integer value)
value
- allowed object is
Integer
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 getProductCompositionLineId()
Long
public void setProductCompositionLineId(Long value)
value
- allowed object is
Long
public String getProductDesignation()
String
public void setProductDesignation(String value)
value
- allowed object is
String
public Long getTimeslotId()
Long
public void setTimeslotId(Long value)
value
- allowed object is
Long
public VisitGroup getVisitGroupDefinition()
VisitGroup
public void setVisitGroupDefinition(VisitGroup value)
value
- allowed object is
VisitGroup
Copyright © 2021. All rights reserved.