public class CrudProperty extends Object implements Annotated
Modifier and Type | Field and Description |
---|---|
protected List<Annotation> |
annotations |
static String |
copyright |
protected boolean |
enabled |
protected boolean |
insertable |
protected boolean |
inSummary |
protected String |
label |
static org.slf4j.Logger |
logger |
protected String |
name |
protected boolean |
searchable |
protected boolean |
updatable |
Constructor and Description |
---|
CrudProperty() |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotations() |
String |
getLabel() |
String |
getName() |
void |
init(Model model) |
boolean |
isEnabled() |
boolean |
isInsertable() |
boolean |
isInSummary() |
boolean |
isSearchable() |
boolean |
isUpdatable() |
void |
setEnabled(boolean enabled) |
void |
setInsertable(boolean insertable) |
void |
setInSummary(boolean inSummary) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setSearchable(boolean searchable) |
void |
setUpdatable(boolean updatable) |
public static final String copyright
protected String name
protected String label
protected boolean searchable
protected boolean inSummary
protected boolean enabled
protected boolean insertable
protected boolean updatable
protected final List<Annotation> annotations
public static final org.slf4j.Logger logger
public void init(Model model)
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public boolean isSearchable()
public void setSearchable(boolean searchable)
public boolean isInSummary()
public void setInSummary(boolean inSummary)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isInsertable()
public void setInsertable(boolean insertable)
public boolean isUpdatable()
public void setUpdatable(boolean updatable)
public List<Annotation> getAnnotations()
getAnnotations
in interface Annotated