Class PuiUserFcm

All Implemented Interfaces:
es.prodevelop.pui9.model.dto.interfaces.IDto, es.prodevelop.pui9.model.dto.interfaces.ITableDto, es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcm, es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcmPk, IPuiObject

public class PuiUserFcm extends PuiUserFcmPk implements es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcm
  • Nested Class Summary

    Nested classes/interfaces inherited from class es.prodevelop.pui9.model.dto.AbstractTableDto

    AbstractTableDto.AbstractTableDtoBuilder<C extends AbstractTableDto,B extends AbstractTableDto.AbstractTableDtoBuilder<C,B>>

    Nested classes/interfaces inherited from class es.prodevelop.pui9.model.dto.AbstractDto

    AbstractDto.AbstractDtoBuilder<C extends AbstractDto,B extends AbstractDto.AbstractDtoBuilder<C,B>>
  • Field Summary

    Fields inherited from class es.prodevelop.pui9.model.dto.AbstractDto

    logger

    Fields inherited from interface es.prodevelop.pui9.model.dto.interfaces.IDto

    LANG_COLUMN_NAME, LANG_FIELD_NAME, LANG_STATUS_COLUMN_NAME, LANG_STATUS_FIELD_NAME

    Fields inherited from interface es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcm

    LAST_USE_COLUMN, LAST_USE_FIELD, USR_COLUMN, USR_FIELD

    Fields inherited from interface es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcmPk

    TOKEN_COLUMN, TOKEN_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class es.prodevelop.pui9.notifications.model.dto.PuiUserFcmPk

    createPk

    Methods inherited from class es.prodevelop.pui9.model.dto.AbstractDto

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcm

    getLastuse, getUsr, setLastuse, setUsr

    Methods inherited from interface es.prodevelop.pui9.notifications.model.dto.interfaces.IPuiUserFcmPk

    getToken, setToken

    Methods inherited from interface es.prodevelop.pui9.model.dto.interfaces.ITableDto

    createPk
  • Constructor Details

    • PuiUserFcm

      public PuiUserFcm()