@Entity public class FieldGroupImpl extends Object implements FieldGroup
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldDefinition> |
fieldDefinitions |
protected Long |
id |
protected Boolean |
initCollapsedFlag |
protected String |
name |
| Constructor and Description |
|---|
FieldGroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldDefinition> |
getFieldDefinitions() |
Long |
getId() |
Boolean |
getInitCollapsedFlag() |
String |
getName() |
void |
setFieldDefinitions(List<FieldDefinition> fieldDefinitions) |
void |
setId(Long id) |
void |
setInitCollapsedFlag(Boolean initCollapsedFlag) |
void |
setName(String name) |
protected Long id
protected String name
protected Boolean initCollapsedFlag
protected List<FieldDefinition> fieldDefinitions
public Long getId()
getId in interface FieldGrouppublic void setId(Long id)
setId in interface FieldGrouppublic String getName()
getName in interface FieldGrouppublic void setName(String name)
setName in interface FieldGrouppublic Boolean getInitCollapsedFlag()
getInitCollapsedFlag in interface FieldGrouppublic void setInitCollapsedFlag(Boolean initCollapsedFlag)
setInitCollapsedFlag in interface FieldGrouppublic List<FieldDefinition> getFieldDefinitions()
getFieldDefinitions in interface FieldGrouppublic void setFieldDefinitions(List<FieldDefinition> fieldDefinitions)
setFieldDefinitions in interface FieldGroupCopyright © 2014. All rights reserved.