Class ZoneDeliveryModeModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

      public static final String VALUES
      Generated constant - Attribute key of ZoneDeliveryMode.values attribute defined at extension deliveryzone.
      See Also:
  • Constructor Details

    • 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(String _code, 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(String _code, 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 Details

    • getNet

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

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

      @Accessor(qualifier="values", type=GETTER) public 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(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(String value)
      Generated method - Setter of ZoneDeliveryMode.propertyName attribute defined at extension deliveryzone.
      Parameters:
      value - the propertyName
    • setValues

      @Accessor(qualifier="values", type=SETTER) public void setValues(Set<ZoneDeliveryModeValueModel> value)
      Generated method - Setter of ZoneDeliveryMode.values attribute defined at extension deliveryzone.
      Parameters:
      value - the values