Class AbstractExtendedType
java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.AbstractExtendedType
- All Implemented Interfaces:
ExtendedType,ObjectType
An abstract class that implements a few methods you may not want to code when creating a new extended type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns type description according to current session languagegetDescription(String languageIsoCode) Returns type description according to given languageReturns all property descriptorsDirect sub types of this object type.Direct super types of this object type.booleanReturns true if this type is not suitable for creating instances.booleanisAssignableFrom(ObjectType type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getCode, getDeclaredPropertyDescriptors, getName, getName
-
Constructor Details
-
AbstractExtendedType
public AbstractExtendedType()
-
-
Method Details
-
getSupertypes
Description copied from interface:ObjectTypeDirect super types of this object type.- Specified by:
getSupertypesin interfaceObjectType
-
getSubtypes
Description copied from interface:ObjectTypeDirect sub types of this object type.- Specified by:
getSubtypesin interfaceObjectType
-
isAssignableFrom
- Specified by:
isAssignableFromin interfaceObjectType
-
getPropertyDescriptors
Description copied from interface:ObjectTypeReturns all property descriptors- Specified by:
getPropertyDescriptorsin interfaceObjectType
-
isAbstract
public boolean isAbstract()Description copied from interface:ObjectTypeReturns true if this type is not suitable for creating instances.- Specified by:
isAbstractin interfaceObjectType
-
getDescription
Description copied from interface:ObjectTypeReturns type description according to current session language- Specified by:
getDescriptionin interfaceObjectType
-
getDescription
Description copied from interface:ObjectTypeReturns type description according to given language- Specified by:
getDescriptionin interfaceObjectType
-