PokemonColor

@Entity
interface PokemonColor

Inheritors

Properties

Link copied to clipboard
@Id
abstract val id: Long

ID

Link copied to clipboard
abstract val internalName: String?

内部名称

Link copied to clipboard
abstract val name: String?

名称

Functions

Link copied to clipboard
@GeneratedBy(type = PokemonColor::class)
fun PokemonColor.copy(resolveImmediately: Boolean = false, block: PokemonColorDraft.() -> Unit): PokemonColor