Class SapReturnOrderReasonModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.returnsexchange.model.SapReturnOrderReasonModel
- All Implemented Interfaces:
Serializable
Generated model class for type SapReturnOrderReason first defined at extension sapreturnsexchange.
- 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 relationSAPConfigReturnReasonRelationdefining source attributesapConfigurationin extensionsapreturnsexchange.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.static final StringGenerated constant - Attribute key ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.static final StringGenerated constant - Attribute key ofSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.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.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 parametersSapReturnOrderReasonModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.Generated method - Getter of theSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.Generated method - Getter of theSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.voidsetRefundReason(RefundReason value) Generated method - Setter ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.voidGenerated method - Initial setter ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.voidsetSapReturnReasonCode(String value) Generated method - Setter ofSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.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:
-
_SAPCONFIGRETURNREASONRELATION
Generated relation code constant for relationSAPConfigReturnReasonRelationdefining source attributesapConfigurationin extensionsapreturnsexchange.- See Also:
-
SAPCONFIGURATION
Generated constant - Attribute key ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.- See Also:
-
REFUNDREASON
Generated constant - Attribute key ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.- See Also:
-
SAPRETURNREASONCODE
Generated constant - Attribute key ofSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.- See Also:
-
-
Constructor Details
-
SapReturnOrderReasonModel
public SapReturnOrderReasonModel()Generated constructor - Default constructor for generic creation. -
SapReturnOrderReasonModel
public SapReturnOrderReasonModel(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
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_sapConfiguration- initial attribute declared by typeSapReturnOrderReasonat extensionsapreturnsexchange
-
-
Method Details
-
getRefundReason
Generated method - Getter of theSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.- Returns:
- the refundReason
-
getSapConfiguration
@Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()Generated method - Getter of theSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.- Returns:
- the sapConfiguration
-
getSapReturnReasonCode
Generated method - Getter of theSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.- Returns:
- the sapReturnReasonCode
-
setRefundReason
Generated method - Setter ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.- Parameters:
value- the refundReason
-
setSapConfiguration
@Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value) Generated method - Initial setter ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange. Can only be used at creation of model - before first save.- Parameters:
value- the sapConfiguration
-
setSapReturnReasonCode
@Accessor(qualifier="sapReturnReasonCode", type=SETTER) public void setSapReturnReasonCode(String value) Generated method - Setter ofSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.- Parameters:
value- the sapReturnReasonCode
-