T - idU - formboolean - canUpdatepublic class FullView<T extends Serializable,U extends Serializable> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canUpdate |
protected U |
form |
protected T |
id |
| Constructor and Description |
|---|
FullView() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanUpdate() |
U |
getForm() |
T |
getId() |
void |
setCanUpdate(boolean canUpdate) |
void |
setForm(U form) |
void |
setId(T id) |
protected T extends Serializable id
protected U extends Serializable form
protected boolean canUpdate
Copyright © 2017. All rights reserved.