Class Device


  • @Entity(name="PushNotifsDevice")
    public class Device
    extends Object
    • Constructor Detail

      • Device

        public Device()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getToken

        public String getToken()
      • setToken

        public void setToken​(String token)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getRegistrationDate

        public Date getRegistrationDate()
      • setRegistrationDate

        public void setRegistrationDate​(Date registrationDate)