Interface CPConfigurationEntryModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CPConfigurationEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
CPConfigurationEntry
- All Known Implementing Classes:
CPConfigurationEntryWrapper
@ProviderType
public interface CPConfigurationEntryModel
extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the CPConfigurationEntry service. Represents a row in the "CPConfigurationEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.product.model.impl.CPConfigurationEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.product.model.impl.CPConfigurationEntryImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the allowed order quantities of this cp configuration entry.booleanReturns the back orders of this cp configuration entry.Returns the fully qualified class name of this cp configuration entry.longReturns the class name ID of this cp configuration entry.longReturns the class pk of this cp configuration entry.longReturns the commerce availability estimate ID of this cp configuration entry.longReturns the company ID of this cp configuration entry.longReturns the cp configuration entry ID of this cp configuration entry.longReturns the cp configuration list ID of this cp configuration entry.Returns the cp definition inventory engine of this cp configuration entry.longReturns the cp tax category ID of this cp configuration entry.Returns the create date of this cp configuration entry.longReturns the ct collection ID of this cp configuration entry.doublegetDepth()Returns the depth of this cp configuration entry.booleanReturns the display availability of this cp configuration entry.booleanReturns the display stock quantity of this cp configuration entry.Returns the external reference code of this cp configuration entry.booleanReturns the free shipping of this cp configuration entry.longReturns the group ID of this cp configuration entry.doubleReturns the height of this cp configuration entry.Returns the low stock activity of this cp configuration entry.Returns the max order quantity of this cp configuration entry.Returns the min order quantity of this cp configuration entry.Returns the min stock quantity of this cp configuration entry.Returns the modified date of this cp configuration entry.Returns the multiple order quantity of this cp configuration entry.longReturns the mvcc version of this cp configuration entry.longReturns the primary key of this cp configuration entry.booleanReturns the purchasable of this cp configuration entry.booleanReturns the shippable of this cp configuration entry.doubleReturns the shipping extra price of this cp configuration entry.booleanReturns the ship separately of this cp configuration entry.booleanReturns the tax exempt of this cp configuration entry.longReturns the user ID of this cp configuration entry.Returns the user name of this cp configuration entry.Returns the user uuid of this cp configuration entry.getUuid()Returns the uuid of this cp configuration entry.booleanReturns the visible of this cp configuration entry.doubleReturns the weight of this cp configuration entry.doublegetWidth()Returns the width of this cp configuration entry.booleanReturnstrueif this cp configuration entry is back orders.booleanReturnstrueif this cp configuration entry is display availability.booleanReturnstrueif this cp configuration entry is display stock quantity.booleanReturnstrueif this cp configuration entry is free shipping.booleanReturnstrueif this cp configuration entry is purchasable.booleanReturnstrueif this cp configuration entry is shippable.booleanReturnstrueif this cp configuration entry is ship separately.booleanReturnstrueif this cp configuration entry is tax exempt.booleanReturnstrueif this cp configuration entry is visible.voidsetAllowedOrderQuantities(String allowedOrderQuantities) Sets the allowed order quantities of this cp configuration entry.voidsetBackOrders(boolean backOrders) Sets whether this cp configuration entry is back orders.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this cp configuration entry.voidsetClassPK(long classPK) Sets the class pk of this cp configuration entry.voidsetCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId) Sets the commerce availability estimate ID of this cp configuration entry.voidsetCompanyId(long companyId) Sets the company ID of this cp configuration entry.voidsetCPConfigurationEntryId(long CPConfigurationEntryId) Sets the cp configuration entry ID of this cp configuration entry.voidsetCPConfigurationListId(long CPConfigurationListId) Sets the cp configuration list ID of this cp configuration entry.voidsetCPDefinitionInventoryEngine(String CPDefinitionInventoryEngine) Sets the cp definition inventory engine of this cp configuration entry.voidsetCPTaxCategoryId(long CPTaxCategoryId) Sets the cp tax category ID of this cp configuration entry.voidsetCreateDate(Date createDate) Sets the create date of this cp configuration entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp configuration entry.voidsetDepth(double depth) Sets the depth of this cp configuration entry.voidsetDisplayAvailability(boolean displayAvailability) Sets whether this cp configuration entry is display availability.voidsetDisplayStockQuantity(boolean displayStockQuantity) Sets whether this cp configuration entry is display stock quantity.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this cp configuration entry.voidsetFreeShipping(boolean freeShipping) Sets whether this cp configuration entry is free shipping.voidsetGroupId(long groupId) Sets the group ID of this cp configuration entry.voidsetHeight(double height) Sets the height of this cp configuration entry.voidsetLowStockActivity(String lowStockActivity) Sets the low stock activity of this cp configuration entry.voidsetMaxOrderQuantity(BigDecimal maxOrderQuantity) Sets the max order quantity of this cp configuration entry.voidsetMinOrderQuantity(BigDecimal minOrderQuantity) Sets the min order quantity of this cp configuration entry.voidsetMinStockQuantity(BigDecimal minStockQuantity) Sets the min stock quantity of this cp configuration entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this cp configuration entry.voidsetMultipleOrderQuantity(BigDecimal multipleOrderQuantity) Sets the multiple order quantity of this cp configuration entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cp configuration entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cp configuration entry.voidsetPurchasable(boolean purchasable) Sets whether this cp configuration entry is purchasable.voidsetShippable(boolean shippable) Sets whether this cp configuration entry is shippable.voidsetShippingExtraPrice(double shippingExtraPrice) Sets the shipping extra price of this cp configuration entry.voidsetShipSeparately(boolean shipSeparately) Sets whether this cp configuration entry is ship separately.voidsetTaxExempt(boolean taxExempt) Sets whether this cp configuration entry is tax exempt.voidsetUserId(long userId) Sets the user ID of this cp configuration entry.voidsetUserName(String userName) Sets the user name of this cp configuration entry.voidsetUserUuid(String userUuid) Sets the user uuid of this cp configuration entry.voidSets the uuid of this cp configuration entry.voidsetVisible(boolean visible) Sets whether this cp configuration entry is visible.voidsetWeight(double weight) Sets the weight of this cp configuration entry.voidsetWidth(double width) Sets the width of this cp configuration entry.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this cp configuration entry.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>- Returns:
- the primary key of this cp configuration entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this cp configuration entry.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>- Parameters:
primaryKey- the primary key of this cp configuration entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this cp configuration entry.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cp configuration entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp configuration entry.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cp configuration entry
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this cp configuration entry.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>- Returns:
- the ct collection ID of this cp configuration entry
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp configuration entry.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>- Parameters:
ctCollectionId- the ct collection ID of this cp configuration entry
-
getUuid
Returns the uuid of this cp configuration entry.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this cp configuration entry
-
setUuid
Sets the uuid of this cp configuration entry.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this cp configuration entry
-
getExternalReferenceCode
Returns the external reference code of this cp configuration entry.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this cp configuration entry
-
setExternalReferenceCode
Sets the external reference code of this cp configuration entry.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this cp configuration entry
-
getCPConfigurationEntryId
long getCPConfigurationEntryId()Returns the cp configuration entry ID of this cp configuration entry.- Returns:
- the cp configuration entry ID of this cp configuration entry
-
setCPConfigurationEntryId
void setCPConfigurationEntryId(long CPConfigurationEntryId) Sets the cp configuration entry ID of this cp configuration entry.- Parameters:
CPConfigurationEntryId- the cp configuration entry ID of this cp configuration entry
-
getGroupId
long getGroupId()Returns the group ID of this cp configuration entry.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this cp configuration entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this cp configuration entry.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this cp configuration entry
-
getCompanyId
long getCompanyId()Returns the company ID of this cp configuration entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this cp configuration entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this cp configuration entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this cp configuration entry
-
getUserId
long getUserId()Returns the user ID of this cp configuration entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this cp configuration entry
-
setUserId
void setUserId(long userId) Sets the user ID of this cp configuration entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this cp configuration entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this cp configuration entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this cp configuration entry
-
setUserUuid
Sets the user uuid of this cp configuration entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this cp configuration entry
-
getUserName
Returns the user name of this cp configuration entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this cp configuration entry
-
setUserName
Sets the user name of this cp configuration entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this cp configuration entry
-
getCreateDate
Date getCreateDate()Returns the create date of this cp configuration entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this cp configuration entry
-
setCreateDate
Sets the create date of this cp configuration entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this cp configuration entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this cp configuration entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this cp configuration entry
-
setModifiedDate
Sets the modified date of this cp configuration entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this cp configuration entry
-
getClassName
String getClassName()Returns the fully qualified class name of this cp configuration entry.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this cp configuration entry
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this cp configuration entry.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this cp configuration entry
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this cp configuration entry.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this cp configuration entry
-
getClassPK
long getClassPK()Returns the class pk of this cp configuration entry.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this cp configuration entry
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this cp configuration entry.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this cp configuration entry
-
getCPConfigurationListId
long getCPConfigurationListId()Returns the cp configuration list ID of this cp configuration entry.- Returns:
- the cp configuration list ID of this cp configuration entry
-
setCPConfigurationListId
void setCPConfigurationListId(long CPConfigurationListId) Sets the cp configuration list ID of this cp configuration entry.- Parameters:
CPConfigurationListId- the cp configuration list ID of this cp configuration entry
-
getCPTaxCategoryId
long getCPTaxCategoryId()Returns the cp tax category ID of this cp configuration entry.- Returns:
- the cp tax category ID of this cp configuration entry
-
setCPTaxCategoryId
void setCPTaxCategoryId(long CPTaxCategoryId) Sets the cp tax category ID of this cp configuration entry.- Parameters:
CPTaxCategoryId- the cp tax category ID of this cp configuration entry
-
getAllowedOrderQuantities
Returns the allowed order quantities of this cp configuration entry.- Returns:
- the allowed order quantities of this cp configuration entry
-
setAllowedOrderQuantities
Sets the allowed order quantities of this cp configuration entry.- Parameters:
allowedOrderQuantities- the allowed order quantities of this cp configuration entry
-
getBackOrders
boolean getBackOrders()Returns the back orders of this cp configuration entry.- Returns:
- the back orders of this cp configuration entry
-
isBackOrders
boolean isBackOrders()Returnstrueif this cp configuration entry is back orders.- Returns:
trueif this cp configuration entry is back orders;falseotherwise
-
setBackOrders
void setBackOrders(boolean backOrders) Sets whether this cp configuration entry is back orders.- Parameters:
backOrders- the back orders of this cp configuration entry
-
getCommerceAvailabilityEstimateId
long getCommerceAvailabilityEstimateId()Returns the commerce availability estimate ID of this cp configuration entry.- Returns:
- the commerce availability estimate ID of this cp configuration entry
-
setCommerceAvailabilityEstimateId
void setCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId) Sets the commerce availability estimate ID of this cp configuration entry.- Parameters:
commerceAvailabilityEstimateId- the commerce availability estimate ID of this cp configuration entry
-
getCPDefinitionInventoryEngine
Returns the cp definition inventory engine of this cp configuration entry.- Returns:
- the cp definition inventory engine of this cp configuration entry
-
setCPDefinitionInventoryEngine
Sets the cp definition inventory engine of this cp configuration entry.- Parameters:
CPDefinitionInventoryEngine- the cp definition inventory engine of this cp configuration entry
-
getDepth
double getDepth()Returns the depth of this cp configuration entry.- Returns:
- the depth of this cp configuration entry
-
setDepth
void setDepth(double depth) Sets the depth of this cp configuration entry.- Parameters:
depth- the depth of this cp configuration entry
-
getDisplayAvailability
boolean getDisplayAvailability()Returns the display availability of this cp configuration entry.- Returns:
- the display availability of this cp configuration entry
-
isDisplayAvailability
boolean isDisplayAvailability()Returnstrueif this cp configuration entry is display availability.- Returns:
trueif this cp configuration entry is display availability;falseotherwise
-
setDisplayAvailability
void setDisplayAvailability(boolean displayAvailability) Sets whether this cp configuration entry is display availability.- Parameters:
displayAvailability- the display availability of this cp configuration entry
-
getDisplayStockQuantity
boolean getDisplayStockQuantity()Returns the display stock quantity of this cp configuration entry.- Returns:
- the display stock quantity of this cp configuration entry
-
isDisplayStockQuantity
boolean isDisplayStockQuantity()Returnstrueif this cp configuration entry is display stock quantity.- Returns:
trueif this cp configuration entry is display stock quantity;falseotherwise
-
setDisplayStockQuantity
void setDisplayStockQuantity(boolean displayStockQuantity) Sets whether this cp configuration entry is display stock quantity.- Parameters:
displayStockQuantity- the display stock quantity of this cp configuration entry
-
getFreeShipping
boolean getFreeShipping()Returns the free shipping of this cp configuration entry.- Returns:
- the free shipping of this cp configuration entry
-
isFreeShipping
boolean isFreeShipping()Returnstrueif this cp configuration entry is free shipping.- Returns:
trueif this cp configuration entry is free shipping;falseotherwise
-
setFreeShipping
void setFreeShipping(boolean freeShipping) Sets whether this cp configuration entry is free shipping.- Parameters:
freeShipping- the free shipping of this cp configuration entry
-
getHeight
double getHeight()Returns the height of this cp configuration entry.- Returns:
- the height of this cp configuration entry
-
setHeight
void setHeight(double height) Sets the height of this cp configuration entry.- Parameters:
height- the height of this cp configuration entry
-
getLowStockActivity
Returns the low stock activity of this cp configuration entry.- Returns:
- the low stock activity of this cp configuration entry
-
setLowStockActivity
Sets the low stock activity of this cp configuration entry.- Parameters:
lowStockActivity- the low stock activity of this cp configuration entry
-
getMaxOrderQuantity
BigDecimal getMaxOrderQuantity()Returns the max order quantity of this cp configuration entry.- Returns:
- the max order quantity of this cp configuration entry
-
setMaxOrderQuantity
Sets the max order quantity of this cp configuration entry.- Parameters:
maxOrderQuantity- the max order quantity of this cp configuration entry
-
getMinOrderQuantity
BigDecimal getMinOrderQuantity()Returns the min order quantity of this cp configuration entry.- Returns:
- the min order quantity of this cp configuration entry
-
setMinOrderQuantity
Sets the min order quantity of this cp configuration entry.- Parameters:
minOrderQuantity- the min order quantity of this cp configuration entry
-
getMinStockQuantity
BigDecimal getMinStockQuantity()Returns the min stock quantity of this cp configuration entry.- Returns:
- the min stock quantity of this cp configuration entry
-
setMinStockQuantity
Sets the min stock quantity of this cp configuration entry.- Parameters:
minStockQuantity- the min stock quantity of this cp configuration entry
-
getMultipleOrderQuantity
BigDecimal getMultipleOrderQuantity()Returns the multiple order quantity of this cp configuration entry.- Returns:
- the multiple order quantity of this cp configuration entry
-
setMultipleOrderQuantity
Sets the multiple order quantity of this cp configuration entry.- Parameters:
multipleOrderQuantity- the multiple order quantity of this cp configuration entry
-
getPurchasable
boolean getPurchasable()Returns the purchasable of this cp configuration entry.- Returns:
- the purchasable of this cp configuration entry
-
isPurchasable
boolean isPurchasable()Returnstrueif this cp configuration entry is purchasable.- Returns:
trueif this cp configuration entry is purchasable;falseotherwise
-
setPurchasable
void setPurchasable(boolean purchasable) Sets whether this cp configuration entry is purchasable.- Parameters:
purchasable- the purchasable of this cp configuration entry
-
getShippable
boolean getShippable()Returns the shippable of this cp configuration entry.- Returns:
- the shippable of this cp configuration entry
-
isShippable
boolean isShippable()Returnstrueif this cp configuration entry is shippable.- Returns:
trueif this cp configuration entry is shippable;falseotherwise
-
setShippable
void setShippable(boolean shippable) Sets whether this cp configuration entry is shippable.- Parameters:
shippable- the shippable of this cp configuration entry
-
getShippingExtraPrice
double getShippingExtraPrice()Returns the shipping extra price of this cp configuration entry.- Returns:
- the shipping extra price of this cp configuration entry
-
setShippingExtraPrice
void setShippingExtraPrice(double shippingExtraPrice) Sets the shipping extra price of this cp configuration entry.- Parameters:
shippingExtraPrice- the shipping extra price of this cp configuration entry
-
getShipSeparately
boolean getShipSeparately()Returns the ship separately of this cp configuration entry.- Returns:
- the ship separately of this cp configuration entry
-
isShipSeparately
boolean isShipSeparately()Returnstrueif this cp configuration entry is ship separately.- Returns:
trueif this cp configuration entry is ship separately;falseotherwise
-
setShipSeparately
void setShipSeparately(boolean shipSeparately) Sets whether this cp configuration entry is ship separately.- Parameters:
shipSeparately- the ship separately of this cp configuration entry
-
getTaxExempt
boolean getTaxExempt()Returns the tax exempt of this cp configuration entry.- Returns:
- the tax exempt of this cp configuration entry
-
isTaxExempt
boolean isTaxExempt()Returnstrueif this cp configuration entry is tax exempt.- Returns:
trueif this cp configuration entry is tax exempt;falseotherwise
-
setTaxExempt
void setTaxExempt(boolean taxExempt) Sets whether this cp configuration entry is tax exempt.- Parameters:
taxExempt- the tax exempt of this cp configuration entry
-
getVisible
boolean getVisible()Returns the visible of this cp configuration entry.- Returns:
- the visible of this cp configuration entry
-
isVisible
boolean isVisible()Returnstrueif this cp configuration entry is visible.- Returns:
trueif this cp configuration entry is visible;falseotherwise
-
setVisible
void setVisible(boolean visible) Sets whether this cp configuration entry is visible.- Parameters:
visible- the visible of this cp configuration entry
-
getWeight
double getWeight()Returns the weight of this cp configuration entry.- Returns:
- the weight of this cp configuration entry
-
setWeight
void setWeight(double weight) Sets the weight of this cp configuration entry.- Parameters:
weight- the weight of this cp configuration entry
-
getWidth
double getWidth()Returns the width of this cp configuration entry.- Returns:
- the width of this cp configuration entry
-
setWidth
void setWidth(double width) Sets the width of this cp configuration entry.- Parameters:
width- the width of this cp configuration entry
-
cloneWithOriginalValues
CPConfigurationEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>
-
toXmlString
-