Class AtomicTypeModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • INHERITANCEPATHSTRING

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

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

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

        public static final java.lang.String SUPERTYPE
        Generated constant - Attribute key of AtomicType.superType attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AtomicTypeModel

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

        public AtomicTypeModel​(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​(java.lang.String _code,
                               java.lang.Boolean _generate,
                               java.lang.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​(java.lang.String _code,
                               java.lang.Boolean _generate,
                               java.lang.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 Detail

      • getJavaClass

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

        @Accessor(qualifier="subtypes",
                  type=GETTER)
        public java.util.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
      • setJavaClass

        @Accessor(qualifier="javaClass",
                  type=SETTER)
        public void setJavaClass​(java.lang.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