Class SAPReturnRequestsModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPReturnRequestsModel
All Implemented Interfaces:
Serializable

public class SAPReturnRequestsModel extends ItemModel
Generated model class for type SAPReturnRequests first defined at extension ysapomsreturnprocess.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation ReturnRequest2SapReturnRequests defining source attribute returnRequest in extension ysapomsreturnprocess.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.code attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.consignmentsEntry attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.isDelivered attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.returnRequest attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.returnRequestPOS attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess.
    static final String
    Generated constant - Attribute key of SAPReturnRequests.sapReturnRequestOrderStatus attribute defined at extension ysapomsreturnprocess.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    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
    SAPReturnRequestsModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPReturnRequests.code attribute defined at extension ysapomsreturnprocess.
    Generated method - Getter of the SAPReturnRequests.consignmentsEntry attribute defined at extension ysapomsreturnprocess.
    Generated method - Getter of the SAPReturnRequests.isDelivered attribute defined at extension ysapomsreturnprocess.
    Generated method - Getter of the SAPReturnRequests.returnRequest attribute defined at extension ysapomsreturnprocess.
    Generated method - Getter of the SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess.
    Generated method - Getter of the SAPReturnRequests.sapReturnRequestOrderStatus attribute defined at extension ysapomsreturnprocess.
    void
    setCode(String value)
    Generated method - Setter of SAPReturnRequests.code attribute defined at extension ysapomsreturnprocess.
    void
    Generated method - Setter of SAPReturnRequests.consignmentsEntry attribute defined at extension ysapomsreturnprocess.
    void
    Generated method - Setter of SAPReturnRequests.isDelivered attribute defined at extension ysapomsreturnprocess.
    void
    Generated method - Setter of SAPReturnRequests.returnRequest attribute defined at extension ysapomsreturnprocess.
    void
    Generated method - Setter of SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess.
    void
    Generated method - Setter of SAPReturnRequests.sapReturnRequestOrderStatus attribute defined at extension ysapomsreturnprocess.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _RETURNREQUEST2SAPRETURNREQUESTS
      Generated relation code constant for relation ReturnRequest2SapReturnRequests defining source attribute returnRequest in extension ysapomsreturnprocess.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of SAPReturnRequests.code attribute defined at extension ysapomsreturnprocess.
      See Also:
    • SAPRETURNREQUESTORDERSTATUS

      public static final String SAPRETURNREQUESTORDERSTATUS
      Generated constant - Attribute key of SAPReturnRequests.sapReturnRequestOrderStatus attribute defined at extension ysapomsreturnprocess.
      See Also:
    • CONSIGNMENTSENTRY

      public static final String CONSIGNMENTSENTRY
      Generated constant - Attribute key of SAPReturnRequests.consignmentsEntry attribute defined at extension ysapomsreturnprocess.
      See Also:
    • ISDELIVERED

      public static final String ISDELIVERED
      Generated constant - Attribute key of SAPReturnRequests.isDelivered attribute defined at extension ysapomsreturnprocess.
      See Also:
    • RETURNWAREHOUSE

      public static final String RETURNWAREHOUSE
      Generated constant - Attribute key of SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess.
      See Also:
    • RETURNREQUESTPOS

      public static final String RETURNREQUESTPOS
      Generated constant - Attribute key of SAPReturnRequests.returnRequestPOS attribute defined at extension ysapomsreturnprocess.
      See Also:
    • RETURNREQUEST

      public static final String RETURNREQUEST
      Generated constant - Attribute key of SAPReturnRequests.returnRequest attribute defined at extension ysapomsreturnprocess.
      See Also:
  • Constructor Details

    • SAPReturnRequestsModel

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

      public SAPReturnRequestsModel(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
    • SAPReturnRequestsModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPReturnRequestsModel(ReturnRequestModel _returnRequest)
      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:
      _returnRequest - initial attribute declared by type SAPReturnRequests at extension ysapomsreturnprocess
    • SAPReturnRequestsModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPReturnRequestsModel(ItemModel _owner, ReturnRequestModel _returnRequest)
      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
      _returnRequest - initial attribute declared by type SAPReturnRequests at extension ysapomsreturnprocess
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the SAPReturnRequests.code attribute defined at extension ysapomsreturnprocess.
      Returns:
      the code - SAP Return Request Order Number
    • getConsignmentsEntry

      @Accessor(qualifier="consignmentsEntry", type=GETTER) public Set<ConsignmentEntryModel> getConsignmentsEntry()
      Generated method - Getter of the SAPReturnRequests.consignmentsEntry attribute defined at extension ysapomsreturnprocess. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the consignmentsEntry
    • getIsDelivered

      @Accessor(qualifier="isDelivered", type=GETTER) public Boolean getIsDelivered()
      Generated method - Getter of the SAPReturnRequests.isDelivered attribute defined at extension ysapomsreturnprocess.
      Returns:
      the isDelivered
    • getReturnRequest

      @Accessor(qualifier="returnRequest", type=GETTER) public ReturnRequestModel getReturnRequest()
      Generated method - Getter of the SAPReturnRequests.returnRequest attribute defined at extension ysapomsreturnprocess.
      Returns:
      the returnRequest
    • getReturnWarehouse

      @Accessor(qualifier="returnWarehouse", type=GETTER) public WarehouseModel getReturnWarehouse()
      Generated method - Getter of the SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess.
      Returns:
      the returnWarehouse - Determines the warehouse where the products need to be returned by the customer
    • getSapReturnRequestOrderStatus

      @Accessor(qualifier="sapReturnRequestOrderStatus", type=GETTER) public SAPReturnRequestOrderStatus getSapReturnRequestOrderStatus()
      Generated method - Getter of the SAPReturnRequests.sapReturnRequestOrderStatus attribute defined at extension ysapomsreturnprocess.
      Returns:
      the sapReturnRequestOrderStatus - Sap Return Request Order Status
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of SAPReturnRequests.code attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the code - SAP Return Request Order Number
    • setConsignmentsEntry

      @Accessor(qualifier="consignmentsEntry", type=SETTER) public void setConsignmentsEntry(Set<ConsignmentEntryModel> value)
      Generated method - Setter of SAPReturnRequests.consignmentsEntry attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the consignmentsEntry
    • setIsDelivered

      @Accessor(qualifier="isDelivered", type=SETTER) public void setIsDelivered(Boolean value)
      Generated method - Setter of SAPReturnRequests.isDelivered attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the isDelivered
    • setReturnRequest

      @Accessor(qualifier="returnRequest", type=SETTER) public void setReturnRequest(ReturnRequestModel value)
      Generated method - Setter of SAPReturnRequests.returnRequest attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the returnRequest
    • setReturnWarehouse

      @Accessor(qualifier="returnWarehouse", type=SETTER) public void setReturnWarehouse(WarehouseModel value)
      Generated method - Setter of SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the returnWarehouse - Determines the warehouse where the products need to be returned by the customer
    • setSapReturnRequestOrderStatus

      @Accessor(qualifier="sapReturnRequestOrderStatus", type=SETTER) public void setSapReturnRequestOrderStatus(SAPReturnRequestOrderStatus value)
      Generated method - Setter of SAPReturnRequests.sapReturnRequestOrderStatus attribute defined at extension ysapomsreturnprocess.
      Parameters:
      value - the sapReturnRequestOrderStatus - Sap Return Request Order Status