Class RestaurantMenuMealsEntity

java.lang.Object
sk.iway.iwcm.components.restaurant_menu.jpa.RestaurantMenuMealsEntity

@Entity public class RestaurantMenuMealsEntity extends Object
  • Constructor Details

    • RestaurantMenuMealsEntity

      public RestaurantMenuMealsEntity()
  • Method Details

    • getCathegoryName

      public String getCathegoryName()
    • getId

      public Long getId()
    • getName

      public String getName()
    • getCathegory

      public String getCathegory()
    • getDescription

      public String getDescription()
    • getWeight

      public String getWeight()
    • getPrice

      public Double getPrice()
    • getAlergens

      public String getAlergens()
    • getDomainId

      public Integer getDomainId()
    • getEditorFields

      public RestaurantMenuMealsEditorFields getEditorFields()
    • getMenuEntityes

      public List<RestaurantMenuEntity> getMenuEntityes()
    • setId

      public void setId(Long id)
    • setName

      public void setName(String name)
    • setCathegory

      public void setCathegory(String cathegory)
    • setDescription

      public void setDescription(String description)
    • setWeight

      public void setWeight(String weight)
    • setPrice

      public void setPrice(Double price)
    • setAlergens

      public void setAlergens(String alergens)
    • setDomainId

      public void setDomainId(Integer domainId)
    • setEditorFields

      public void setEditorFields(RestaurantMenuMealsEditorFields editorFields)
    • setMenuEntityes

      public void setMenuEntityes(List<RestaurantMenuEntity> menuEntityes)