|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.cms.structure.domain.StructuredContentTypeImpl
@Entity public class StructuredContentTypeImpl
Created by bpolster.
| Field Summary | |
|---|---|
protected String |
description
|
protected Long |
id
|
protected String |
name
|
protected StructuredContentFieldTemplate |
structuredContentFieldTemplate
|
| Constructor Summary | |
|---|---|
StructuredContentTypeImpl()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description. |
Long |
getId()
Gets the primary key. |
String |
getName()
Gets the name. |
StructuredContentFieldTemplate |
getStructuredContentFieldTemplate()
Returns the template associated with this content type. |
void |
setDescription(String description)
Sets the description. |
void |
setId(Long id)
Sets the primary key. |
void |
setName(String name)
Sets the name. |
void |
setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
Sets the template associated with this content type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String name
protected String description
protected StructuredContentFieldTemplate structuredContentFieldTemplate
| Constructor Detail |
|---|
public StructuredContentTypeImpl()
| Method Detail |
|---|
public Long getId()
StructuredContentType
getId in interface StructuredContentTypepublic void setId(Long id)
StructuredContentType
setId in interface StructuredContentTypeid - the new primary keypublic String getName()
StructuredContentType
getName in interface StructuredContentTypepublic void setName(String name)
StructuredContentType
setName in interface StructuredContentTypepublic String getDescription()
StructuredContentType
getDescription in interface StructuredContentTypepublic void setDescription(String description)
StructuredContentType
setDescription in interface StructuredContentTypepublic StructuredContentFieldTemplate getStructuredContentFieldTemplate()
StructuredContentType
getStructuredContentFieldTemplate in interface StructuredContentTypepublic void setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
StructuredContentType
setStructuredContentFieldTemplate in interface StructuredContentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||