class Planet(val id: Int, val name: String, val imageId: Int = getImageByName(StudyPlanetApplication.appContext, name), val smallImageId: Int = getImageByName(StudyPlanetApplication.appContext, name + "_small")) Represents a planet in the Study Planet application.