Class DefaultObjectType
java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
- All Implemented Interfaces:
ObjectType,RedeclarableObjectType
- Direct Known Subclasses:
ClassificationType,DefaultSearchType,ItemTemplate,ItemType,WidgetType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidbooleangetCode()The code of the object type.Returns all property descriptors which are declared at this type (not inherited).Returns all property descriptorsReturns all property descriptors which are inherited but re-declared at this type.Direct sub types of this object type.Direct super types of this object type.inthashCode()booleanisAssignableFrom(ObjectType type) protected voidprotected voidvoidsetDeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) voidsetRedeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) voidsetSubtypes(Set<? extends ObjectType> types) voidsetSupertypes(Set<? extends ObjectType> types) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getDescription, getDescription, getName, getName, isAbstract
-
Constructor Details
-
DefaultObjectType
-
-
Method Details
-
getCode
Description copied from interface:ObjectTypeThe code of the object type.- Specified by:
getCodein interfaceObjectType
-
getSubtypes
Description copied from interface:ObjectTypeDirect sub types of this object type.- Specified by:
getSubtypesin interfaceObjectType
-
setSubtypes
-
addToSupertypesInternal
-
addToSubtypesInternal
-
removeFromSubtypesInternal
-
getSupertypes
Description copied from interface:ObjectTypeDirect super types of this object type.- Specified by:
getSupertypesin interfaceObjectType
-
setSupertypes
-
removeFromSupertypesInternal
-
getPropertyDescriptors
Description copied from interface:ObjectTypeReturns all property descriptors- Specified by:
getPropertyDescriptorsin interfaceObjectType
-
setDeclaredPropertyDescriptors
-
getDeclaredPropertyDescriptors
Description copied from interface:ObjectTypeReturns all property descriptors which are declared at this type (not inherited).- Specified by:
getDeclaredPropertyDescriptorsin interfaceObjectType
-
setRedeclaredPropertyDescriptors
-
getRedeclaredPropertyDescriptors
Description copied from interface:RedeclarableObjectTypeReturns all property descriptors which are inherited but re-declared at this type.- Specified by:
getRedeclaredPropertyDescriptorsin interfaceRedeclarableObjectType
-
hashCode
public int hashCode() -
equals
-
toString
-
isAssignableFrom
- Specified by:
isAssignableFromin interfaceObjectType
-