org.broadleafcommerce.cms.structure.domain
Class StructuredContentTypeImpl

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

@Entity
public class StructuredContentTypeImpl
extends Object
implements StructuredContentType

Created by bpolster.

See Also:
Serialized Form

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

id

protected Long id

name

protected String name

description

protected String description

structuredContentFieldTemplate

protected StructuredContentFieldTemplate structuredContentFieldTemplate
Constructor Detail

StructuredContentTypeImpl

public StructuredContentTypeImpl()
Method Detail

getId

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

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

setId

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

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

getName

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

Specified by:
getName in interface StructuredContentType
Returns:
the name

setName

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

Specified by:
setName in interface StructuredContentType

getDescription

public String getDescription()
Description copied from interface: StructuredContentType
Gets the description.

Specified by:
getDescription in interface StructuredContentType
Returns:

setDescription

public void setDescription(String description)
Description copied from interface: StructuredContentType
Sets the description.

Specified by:
setDescription in interface StructuredContentType

getStructuredContentFieldTemplate

public StructuredContentFieldTemplate getStructuredContentFieldTemplate()
Description copied from interface: StructuredContentType
Returns the template associated with this content type.

Specified by:
getStructuredContentFieldTemplate in interface StructuredContentType
Returns:

setStructuredContentFieldTemplate

public void setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
Description copied from interface: StructuredContentType
Sets the template associated with this content type.

Specified by:
setStructuredContentFieldTemplate in interface StructuredContentType


Copyright © 2012. All Rights Reserved.