Class ActiveToken

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.ActiveToken
All Implemented Interfaces:
systems.dennis.shared.entity.AbstractEntity<Long>, systems.dennis.shared.entity.IDHolder<Long>, systems.dennis.shared.form.AbstractForm<Long>

@Entity public class ActiveToken extends systems.dennis.shared.postgres.model.LongAssignableEntity implements systems.dennis.shared.form.AbstractForm<Long>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

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

    ID_FIELD

    Fields inherited from interface systems.dennis.shared.form.AbstractForm

    ID_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    systems.dennis.shared.entity.KeyValue
     

    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.IDHolder

    getId
  • Field Details

  • Constructor Details

    • ActiveToken

      public ActiveToken()
  • Method Details

    • asValue

      public String asValue()
      Specified by:
      asValue in interface systems.dennis.shared.entity.AbstractEntity<Long>
      Specified by:
      asValue in interface systems.dennis.shared.form.AbstractForm<Long>
    • defaultSearchOrderField

      public systems.dennis.shared.entity.KeyValue defaultSearchOrderField()
      Specified by:
      defaultSearchOrderField in interface systems.dennis.shared.entity.AbstractEntity<Long>
      Specified by:
      defaultSearchOrderField in interface systems.dennis.shared.form.AbstractForm<Long>