org.broadleafcommerce.cms.structure.domain
Class StructuredContentTypeImpl
java.lang.Object
org.broadleafcommerce.cms.structure.domain.StructuredContentTypeImpl
- All Implemented Interfaces:
- java.io.Serializable, StructuredContentType
@Entity
public class StructuredContentTypeImpl
- extends java.lang.Object
- implements StructuredContentType
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 java.lang.Long id
name
protected java.lang.String name
description
protected java.lang.String description
structuredContentFieldTemplate
protected StructuredContentFieldTemplate structuredContentFieldTemplate
StructuredContentTypeImpl
public StructuredContentTypeImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface StructuredContentType
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface StructuredContentType
getName
public java.lang.String getName()
- Specified by:
getName in interface StructuredContentType
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface StructuredContentType
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface StructuredContentType
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface StructuredContentType
getStructuredContentFieldTemplate
public StructuredContentFieldTemplate getStructuredContentFieldTemplate()
- Specified by:
getStructuredContentFieldTemplate in interface StructuredContentType
setStructuredContentFieldTemplate
public void setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
- Specified by:
setStructuredContentFieldTemplate in interface StructuredContentType
Copyright © 2011. All Rights Reserved.