Class SAPCpiOutboundReturnOrderModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundOrderModel
de.hybris.platform.sap.sapcpireturnsexchange.model.SAPCpiOutboundReturnOrderModel
All Implemented Interfaces:
Serializable

public class SAPCpiOutboundReturnOrderModel extends SAPCpiOutboundOrderModel
Generated model class for type SAPCpiOutboundReturnOrder first defined at extension sapcpireturnsexchange.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String PRECEEDINGDOCUMENTID
      Generated constant - Attribute key of SAPCpiOutboundReturnOrder.preceedingDocumentId attribute defined at extension sapcpireturnsexchange.
      See Also:
    • CANCELLATIONCODE

      public static final String CANCELLATIONCODE
      Generated constant - Attribute key of SAPCpiOutboundReturnOrder.cancellationCode attribute defined at extension sapcpireturnsexchange.
      See Also:
    • CANCELLATIONREASONDESCRIPTION

      public static final String CANCELLATIONREASONDESCRIPTION
      Generated constant - Attribute key of SAPCpiOutboundReturnOrder.cancellationReasonDescription attribute defined at extension sapcpireturnsexchange.
      See Also:
    • REJECTIONREASON

      public static final String REJECTIONREASON
      Generated constant - Attribute key of SAPCpiOutboundReturnOrder.rejectionReason attribute defined at extension sapcpireturnsexchange.
      See Also:
    • RMA

      public static final String RMA
      Generated constant - Attribute key of SAPCpiOutboundReturnOrder.RMA attribute defined at extension sapcpireturnsexchange.
      See Also:
  • Constructor Details

    • SAPCpiOutboundReturnOrderModel

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

      public SAPCpiOutboundReturnOrderModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SAPCpiOutboundReturnOrderModel

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

    • getCancellationCode

      @Accessor(qualifier="cancellationCode", type=GETTER) public String getCancellationCode()
      Generated method - Getter of the SAPCpiOutboundReturnOrder.cancellationCode attribute defined at extension sapcpireturnsexchange.
      Returns:
      the cancellationCode
    • getCancellationReasonDescription

      @Accessor(qualifier="cancellationReasonDescription", type=GETTER) public String getCancellationReasonDescription()
      Generated method - Getter of the SAPCpiOutboundReturnOrder.cancellationReasonDescription attribute defined at extension sapcpireturnsexchange.
      Returns:
      the cancellationReasonDescription
    • getPreceedingDocumentId

      @Accessor(qualifier="preceedingDocumentId", type=GETTER) public String getPreceedingDocumentId()
      Generated method - Getter of the SAPCpiOutboundReturnOrder.preceedingDocumentId attribute defined at extension sapcpireturnsexchange.
      Returns:
      the preceedingDocumentId
    • getRejectionReason

      @Accessor(qualifier="rejectionReason", type=GETTER) public String getRejectionReason()
      Generated method - Getter of the SAPCpiOutboundReturnOrder.rejectionReason attribute defined at extension sapcpireturnsexchange.
      Returns:
      the rejectionReason
    • getRMA

      @Accessor(qualifier="RMA", type=GETTER) public String getRMA()
      Generated method - Getter of the SAPCpiOutboundReturnOrder.RMA attribute defined at extension sapcpireturnsexchange.
      Returns:
      the RMA
    • setCancellationCode

      @Accessor(qualifier="cancellationCode", type=SETTER) public void setCancellationCode(String value)
      Generated method - Setter of SAPCpiOutboundReturnOrder.cancellationCode attribute defined at extension sapcpireturnsexchange.
      Parameters:
      value - the cancellationCode
    • setCancellationReasonDescription

      @Accessor(qualifier="cancellationReasonDescription", type=SETTER) public void setCancellationReasonDescription(String value)
      Generated method - Setter of SAPCpiOutboundReturnOrder.cancellationReasonDescription attribute defined at extension sapcpireturnsexchange.
      Parameters:
      value - the cancellationReasonDescription
    • setPreceedingDocumentId

      @Accessor(qualifier="preceedingDocumentId", type=SETTER) public void setPreceedingDocumentId(String value)
      Generated method - Setter of SAPCpiOutboundReturnOrder.preceedingDocumentId attribute defined at extension sapcpireturnsexchange.
      Parameters:
      value - the preceedingDocumentId
    • setRejectionReason

      @Accessor(qualifier="rejectionReason", type=SETTER) public void setRejectionReason(String value)
      Generated method - Setter of SAPCpiOutboundReturnOrder.rejectionReason attribute defined at extension sapcpireturnsexchange.
      Parameters:
      value - the rejectionReason
    • setRMA

      @Accessor(qualifier="RMA", type=SETTER) public void setRMA(String value)
      Generated method - Setter of SAPCpiOutboundReturnOrder.RMA attribute defined at extension sapcpireturnsexchange.
      Parameters:
      value - the RMA