@Entity public class FieldGroupImpl extends Object implements FieldGroup, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| 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 |
|---|---|
<G extends FieldGroup> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
List<FieldDefinition> |
getFieldDefinitions() |
Long |
getId() |
Boolean |
getInitCollapsedFlag() |
String |
getName() |
Boolean |
isMasterFieldGroup() |
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 FieldGrouppublic <G extends FieldGroup> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<FieldGroup>CloneNotSupportedExceptionpublic Boolean isMasterFieldGroup()
isMasterFieldGroup in interface FieldGroupCopyright © 2016. All rights reserved.