|
||||||||||
| 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 java.lang.String |
description
|
protected java.lang.Long |
id
|
protected java.lang.String |
name
|
protected StructuredContentFieldTemplate |
structuredContentFieldTemplate
|
| Constructor Summary | |
|---|---|
StructuredContentTypeImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
java.lang.Long |
getId()
Gets the primary key. |
java.lang.String |
getName()
Gets the name. |
StructuredContentFieldTemplate |
getStructuredContentFieldTemplate()
Returns the template associated with this content type. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setId(java.lang.Long id)
Sets the primary key. |
void |
setName(java.lang.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 java.lang.Long id
protected java.lang.String name
protected java.lang.String description
protected StructuredContentFieldTemplate structuredContentFieldTemplate
| Constructor Detail |
|---|
public StructuredContentTypeImpl()
| Method Detail |
|---|
public java.lang.Long getId()
StructuredContentType
getId in interface StructuredContentTypepublic void setId(java.lang.Long id)
StructuredContentType
setId in interface StructuredContentTypeid - the new primary keypublic java.lang.String getName()
StructuredContentType
getName in interface StructuredContentTypepublic void setName(java.lang.String name)
StructuredContentType
setName in interface StructuredContentTypepublic java.lang.String getDescription()
StructuredContentType
getDescription in interface StructuredContentTypepublic void setDescription(java.lang.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 | |||||||||