Class PersonalSettingsModel

java.lang.Object
systems.dennis.shared.entity.BaseEntity
systems.dennis.shared.model.UserAssignableEntity
systems.dennis.shared.ps.model.PersonalSettingsModel
All Implemented Interfaces:
Serializable, systems.dennis.shared.entity.DefaultForm

@Entity public class PersonalSettingsModel extends systems.dennis.shared.model.UserAssignableEntity
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class systems.dennis.shared.model.UserAssignableEntity

    USER_DATA_ID

    Fields inherited from class systems.dennis.shared.entity.BaseEntity

    DELETE_PROPERTY, DELETE_STRATEGY_DB, DELETE_STRATEGY_PROPERTY

    Fields inherited from interface systems.dennis.shared.entity.DefaultForm

    ID_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class systems.dennis.shared.model.UserAssignableEntity

    canEqual, equals, getUserDataId, hashCode, setUserDataId, toString

    Methods inherited from class systems.dennis.shared.entity.BaseEntity

    getHidden, getId, setHidden, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface systems.dennis.shared.entity.DefaultForm

    asValue, defaultSearchOrderField
  • Field Details

  • Constructor Details

    • PersonalSettingsModel

      public PersonalSettingsModel()