Class AbstractModuleConfiguration

java.lang.Object
org.broadleafcommerce.common.config.domain.AbstractModuleConfiguration
All Implemented Interfaces:
Serializable, AbstractModuleConfigurationAdminPresentation, ModuleConfiguration, Status
Direct Known Subclasses:
SiteMapConfigurationImpl

@Entity public abstract class AbstractModuleConfiguration extends Object implements ModuleConfiguration, Status, AbstractModuleConfigurationAdminPresentation
Modules that need to be configured via the database should extend this. Classes that extend this MUST call setModuleConfigurationType(ModuleConfigurationType type) in their constructor.
Author:
Kelly Tisdell
See Also: