Class DefaultComponentTypeStructure

java.lang.Object
de.hybris.platform.cmsfacades.types.service.impl.DefaultComponentTypeStructure
All Implemented Interfaces:
ComponentTypeStructure

public class DefaultComponentTypeStructure extends Object implements ComponentTypeStructure
Default implementation of ComponentTypeStructure.

The attributes should be populated by getAttributes(), then using Set.add(Object) or Set.addAll(java.util.Collection).

For backward compatibility purposes, default category value is assigned to enum type StructureTypeCategory.COMPONENT.