ProfilePicture

@Entity
open class ProfilePicture : Identifiable

Constructors

Link copied to clipboard
constructor()
constructor(fileName: String, fileData: Array<Byte>)
constructor(fileName: String, fileData: Array<Byte>, user: ProductUser)

Functions

Link copied to clipboard
Link copied to clipboard
open fun fetchFileType()
Link copied to clipboard
open fun getFileType(fileName: String): String
Link copied to clipboard
open fun getId(): Long
Link copied to clipboard
open fun setFileName(fileName: String)
Link copied to clipboard
open fun setId(id: Long)