public class PackageLine extends AbstractRealTimeDto
Constructor and Description |
---|
PackageLine() |
Modifier and Type | Method and Description |
---|---|
Long |
getForcedAudSubCatId() |
Long |
getPackageLineId() |
Long |
getParentPackageLineId() |
Product |
getProduct() |
Integer |
getQuantity() |
Integer |
getRank() |
boolean |
isOptional() |
void |
setForcedAudSubCatId(Long forcedAudSubCatId) |
void |
setOptional(boolean optional) |
void |
setPackageLineId(Long packageLineId) |
void |
setParentPackageLineId(Long parentPackageLineId) |
void |
setProduct(Product product) |
void |
setQuantity(Integer quantity) |
void |
setRank(Integer rank) |
toString
public Long getPackageLineId()
public void setPackageLineId(Long packageLineId)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public boolean isOptional()
public void setOptional(boolean optional)
public Long getForcedAudSubCatId()
public void setForcedAudSubCatId(Long forcedAudSubCatId)
public Product getProduct()
public void setProduct(Product product)
public Long getParentPackageLineId()
public void setParentPackageLineId(Long parentPackageLineId)
public Integer getRank()
public void setRank(Integer rank)
Copyright © 2020. All rights reserved.