Class EntityPrice
- java.lang.Object
-
- com.priint.pubserver.entity.Entity
-
- com.priint.pubserver.entity.EntityPrice
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityPrice extends Entity
Entity for prices.Dummy attributes are related to data fields the related entitydata price object.
- See Also:
Price, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityPrice.AllowedTagsDeprecated.Use arrayallowedTagsinstead.-
Nested classes/interfaces inherited from class com.priint.pubserver.entity.Entity
Entity.CacheType, Entity.DataClass, Entity.RetrievalType
-
-
Field Summary
Fields Modifier and Type Field Description static PluginConfigTag[]allowedTagsType of Tags to be used for this entities.-
Fields inherited from class com.priint.pubserver.entity.Entity
ENTITYCLASS_BUCKET, ENTITYCLASS_CONTENTMETADATA, ENTITYCLASS_CORD, ENTITYCLASS_KEYVALUE, ENTITYCLASS_MEDIAASSET, ENTITYCLASS_PLANNING, ENTITYCLASS_PRICE, ENTITYCLASS_TABLEDATA, ENTITYCLASS_TEXT, ENTITYTYPE_ASSEMBLING, ENTITYTYPE_CONNECTOR, ENTITYTYPE_STATIC
-
-
Constructor Summary
Constructors Constructor Description EntityPrice()Default constructorEntityPrice(java.lang.String label)Create a new price entity with name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDummyAmount()Defaults to an empty string.java.lang.StringgetDummyCurrency()Defaults to an empty string.java.lang.StringgetDummyItemPrice()Defaults to an empty string.java.lang.StringgetDummyLabel()Defaults to an empty string.java.lang.StringgetDummyListPrice()Defaults to an empty string.java.lang.StringgetDummyMinOrderQuantity()Defaults to an empty string.java.lang.StringgetDummyOldItemPrice()Defaults to an empty string.java.lang.StringgetDummyOldPrice()Defaults to an empty string.java.lang.StringgetDummyPackagingUnit()Defaults to an empty string.java.lang.StringgetDummyPrice()Defaults to an empty string.java.lang.StringgetDummyPriceUnit()Defaults to an empty string.java.lang.StringgetDummyQuantityOfPackagingUnit()Defaults to an empty string.java.lang.StringgetDummyValidFrom()Defaults to an empty string.java.lang.StringgetDummyValidTo()Defaults to an empty string.java.lang.StringgetDummyValue()Defaults to an empty string.voidsetDummyAmount(java.lang.String dummyAmount)Throws a NullArgumentException if argument isnull.voidsetDummyCurrency(java.lang.String dummyCurrency)Throws a NullArgumentException if argument isnull.voidsetDummyItemPrice(java.lang.String dummyItemPrice)Throws a NullArgumentException if argument isnull.voidsetDummyLabel(java.lang.String dummyLabel)Throws a NullArgumentException if argument isnull.voidsetDummyListPrice(java.lang.String dummyListPrice)Throws a NullArgumentException if argument isnull.voidsetDummyMinOrderQuantity(java.lang.String dummyMinOrderQuantity)Throws a NullArgumentException if argument isnull.voidsetDummyOldItemPrice(java.lang.String dummyOldItemPrice)Throws a NullArgumentException if argument isnull.voidsetDummyOldPrice(java.lang.String dummyOldPrice)Throws a NullArgumentException if argument isnull.voidsetDummyPackagingUnit(java.lang.String dummyPackagingUnit)Throws a NullArgumentException if argument isnull.voidsetDummyPrice(java.lang.String dummyPrice)Throws a NullArgumentException if argument isnull.voidsetDummyPriceUnit(java.lang.String dummyPriceUnit)Throws a NullArgumentException if argument isnull.voidsetDummyQuantityOfPackagingUnit(java.lang.String dummyQuantityOfPackinUnit)Throws a NullArgumentException if argument isnull.voidsetDummyValidFrom(java.lang.String dummyValidFrom)Throws a NullArgumentException if argument isnull.voidsetDummyValidTo(java.lang.String dummyValidTo)Throws a NullArgumentException if argument isnull.voidsetDummyValue(java.lang.String dummyValue)Throws a NullArgumentException if argument isnull.-
Methods inherited from class com.priint.pubserver.entity.Entity
getConCachingStrategy, getConConnector, getConConnectorEntity, getConConnectorEntityDescription, getConCronjobdate, getConInstance, getConLifetime, getConMatchingMethod, getContentMetaDataEntities, getContextDefinitions, getDescription, getEntityClass, getEntityDataClass, getEntityDependencyNames, getEntityModel, getEntityType, getHelpTexts, getIcon, getIconName, getIdentifier, getLabel, getPluginConfigName, getPluginConfigPath, getPluginConfigPath, getRevisionNumber, getTag, getTags, getTemplateRule, isConCachingAllowed, isConUseMatchingMethod, isPublicEntity, setConCachingAllowed, setConCachingStrategy, setConConnector, setConConnectorEntity, setConConnectorEntityDescription, setConCronjobdate, setConInstance, setConLifetime, setConMatchingMethod, setContentMetaDataEntities, setContextDefinitions, setConUseMatchingMethod, setDescription, setEntityClass, setEntityDataClass, setEntityModel, setEntityType, setHelpTexts, setIcon, setIconName, setIdentifier, setLabel, setPublicEntity, setRevisionNumber, setTag, setTemplateRule, toPluginConfig, toString
-
-
-
-
Field Detail
-
allowedTags
public static final PluginConfigTag[] allowedTags
Type of Tags to be used for this entities. For all tags see:PluginConfigTag
-
-
Method Detail
-
getDummyLabel
public java.lang.String getDummyLabel()
Defaults to an empty string.
- Returns:
- dummyLabel as String
-
setDummyLabel
public void setDummyLabel(java.lang.String dummyLabel)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyLabel-
-
getDummyAmount
public java.lang.String getDummyAmount()
Defaults to an empty string.
- Returns:
- dummyAmount as String
-
setDummyAmount
public void setDummyAmount(java.lang.String dummyAmount)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyAmount-
-
getDummyValue
public java.lang.String getDummyValue()
Defaults to an empty string.
- Returns:
- dummyValue as String
-
setDummyValue
public void setDummyValue(java.lang.String dummyValue)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyValue-
-
getDummyValidFrom
public java.lang.String getDummyValidFrom()
Defaults to an empty string.
- Returns:
- dummyValidFrom as String
-
setDummyValidFrom
public void setDummyValidFrom(java.lang.String dummyValidFrom)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyValidFrom-
-
getDummyValidTo
public java.lang.String getDummyValidTo()
Defaults to an empty string.
- Returns:
- dummyValidTo as String
-
setDummyValidTo
public void setDummyValidTo(java.lang.String dummyValidTo)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyValidTo-
-
getDummyPrice
public java.lang.String getDummyPrice()
Defaults to an empty string.
- Returns:
- dummyPrice as String
-
setDummyPrice
public void setDummyPrice(java.lang.String dummyPrice)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyPrice-
-
getDummyCurrency
public java.lang.String getDummyCurrency()
Defaults to an empty string.
- Returns:
- dummyCurrency as String
-
setDummyCurrency
public void setDummyCurrency(java.lang.String dummyCurrency)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyCurrency-
-
getDummyPriceUnit
public java.lang.String getDummyPriceUnit()
Defaults to an empty string.
- Returns:
- dummyPriceUnit as String
-
setDummyPriceUnit
public void setDummyPriceUnit(java.lang.String dummyPriceUnit)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyPriceUnit-
-
getDummyPackagingUnit
public java.lang.String getDummyPackagingUnit()
Defaults to an empty string.
- Returns:
- dummyPackagingUnit as String
-
setDummyPackagingUnit
public void setDummyPackagingUnit(java.lang.String dummyPackagingUnit)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyPackagingUnit-
-
getDummyQuantityOfPackagingUnit
public java.lang.String getDummyQuantityOfPackagingUnit()
Defaults to an empty string.
- Returns:
- dummyQuantityOfPackagingUnit as String
-
setDummyQuantityOfPackagingUnit
public void setDummyQuantityOfPackagingUnit(java.lang.String dummyQuantityOfPackinUnit)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyQuantityOfPackinUnit-
-
getDummyItemPrice
public java.lang.String getDummyItemPrice()
Defaults to an empty string.
- Returns:
- dummyItemPrice as String
-
setDummyItemPrice
public void setDummyItemPrice(java.lang.String dummyItemPrice)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyItemPrice-
-
getDummyMinOrderQuantity
public java.lang.String getDummyMinOrderQuantity()
Defaults to an empty string.
- Returns:
- dummyMinOrderQuantity String
-
setDummyMinOrderQuantity
public void setDummyMinOrderQuantity(java.lang.String dummyMinOrderQuantity)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyMinOrderQuantity-
-
getDummyOldPrice
public java.lang.String getDummyOldPrice()
Defaults to an empty string.
- Returns:
- dummyOldPrice as String
-
setDummyOldPrice
public void setDummyOldPrice(java.lang.String dummyOldPrice)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyOldPrice-
-
getDummyListPrice
public java.lang.String getDummyListPrice()
Defaults to an empty string.
- Returns:
- dummyListPrice as String
-
setDummyListPrice
public void setDummyListPrice(java.lang.String dummyListPrice)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyListPrice-
-
getDummyOldItemPrice
public java.lang.String getDummyOldItemPrice()
Defaults to an empty string.
- Returns:
- dummyOldItemPrice as String
-
setDummyOldItemPrice
public void setDummyOldItemPrice(java.lang.String dummyOldItemPrice)
Throws a NullArgumentException if argument is
null.- Parameters:
dummyOldItemPrice-
-
-