Class VirtualLoginPassword

java.lang.Object
systems.dennis.shared.model.IDPresenter<Long>
systems.dennis.shared.postgres.model.BaseEntity
systems.dennis.shared.postgres.model.LongAssignableEntity
systems.dennis.auth.entity.VirtualLoginPassword
All Implemented Interfaces:
systems.dennis.shared.entity.AbstractEntity<Long>, systems.dennis.shared.entity.IDHolder<Long>

@Entity public class VirtualLoginPassword extends systems.dennis.shared.postgres.model.LongAssignableEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

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

    ID_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class systems.dennis.shared.postgres.model.LongAssignableEntity

    canEqual, equals, getUserDataId, hashCode, setUserDataId, toString

    Methods inherited from class systems.dennis.shared.postgres.model.BaseEntity

    getId, isIdSet, setId

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

    getHidden, setHidden

    Methods inherited from class java.lang.Object

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

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

    defaultSearchOrderField
  • Field Details

  • Constructor Details

    • VirtualLoginPassword

      public VirtualLoginPassword()
  • Method Details

    • asValue

      public String asValue()