Class Device

java.lang.Object
org.exoplatform.push.domain.Device

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

    • Device

      public Device()
  • Method Details

    • 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)