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:
java.io.Serializable
public class SapReturnOrderReasonModel extends ItemModel
Generated model class for type SapReturnOrderReason first defined at extension sapreturnsexchange.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_SAPCONFIGRETURNREASONRELATIONGenerated relation code constant for relationSAPConfigReturnReasonRelationdefining source attributesapConfigurationin extensionsapreturnsexchange.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringREFUNDREASONGenerated constant - Attribute key ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.static java.lang.StringSAPCONFIGURATIONGenerated constant - Attribute key ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.static java.lang.StringSAPRETURNREASONCODEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SapReturnOrderReasonModel()Generated 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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefundReasongetRefundReason()Generated method - Getter of theSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.SAPConfigurationModelgetSapConfiguration()Generated method - Getter of theSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.java.lang.StringgetSapReturnReasonCode()Generated method - Getter of theSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.voidsetRefundReason(RefundReason value)Generated method - Setter ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.voidsetSapConfiguration(SAPConfigurationModel value)Generated method - Initial setter ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.voidsetSapReturnReasonCode(java.lang.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, 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
-
-
-
-
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 relationSAPConfigReturnReasonRelationdefining source attributesapConfigurationin extensionsapreturnsexchange.- See Also:
- Constant Field Values
-
SAPCONFIGURATION
public static final java.lang.String SAPCONFIGURATION
Generated constant - Attribute key ofSapReturnOrderReason.sapConfigurationattribute defined at extensionsapreturnsexchange.- See Also:
- Constant Field Values
-
REFUNDREASON
public static final java.lang.String REFUNDREASON
Generated constant - Attribute key ofSapReturnOrderReason.refundReasonattribute defined at extensionsapreturnsexchange.- See Also:
- Constant Field Values
-
SAPRETURNREASONCODE
public static final java.lang.String SAPRETURNREASONCODE
Generated constant - Attribute key ofSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.- 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_sapConfiguration- initial attribute declared by typeSapReturnOrderReasonat extensionsapreturnsexchange
-
-
Method Detail
-
getRefundReason
@Accessor(qualifier="refundReason", type=GETTER) public RefundReason 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
@Accessor(qualifier="sapReturnReasonCode", type=GETTER) public java.lang.String getSapReturnReasonCode()
Generated method - Getter of theSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.- Returns:
- the sapReturnReasonCode
-
setRefundReason
@Accessor(qualifier="refundReason", type=SETTER) public void setRefundReason(RefundReason value)
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(java.lang.String value)
Generated method - Setter ofSapReturnOrderReason.sapReturnReasonCodeattribute defined at extensionsapreturnsexchange.- Parameters:
value- the sapReturnReasonCode
-
-