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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationReturnRequest2SapReturnRequestsdefining source attributereturnRequestin extensionysapomsreturnprocess.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPReturnRequests.codeattribute defined at extensionysapomsreturnprocess.static final StringGenerated constant - Attribute key ofSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess.static final StringGenerated constant - Attribute key ofSAPReturnRequests.isDeliveredattribute defined at extensionysapomsreturnprocess.static final StringGenerated constant - Attribute key ofSAPReturnRequests.returnRequestattribute defined at extensionysapomsreturnprocess.static final StringGenerated constant - Attribute key ofSAPReturnRequests.returnRequestPOSattribute defined at extensionysapomsreturnprocess.static final StringGenerated constant - Attribute key ofSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.static final StringGenerated constant - Attribute key ofSAPReturnRequests.sapReturnRequestOrderStatusattribute defined at extensionysapomsreturnprocess.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.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 parametersSAPReturnRequestsModel(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 parametersSAPReturnRequestsModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theSAPReturnRequests.codeattribute defined at extensionysapomsreturnprocess.Generated method - Getter of theSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess.Generated method - Getter of theSAPReturnRequests.isDeliveredattribute defined at extensionysapomsreturnprocess.Generated method - Getter of theSAPReturnRequests.returnRequestattribute defined at extensionysapomsreturnprocess.Generated method - Getter of theSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.Generated method - Getter of theSAPReturnRequests.sapReturnRequestOrderStatusattribute defined at extensionysapomsreturnprocess.voidGenerated method - Setter ofSAPReturnRequests.codeattribute defined at extensionysapomsreturnprocess.voidGenerated method - Setter ofSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess.voidsetIsDelivered(Boolean value) Generated method - Setter ofSAPReturnRequests.isDeliveredattribute defined at extensionysapomsreturnprocess.voidGenerated method - Setter ofSAPReturnRequests.returnRequestattribute defined at extensionysapomsreturnprocess.voidsetReturnWarehouse(WarehouseModel value) Generated method - Setter ofSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.voidGenerated method - Setter ofSAPReturnRequests.sapReturnRequestOrderStatusattribute defined at extensionysapomsreturnprocess.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_RETURNREQUEST2SAPRETURNREQUESTS
Generated relation code constant for relationReturnRequest2SapReturnRequestsdefining source attributereturnRequestin extensionysapomsreturnprocess.- See Also:
-
CODE
Generated constant - Attribute key ofSAPReturnRequests.codeattribute defined at extensionysapomsreturnprocess.- See Also:
-
SAPRETURNREQUESTORDERSTATUS
Generated constant - Attribute key ofSAPReturnRequests.sapReturnRequestOrderStatusattribute defined at extensionysapomsreturnprocess.- See Also:
-
CONSIGNMENTSENTRY
Generated constant - Attribute key ofSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess.- See Also:
-
ISDELIVERED
Generated constant - Attribute key ofSAPReturnRequests.isDeliveredattribute defined at extensionysapomsreturnprocess.- See Also:
-
RETURNWAREHOUSE
Generated constant - Attribute key ofSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.- See Also:
-
RETURNREQUESTPOS
Generated constant - Attribute key ofSAPReturnRequests.returnRequestPOSattribute defined at extensionysapomsreturnprocess.- See Also:
-
RETURNREQUEST
Generated constant - Attribute key ofSAPReturnRequests.returnRequestattribute defined at extensionysapomsreturnprocess.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_returnRequest- initial attribute declared by typeSAPReturnRequestsat extensionysapomsreturnprocess
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_returnRequest- initial attribute declared by typeSAPReturnRequestsat extensionysapomsreturnprocess
-
-
Method Details
-
getCode
Generated method - Getter of theSAPReturnRequests.codeattribute defined at extensionysapomsreturnprocess.- Returns:
- the code - SAP Return Request Order Number
-
getConsignmentsEntry
@Accessor(qualifier="consignmentsEntry", type=GETTER) public Set<ConsignmentEntryModel> getConsignmentsEntry()Generated method - Getter of theSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the consignmentsEntry
-
getIsDelivered
Generated method - Getter of theSAPReturnRequests.isDeliveredattribute defined at extensionysapomsreturnprocess.- Returns:
- the isDelivered
-
getReturnRequest
Generated method - Getter of theSAPReturnRequests.returnRequestattribute defined at extensionysapomsreturnprocess.- Returns:
- the returnRequest
-
getReturnWarehouse
Generated method - Getter of theSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.- 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 theSAPReturnRequests.sapReturnRequestOrderStatusattribute defined at extensionysapomsreturnprocess.- Returns:
- the sapReturnRequestOrderStatus - Sap Return Request Order Status
-
setCode
Generated method - Setter ofSAPReturnRequests.codeattribute defined at extensionysapomsreturnprocess.- Parameters:
value- the code - SAP Return Request Order Number
-
setConsignmentsEntry
@Accessor(qualifier="consignmentsEntry", type=SETTER) public void setConsignmentsEntry(Set<ConsignmentEntryModel> value) Generated method - Setter ofSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess.- Parameters:
value- the consignmentsEntry
-
setIsDelivered
Generated method - Setter ofSAPReturnRequests.isDeliveredattribute defined at extensionysapomsreturnprocess.- Parameters:
value- the isDelivered
-
setReturnRequest
@Accessor(qualifier="returnRequest", type=SETTER) public void setReturnRequest(ReturnRequestModel value) Generated method - Setter ofSAPReturnRequests.returnRequestattribute defined at extensionysapomsreturnprocess.- Parameters:
value- the returnRequest
-
setReturnWarehouse
@Accessor(qualifier="returnWarehouse", type=SETTER) public void setReturnWarehouse(WarehouseModel value) Generated method - Setter ofSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.- 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 ofSAPReturnRequests.sapReturnRequestOrderStatusattribute defined at extensionysapomsreturnprocess.- Parameters:
value- the sapReturnRequestOrderStatus - Sap Return Request Order Status
-