@Entity public class StartLevel extends Object
| Constructor and Description |
|---|
StartLevel() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
Long |
getId() |
Level |
getLevel() |
Integer |
getSelectedIndex() |
void |
setApplication(Application application) |
void |
setId(Long id) |
void |
setLevel(Level level) |
void |
setSelectedIndex(Integer selectedIndex) |
public Long getId()
public void setId(Long id)
public Level getLevel()
public void setLevel(Level level)
public Application getApplication()
public void setApplication(Application application)
public Integer getSelectedIndex()
public void setSelectedIndex(Integer selectedIndex)
Copyright © 2016. All rights reserved.