org.broadleafcommerce.cms.field.domain
Class FieldGroupImpl
java.lang.Object
org.broadleafcommerce.cms.field.domain.FieldGroupImpl
- All Implemented Interfaces:
- Serializable, FieldGroup
@Entity
public class FieldGroupImpl
- extends Object
- implements FieldGroup
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
name
protected String name
initCollapsedFlag
protected Boolean initCollapsedFlag
fieldDefinitions
protected List<FieldDefinition> fieldDefinitions
FieldGroupImpl
public FieldGroupImpl()
getId
public Long getId()
- Specified by:
getId in interface FieldGroup
setId
public void setId(Long id)
- Specified by:
setId in interface FieldGroup
getName
public String getName()
- Specified by:
getName in interface FieldGroup
setName
public void setName(String name)
- Specified by:
setName in interface FieldGroup
getInitCollapsedFlag
public Boolean getInitCollapsedFlag()
- Specified by:
getInitCollapsedFlag in interface FieldGroup
setInitCollapsedFlag
public void setInitCollapsedFlag(Boolean initCollapsedFlag)
- Specified by:
setInitCollapsedFlag in interface FieldGroup
getFieldDefinitions
public List<FieldDefinition> getFieldDefinitions()
- Specified by:
getFieldDefinitions in interface FieldGroup
setFieldDefinitions
public void setFieldDefinitions(List<FieldDefinition> fieldDefinitions)
- Specified by:
setFieldDefinitions in interface FieldGroup
Copyright © 2011. All Rights Reserved.