public class Package extends AbstractRealTimeDto
| Constructor and Description |
|---|
Package() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getPackageId() |
List<PackageItem> |
getPackageItems() |
List<PackageLine> |
getPackageLine() |
PriceType |
getPriceType() |
boolean |
isMandatorySeatCategory() |
void |
setMandatorySeatCategory(boolean mandatorySeatCategory) |
void |
setPackageId(Long packageId) |
void |
setPackageItems(List<PackageItem> packageItems) |
void |
setPackageLine(List<PackageLine> packageLine) |
void |
setPriceType(PriceType priceType) |
toStringpublic void setPriceType(PriceType priceType)
public PriceType getPriceType()
public boolean isMandatorySeatCategory()
public void setMandatorySeatCategory(boolean mandatorySeatCategory)
public List<PackageLine> getPackageLine()
public void setPackageLine(List<PackageLine> packageLine)
public Long getPackageId()
public void setPackageId(Long packageId)
public List<PackageItem> getPackageItems()
public void setPackageItems(List<PackageItem> packageItems)
Copyright © 2020. All rights reserved.