Class SAPPaymentModeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPPaymentModeModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPPaymentMode first defined at extension sapmodel.
- 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 relationSapConfigPaymentRelationdefining source attributesapConfigurationin extensionsapmodel.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.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.SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, String _paymentName, String _paymentValue, 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 parametersSAPPaymentModeModel(PaymentModeModel _paymentMode, String _paymentName, String _paymentValue) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPaymentModeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.Generated method - Getter of theSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.Generated method - Getter of theSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.Generated method - Getter of theSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.voidsetPaymentMode(PaymentModeModel value) Generated method - Setter ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.voidsetPaymentName(String value) Generated method - Setter ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.voidsetPaymentValue(String value) Generated method - Setter ofSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.voidGenerated method - Initial setter ofSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.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:
-
_SAPCONFIGPAYMENTRELATION
Generated relation code constant for relationSapConfigPaymentRelationdefining source attributesapConfigurationin extensionsapmodel.- See Also:
-
SAPCONFIGURATION
Generated constant - Attribute key ofSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.- See Also:
-
PAYMENTMODE
Generated constant - Attribute key ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.- See Also:
-
PAYMENTNAME
Generated constant - Attribute key ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.- See Also:
-
PAYMENTVALUE
Generated constant - Attribute key ofSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.- See Also:
-
-
Constructor Details
-
SAPPaymentModeModel
public SAPPaymentModeModel()Generated constructor - Default constructor for generic creation. -
SAPPaymentModeModel
public SAPPaymentModeModel(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
-
SAPPaymentModeModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPPaymentModeModel(PaymentModeModel _paymentMode, String _paymentName, String _paymentValue) 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:
_paymentMode- initial attribute declared by typeSAPPaymentModeat extensionsapmodel_paymentName- initial attribute declared by typeSAPPaymentModeat extensionsapmodel_paymentValue- initial attribute declared by typeSAPPaymentModeat extensionsapmodel
-
SAPPaymentModeModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, String _paymentName, String _paymentValue, 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_paymentMode- initial attribute declared by typeSAPPaymentModeat extensionsapmodel_paymentName- initial attribute declared by typeSAPPaymentModeat extensionsapmodel_paymentValue- initial attribute declared by typeSAPPaymentModeat extensionsapmodel_sapConfiguration- initial attribute declared by typeSAPPaymentModeat extensionsapmodel
-
-
Method Details
-
getPaymentMode
Generated method - Getter of theSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.- Returns:
- the paymentMode
-
getPaymentName
Generated method - Getter of theSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.- Returns:
- the paymentName
-
getPaymentValue
Generated method - Getter of theSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.- Returns:
- the paymentValue
-
getSapConfiguration
@Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()Generated method - Getter of theSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.- Returns:
- the sapConfiguration
-
setPaymentMode
Generated method - Setter ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.- Parameters:
value- the paymentMode
-
setPaymentName
Generated method - Setter ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.- Parameters:
value- the paymentName
-
setPaymentValue
Generated method - Setter ofSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.- Parameters:
value- the paymentValue
-
setSapConfiguration
@Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value) Generated method - Initial setter ofSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel. Can only be used at creation of model - before first save.- Parameters:
value- the sapConfiguration
-