Class SAPDeliveryModeModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPDeliveryModeModel
    extends ItemModel
    Generated model class for type SAPDeliveryMode first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _SAPCONFIGDELIVERYRELATION
        Generated relation code constant for relation SAPConfigDeliveryRelation defining source attribute sapConfiguration in extension sapmodel.
        See Also:
        Constant Field Values
      • SAPCONFIGURATION

        public static final java.lang.String SAPCONFIGURATION
        Generated constant - Attribute key of SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • DELIVERYMODE

        public static final java.lang.String DELIVERYMODE
        Generated constant - Attribute key of SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • DELIVERYVALUE

        public static final java.lang.String DELIVERYVALUE
        Generated constant - Attribute key of SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPDeliveryModeModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPDeliveryModeModel​(DeliveryModeModel _deliveryMode,
                                    java.lang.String _deliveryValue)
        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:
        _deliveryMode - initial attribute declared by type SAPDeliveryMode at extension sapmodel
        _deliveryValue - initial attribute declared by type SAPDeliveryMode at extension sapmodel
      • SAPDeliveryModeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPDeliveryModeModel​(DeliveryModeModel _deliveryMode,
                                    java.lang.String _deliveryValue,
                                    ItemModel _owner,
                                    SAPConfigurationModel _sapConfiguration)
        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:
        _deliveryMode - initial attribute declared by type SAPDeliveryMode at extension sapmodel
        _deliveryValue - initial attribute declared by type SAPDeliveryMode at extension sapmodel
        _owner - initial attribute declared by type Item at extension core
        _sapConfiguration - initial attribute declared by type SAPDeliveryMode at extension sapmodel
    • Method Detail

      • getDeliveryMode

        @Accessor(qualifier="deliveryMode",
                  type=GETTER)
        public DeliveryModeModel getDeliveryMode()
        Generated method - Getter of the SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
        Returns:
        the deliveryMode
      • getDeliveryValue

        @Accessor(qualifier="deliveryValue",
                  type=GETTER)
        public java.lang.String getDeliveryValue()
        Generated method - Getter of the SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
        Returns:
        the deliveryValue
      • getSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=GETTER)
        public SAPConfigurationModel getSapConfiguration()
        Generated method - Getter of the SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel.
        Returns:
        the sapConfiguration
      • setDeliveryMode

        @Accessor(qualifier="deliveryMode",
                  type=SETTER)
        public void setDeliveryMode​(DeliveryModeModel value)
        Generated method - Setter of SAPDeliveryMode.deliveryMode attribute defined at extension sapmodel.
        Parameters:
        value - the deliveryMode
      • setDeliveryValue

        @Accessor(qualifier="deliveryValue",
                  type=SETTER)
        public void setDeliveryValue​(java.lang.String value)
        Generated method - Setter of SAPDeliveryMode.deliveryValue attribute defined at extension sapmodel.
        Parameters:
        value - the deliveryValue
      • setSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=SETTER)
        public void setSapConfiguration​(SAPConfigurationModel value)
        Generated method - Initial setter of SAPDeliveryMode.sapConfiguration attribute defined at extension sapmodel. Can only be used at creation of model - before first save.
        Parameters:
        value - the sapConfiguration