Class FavoriteItemForm

java.lang.Object
systems.dennis.shared.favorite.form.FavoriteItemForm
All Implemented Interfaces:
systems.dennis.shared.entity.IDHolder<String>, systems.dennis.shared.form.AbstractForm<String>, systems.dennis.shared.mongo.form.DefaultForm

public class FavoriteItemForm extends Object implements systems.dennis.shared.mongo.form.DefaultForm
  • Field Summary

    Fields inherited from interface systems.dennis.shared.mongo.form.DefaultForm

    ID_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface systems.dennis.shared.mongo.form.DefaultForm

    defaultSearchOrderField, getId
  • Constructor Details

    • FavoriteItemForm

      public FavoriteItemForm()
  • Method Details

    • asValue

      public String asValue()
      Specified by:
      asValue in interface systems.dennis.shared.form.AbstractForm<String>
      Specified by:
      asValue in interface systems.dennis.shared.mongo.form.DefaultForm