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, setUnitPriceAmountprotected 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()
Longpublic void setAdvantageId(Long value)
value - allowed object is
Longpublic Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic Long getHospRoomId()
Longpublic void setHospRoomId(Long value)
value - allowed object is
Longpublic Long getHospitalityAreaId()
Longpublic void setHospitalityAreaId(Long value)
value - allowed object is
Longpublic Long getItemId()
Longpublic void setItemId(Long value)
value - allowed object is
Longpublic Integer getMinSizeInPackage()
Integerpublic void setMinSizeInPackage(Integer value)
value - allowed object is
Integerpublic 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()
Longpublic void setParentOperationId(Long value)
value - allowed object is
Longpublic Long getProductCompositionLineId()
Longpublic void setProductCompositionLineId(Long value)
value - allowed object is
Longpublic String getProductDesignation()
Stringpublic void setProductDesignation(String value)
value - allowed object is
Stringpublic Long getTimeslotId()
Longpublic void setTimeslotId(Long value)
value - allowed object is
Longpublic VisitGroup getVisitGroupDefinition()
VisitGrouppublic void setVisitGroupDefinition(VisitGroup value)
value - allowed object is
VisitGroupCopyright © 2021. All rights reserved.