Class MapTypeModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

      public static final String ARGUMENTTYPE
      Generated constant - Attribute key of MapType.argumentType attribute defined at extension core.
      See Also:
    • RETURNTYPE

      public static final String RETURNTYPE
      Generated constant - Attribute key of MapType.returntype attribute defined at extension core.
      See Also:
  • Constructor Details

    • MapTypeModel

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

      public MapTypeModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • MapTypeModel

      @Deprecated(since="4.1.1", forRemoval=true) public MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, TypeModel _returntype)
      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:
      _argumentType - initial attribute declared by type MapType at extension core
      _code - initial attribute declared by type Type at extension core
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _returntype - initial attribute declared by type MapType at extension core
    • MapTypeModel

      @Deprecated(since="4.1.1", forRemoval=true) public MapTypeModel(TypeModel _argumentType, String _code, Boolean _generate, ItemModel _owner, TypeModel _returntype)
      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:
      _argumentType - initial attribute declared by type MapType at extension core
      _code - initial attribute declared by type Type at extension core
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _owner - initial attribute declared by type Item at extension core
      _returntype - initial attribute declared by type MapType at extension core
  • Method Details

    • getArgumentType

      @Accessor(qualifier="argumentType", type=GETTER) public TypeModel getArgumentType()
      Generated method - Getter of the MapType.argumentType attribute defined at extension core.
      Returns:
      the argumentType
    • getReturntype

      @Accessor(qualifier="returntype", type=GETTER) public TypeModel getReturntype()
      Generated method - Getter of the MapType.returntype attribute defined at extension core.
      Returns:
      the returntype
    • setArgumentType

      @Accessor(qualifier="argumentType", type=SETTER) public void setArgumentType(TypeModel value)
      Generated method - Initial setter of MapType.argumentType attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the argumentType
    • setReturntype

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