@Entity public class StartLayer extends Object
| Constructor and Description |
|---|
StartLayer() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
ApplicationLayer |
getApplicationLayer() |
Long |
getId() |
Integer |
getSelectedIndex() |
boolean |
isChecked() |
boolean |
isRemoved() |
void |
setApplication(Application application) |
void |
setApplicationLayer(ApplicationLayer applicationLayer) |
void |
setChecked(boolean checked) |
void |
setId(Long id) |
void |
setRemoved(boolean removed) |
void |
setSelectedIndex(Integer selectedIndex) |
public Long getId()
public void setId(Long id)
public Application getApplication()
public void setApplication(Application application)
public ApplicationLayer getApplicationLayer()
public void setApplicationLayer(ApplicationLayer applicationLayer)
public Integer getSelectedIndex()
public void setSelectedIndex(Integer selectedIndex)
public boolean isRemoved()
public void setRemoved(boolean removed)
public boolean isChecked()
public void setChecked(boolean checked)
Copyright © 2019. All rights reserved.