org.broadleafcommerce.cms.structure.domain
Interface StructuredContentFieldTemplate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
StructuredContentFieldTemplateImpl

public interface StructuredContentFieldTemplate
extends java.io.Serializable

A structured content field template holds the structure for a structured content. For example, an 'Ad' template might describe the fields 'Ad URL' and 'Target URL'. The 'Ad' template might be used in multiple StructuredContentType instances such as 'Home Page Banner Ad' or 'Cart Bottom Ad', etc. Created by bpolster.


Method Summary
 java.util.List<FieldGroup> getFieldGroups()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 void setFieldGroups(java.util.List<FieldGroup> fieldGroups)
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 

Method Detail

getId

java.lang.Long getId()

setId

void setId(java.lang.Long id)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getFieldGroups

java.util.List<FieldGroup> getFieldGroups()

setFieldGroups

void setFieldGroups(java.util.List<FieldGroup> fieldGroups)


Copyright © 2011. All Rights Reserved.