Class AtomicTypeModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class AtomicTypeModel extends TypeModel
Generated model class for type AtomicType first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • INHERITANCEPATHSTRING

      public static final String INHERITANCEPATHSTRING
      Generated constant - Attribute key of AtomicType.inheritancePathString attribute defined at extension core.
      See Also:
    • JAVACLASS

      public static final String JAVACLASS
      Generated constant - Attribute key of AtomicType.javaClass attribute defined at extension core.
      See Also:
    • SUBTYPES

      public static final String SUBTYPES
      Generated constant - Attribute key of AtomicType.subtypes attribute defined at extension core.
      See Also:
    • SUPERTYPE

      public static final String SUPERTYPE
      Generated constant - Attribute key of AtomicType.superType attribute defined at extension core.
      See Also:
  • Constructor Details

    • AtomicTypeModel

      public AtomicTypeModel()
      Generated constructor - Default constructor for generic creation.
    • AtomicTypeModel

      public AtomicTypeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • AtomicTypeModel

      @Deprecated(since="4.1.1", forRemoval=true) public AtomicTypeModel(String _code, Boolean _generate, Class _javaClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type AtomicType at extension core
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _javaClass - initial attribute declared by type AtomicType at extension core
    • AtomicTypeModel

      @Deprecated(since="4.1.1", forRemoval=true) public AtomicTypeModel(String _code, Boolean _generate, Class _javaClass, ItemModel _owner, AtomicTypeModel _superType)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type AtomicType at extension core
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _javaClass - initial attribute declared by type AtomicType at extension core
      _owner - initial attribute declared by type Item at extension core
      _superType - initial attribute declared by type AtomicType at extension core
  • Method Details

    • getJavaClass

      @Accessor(qualifier="javaClass", type=GETTER) public Class getJavaClass()
      Generated method - Getter of the AtomicType.javaClass attribute defined at extension core.
      Returns:
      the javaClass
    • getSubtypes

      @Accessor(qualifier="subtypes", type=GETTER) public Collection<AtomicTypeModel> getSubtypes()
      Generated method - Getter of the AtomicType.subtypes attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the subtypes
    • getSuperType

      @Accessor(qualifier="superType", type=GETTER) public AtomicTypeModel getSuperType()
      Generated method - Getter of the AtomicType.superType attribute defined at extension core.
      Returns:
      the superType
    • setJavaClass

      @Accessor(qualifier="javaClass", type=SETTER) public void setJavaClass(Class value)
      Generated method - Initial setter of AtomicType.javaClass attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the javaClass
    • setSuperType

      @Accessor(qualifier="superType", type=SETTER) public void setSuperType(AtomicTypeModel value)
      Generated method - Initial setter of AtomicType.superType attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the superType