Class Device

java.lang.Object
com.maplander.backend.repository.model_table.opibackenddata.Device

@Entity 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)
    • getType

      public DeviceTypeEnum getType()
    • setType

      public void setType(DeviceTypeEnum type)
    • getCreationDate

      public int getCreationDate()
    • setCreationDate

      public void setCreationDate(int creationDate)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)