Class SapReturnOrderReasonModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SapReturnOrderReasonModel
    extends ItemModel
    Generated model class for type SapReturnOrderReason first defined at extension sapreturnsexchange.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

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

        public static final java.lang.String REFUNDREASON
        Generated constant - Attribute key of SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
        See Also:
        Constant Field Values
      • SAPRETURNREASONCODE

        public static final java.lang.String SAPRETURNREASONCODE
        Generated constant - Attribute key of SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SapReturnOrderReasonModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SapReturnOrderReasonModel​(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:
        _owner - initial attribute declared by type Item at extension core
        _sapConfiguration - initial attribute declared by type SapReturnOrderReason at extension sapreturnsexchange
    • Method Detail

      • getRefundReason

        @Accessor(qualifier="refundReason",
                  type=GETTER)
        public RefundReason getRefundReason()
        Generated method - Getter of the SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
        Returns:
        the refundReason
      • getSapConfiguration

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

        @Accessor(qualifier="sapReturnReasonCode",
                  type=GETTER)
        public java.lang.String getSapReturnReasonCode()
        Generated method - Getter of the SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
        Returns:
        the sapReturnReasonCode
      • setRefundReason

        @Accessor(qualifier="refundReason",
                  type=SETTER)
        public void setRefundReason​(RefundReason value)
        Generated method - Setter of SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
        Parameters:
        value - the refundReason
      • setSapConfiguration

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

        @Accessor(qualifier="sapReturnReasonCode",
                  type=SETTER)
        public void setSapReturnReasonCode​(java.lang.String value)
        Generated method - Setter of SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
        Parameters:
        value - the sapReturnReasonCode