org.broadleafcommerce.cms.structure.domain
Class StructuredContentFieldTemplateImpl

java.lang.Object
  extended by org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplateImpl
All Implemented Interfaces:
Serializable, StructuredContentFieldTemplate

@Entity
public class StructuredContentFieldTemplateImpl
extends Object
implements StructuredContentFieldTemplate

Created by bpolster.

See Also:
Serialized Form

Field Summary
protected  List<FieldGroup> fieldGroups
           
protected  Long id
           
protected  String name
           
 
Constructor Summary
StructuredContentFieldTemplateImpl()
           
 
Method Summary
 List<FieldGroup> getFieldGroups()
          Returns the list of the field groups for this template.
 Long getId()
          Gets the primary key.
 String getName()
          Gets the name.
 void setFieldGroups(List<FieldGroup> fieldGroups)
          Sets the list of field groups for this template.
 void setId(Long id)
          Sets the primary key.
 void setName(String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name

fieldGroups

protected List<FieldGroup> fieldGroups
Constructor Detail

StructuredContentFieldTemplateImpl

public StructuredContentFieldTemplateImpl()
Method Detail

getId

public Long getId()
Description copied from interface: StructuredContentFieldTemplate
Gets the primary key.

Specified by:
getId in interface StructuredContentFieldTemplate
Returns:
the primary key

setId

public void setId(Long id)
Description copied from interface: StructuredContentFieldTemplate
Sets the primary key.

Specified by:
setId in interface StructuredContentFieldTemplate
Parameters:
id - the new primary key

getName

public String getName()
Description copied from interface: StructuredContentFieldTemplate
Gets the name.

Specified by:
getName in interface StructuredContentFieldTemplate
Returns:
the name

setName

public void setName(String name)
Description copied from interface: StructuredContentFieldTemplate
Sets the name.

Specified by:
setName in interface StructuredContentFieldTemplate

getFieldGroups

public List<FieldGroup> getFieldGroups()
Description copied from interface: StructuredContentFieldTemplate
Returns the list of the field groups for this template.

Specified by:
getFieldGroups in interface StructuredContentFieldTemplate
Returns:
a list of FieldGroups associated with this template

setFieldGroups

public void setFieldGroups(List<FieldGroup> fieldGroups)
Description copied from interface: StructuredContentFieldTemplate
Sets the list of field groups for this template.

Specified by:
setFieldGroups in interface StructuredContentFieldTemplate


Copyright © 2011. All Rights Reserved.