Class ItemType
- java.lang.Object
-
- de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
-
- de.hybris.platform.cockpit.model.meta.impl.ItemType
-
- All Implemented Interfaces:
BaseType,ObjectType,RedeclarableObjectType
- Direct Known Subclasses:
DefaultTypeService.MyItemType,ExtensibleTypeService.MyItemType,ItemSearchType
public class ItemType extends DefaultObjectType implements BaseType
-
-
Constructor Summary
Constructors Constructor Description ItemType(ComposedTypeModel composedType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposedTypeModelgetComposedType()java.lang.StringgetDescription()Returns type description according to current session languagejava.lang.StringgetDescription(java.lang.String languageIsoCode)Returns type description according to given languagejava.lang.StringgetName()Returns type name according to current session languagejava.lang.StringgetName(java.lang.String languageIsoCode)Returns type name according to given languagebooleanisAbstract()Returns true if this type is not suitable for creating instances.booleanisJaloOnly()booleanisSingleton()java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
addToSubtypesInternal, addToSupertypesInternal, equals, getCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, getRedeclaredPropertyDescriptors, getSubtypes, getSupertypes, hashCode, isAssignableFrom, removeFromSubtypesInternal, removeFromSupertypesInternal, setDeclaredPropertyDescriptors, setRedeclaredPropertyDescriptors, setSubtypes, setSupertypes
-
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, getSubtypes, getSupertypes, isAssignableFrom
-
-
-
-
Constructor Detail
-
ItemType
public ItemType(ComposedTypeModel composedType)
-
-
Method Detail
-
getComposedType
public ComposedTypeModel getComposedType()
-
isAbstract
public boolean isAbstract()
Description copied from interface:ObjectTypeReturns true if this type is not suitable for creating instances.- Specified by:
isAbstractin interfaceObjectType
-
isJaloOnly
public boolean isJaloOnly()
-
isSingleton
public boolean isSingleton()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classDefaultObjectType
-
getName
public java.lang.String getName()
Description copied from interface:ObjectTypeReturns type name according to current session language- Specified by:
getNamein interfaceObjectType
-
getName
public java.lang.String getName(java.lang.String languageIsoCode)
Description copied from interface:ObjectTypeReturns type name according to given language- Specified by:
getNamein interfaceObjectType
-
getDescription
public java.lang.String getDescription()
Description copied from interface:ObjectTypeReturns type description according to current session language- Specified by:
getDescriptionin interfaceObjectType
-
getDescription
public java.lang.String getDescription(java.lang.String languageIsoCode)
Description copied from interface:ObjectTypeReturns type description according to given language- Specified by:
getDescriptionin interfaceObjectType
-
-