java.lang.Object
org.machanism.macha.core.entities.base.identifier.EntityId
org.machanism.macha.core.entities.product.ProductId
org.machanism.macha.core.entities.product.AbstractProduct<Variant>
org.machanism.macha.apps.entities.product.Product
All Implemented Interfaces:
Serializable, org.machanism.macha.core.entities.base.identifier.IdentifiedObject

@Description("This is my customized product type.") public class Product extends org.machanism.macha.core.entities.product.AbstractProduct<Variant>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setAdditionalInfo(String additionalInfo)
     

    Methods inherited from class org.machanism.macha.core.entities.product.AbstractProduct

    getBrand, getCategories, getDescription, getImage, getKey, getName, getSlug, getVariants, setBrand, setCategories, setDescription, setImage, setKey, setName, setSlug, setVariants

    Methods inherited from class org.machanism.macha.core.entities.base.identifier.EntityId

    getId, setId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait