Class ClassificationTypeLoader.MyClassificationType
- java.lang.Object
-
- de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
-
- de.hybris.platform.cockpit.model.meta.impl.ClassificationType
-
- de.hybris.platform.cockpit.services.meta.impl.ClassificationTypeLoader.MyClassificationType
-
- All Implemented Interfaces:
ExtendedType
,ObjectType
,RedeclarableObjectType
- Enclosing class:
- ClassificationTypeLoader
protected class ClassificationTypeLoader.MyClassificationType extends ClassificationType
-
-
Constructor Summary
Constructors Constructor Description MyClassificationType(java.lang.String code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<ObjectType>
getSubtypes()
Direct sub types of this object type.java.util.Set<ObjectType>
getSupertypes()
Direct super types of this object type.protected void
loadSubtypes()
protected void
loadSupertypes()
-
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.ClassificationType
getClassificationClass, getDescription, getDescription, getName, getName, isAbstract
-
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
addToSubtypesInternal, addToSupertypesInternal, equals, getCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, getRedeclaredPropertyDescriptors, hashCode, isAssignableFrom, removeFromSubtypesInternal, removeFromSupertypesInternal, setDeclaredPropertyDescriptors, setRedeclaredPropertyDescriptors, setSubtypes, setSupertypes, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, isAssignableFrom
-
-
-
-
Method Detail
-
getSubtypes
public java.util.Set<ObjectType> getSubtypes()
Description copied from interface:ObjectType
Direct sub types of this object type.- Specified by:
getSubtypes
in interfaceObjectType
- Overrides:
getSubtypes
in classDefaultObjectType
-
getSupertypes
public java.util.Set<ObjectType> getSupertypes()
Description copied from interface:ObjectType
Direct super types of this object type.- Specified by:
getSupertypes
in interfaceObjectType
- Overrides:
getSupertypes
in classDefaultObjectType
-
loadSubtypes
protected void loadSubtypes()
-
loadSupertypes
protected void loadSupertypes()
-
-