Class ZoneDeliveryModeModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ZoneDeliveryModeModel
    extends DeliveryModeModel
    Generated model class for type ZoneDeliveryMode first defined at extension deliveryzone.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String PROPERTYNAME
        Generated constant - Attribute key of ZoneDeliveryMode.propertyName attribute defined at extension deliveryzone.
        See Also:
        Constant Field Values
      • NET

        public static final java.lang.String NET
        Generated constant - Attribute key of ZoneDeliveryMode.net attribute defined at extension deliveryzone.
        See Also:
        Constant Field Values
      • VALUES

        public static final java.lang.String VALUES
        Generated constant - Attribute key of ZoneDeliveryMode.values attribute defined at extension deliveryzone.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ZoneDeliveryModeModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ZoneDeliveryModeModel​(java.lang.String _code,
                                     java.lang.Boolean _net)
        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 DeliveryMode at extension core
        _net - initial attribute declared by type ZoneDeliveryMode at extension deliveryzone
      • ZoneDeliveryModeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ZoneDeliveryModeModel​(java.lang.String _code,
                                     java.lang.Boolean _net,
                                     ItemModel _owner)
        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 DeliveryMode at extension core
        _net - initial attribute declared by type ZoneDeliveryMode at extension deliveryzone
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getNet

        @Accessor(qualifier="net",
                  type=GETTER)
        public java.lang.Boolean getNet()
        Generated method - Getter of the ZoneDeliveryMode.net attribute defined at extension deliveryzone.
        Returns:
        the net
      • getPropertyName

        @Accessor(qualifier="propertyName",
                  type=GETTER)
        public java.lang.String getPropertyName()
        Generated method - Getter of the ZoneDeliveryMode.propertyName attribute defined at extension deliveryzone.
        Returns:
        the propertyName
      • getValues

        @Accessor(qualifier="values",
                  type=GETTER)
        public java.util.Set<ZoneDeliveryModeValueModel> getValues()
        Generated method - Getter of the ZoneDeliveryMode.values attribute defined at extension deliveryzone. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the values
      • setNet

        @Accessor(qualifier="net",
                  type=SETTER)
        public void setNet​(java.lang.Boolean value)
        Generated method - Setter of ZoneDeliveryMode.net attribute defined at extension deliveryzone.
        Parameters:
        value - the net
      • setPropertyName

        @Accessor(qualifier="propertyName",
                  type=SETTER)
        public void setPropertyName​(java.lang.String value)
        Generated method - Setter of ZoneDeliveryMode.propertyName attribute defined at extension deliveryzone.
        Parameters:
        value - the propertyName