public class ProductFamily extends AbstractRealTimeDto
Constructor and Description |
---|
ProductFamily() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getContactRequired() |
Integer |
getDefaultQuantity() |
DirectOption |
getDirectOption() |
ExternalName |
getExternalName() |
Boolean |
getNetPrices() |
ProductFamilySubType |
getProductFamilySubType() |
ProductFamilyType |
getProductFamilyType() |
ReservableEnum |
getReservable() |
void |
setContactRequired(Boolean contactRequired) |
void |
setDefaultQuantity(Integer defaultQuantity) |
void |
setDirectOption(DirectOption directOption) |
void |
setExternalName(ExternalName externalName) |
void |
setNetPrices(Boolean netPrices) |
void |
setProductFamilySubType(ProductFamilySubType productFamilySubType) |
void |
setProductFamilyType(ProductFamilyType productFamilyType) |
void |
setReservable(ReservableEnum reservable) |
toString
public ReservableEnum getReservable()
public void setReservable(ReservableEnum reservable)
public Boolean getContactRequired()
public void setContactRequired(Boolean contactRequired)
public ProductFamilyType getProductFamilyType()
public void setProductFamilyType(ProductFamilyType productFamilyType)
public ProductFamilySubType getProductFamilySubType()
public void setProductFamilySubType(ProductFamilySubType productFamilySubType)
public Integer getDefaultQuantity()
public void setDefaultQuantity(Integer defaultQuantity)
public ExternalName getExternalName()
public void setExternalName(ExternalName externalName)
public void setNetPrices(Boolean netPrices)
public Boolean getNetPrices()
public DirectOption getDirectOption()
public void setDirectOption(DirectOption directOption)
Copyright © 2020. All rights reserved.