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:
java.io.Serializable
public class SAPPaymentModeModel extends ItemModel
Generated model class for type SAPPaymentMode first defined at extension sapmodel.- 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
_SAPCONFIGPAYMENTRELATION
Generated relation code constant for relationSapConfigPaymentRelation
defining source attributesapConfiguration
in extensionsapmodel
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
PAYMENTMODE
Generated constant - Attribute key ofSAPPaymentMode.paymentMode
attribute defined at extensionsapmodel
.static java.lang.String
PAYMENTNAME
Generated constant - Attribute key ofSAPPaymentMode.paymentName
attribute defined at extensionsapmodel
.static java.lang.String
PAYMENTVALUE
Generated constant - Attribute key ofSAPPaymentMode.paymentValue
attribute defined at extensionsapmodel
.static java.lang.String
SAPCONFIGURATION
Generated constant - Attribute key ofSAPPaymentMode.sapConfiguration
attribute defined at extensionsapmodel
.-
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 SAPPaymentModeModel()
Generated constructor - Default constructor for generic creation.SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.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, java.lang.String _paymentName, java.lang.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(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentModeModel
getPaymentMode()
Generated method - Getter of theSAPPaymentMode.paymentMode
attribute defined at extensionsapmodel
.java.lang.String
getPaymentName()
Generated method - Getter of theSAPPaymentMode.paymentName
attribute defined at extensionsapmodel
.java.lang.String
getPaymentValue()
Generated method - Getter of theSAPPaymentMode.paymentValue
attribute defined at extensionsapmodel
.SAPConfigurationModel
getSapConfiguration()
Generated method - Getter of theSAPPaymentMode.sapConfiguration
attribute defined at extensionsapmodel
.void
setPaymentMode(PaymentModeModel value)
Generated method - Setter ofSAPPaymentMode.paymentMode
attribute defined at extensionsapmodel
.void
setPaymentName(java.lang.String value)
Generated method - Setter ofSAPPaymentMode.paymentName
attribute defined at extensionsapmodel
.void
setPaymentValue(java.lang.String value)
Generated method - Setter ofSAPPaymentMode.paymentValue
attribute defined at extensionsapmodel
.void
setSapConfiguration(SAPConfigurationModel value)
Generated method - Initial setter ofSAPPaymentMode.sapConfiguration
attribute defined at extensionsapmodel
.-
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
-
_SAPCONFIGPAYMENTRELATION
public static final java.lang.String _SAPCONFIGPAYMENTRELATION
Generated relation code constant for relationSapConfigPaymentRelation
defining source attributesapConfiguration
in extensionsapmodel
.- See Also:
- Constant Field Values
-
SAPCONFIGURATION
public static final java.lang.String SAPCONFIGURATION
Generated constant - Attribute key ofSAPPaymentMode.sapConfiguration
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
PAYMENTMODE
public static final java.lang.String PAYMENTMODE
Generated constant - Attribute key ofSAPPaymentMode.paymentMode
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
PAYMENTNAME
public static final java.lang.String PAYMENTNAME
Generated constant - Attribute key ofSAPPaymentMode.paymentName
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
PAYMENTVALUE
public static final java.lang.String PAYMENTVALUE
Generated constant - Attribute key ofSAPPaymentMode.paymentValue
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPPaymentModeModel
public SAPPaymentModeModel()
Generated constructor - Default constructor for generic creation.
-
SAPPaymentModeModel
public SAPPaymentModeModel(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, java.lang.String _paymentName, java.lang.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 typeSAPPaymentMode
at extensionsapmodel
_paymentName
- initial attribute declared by typeSAPPaymentMode
at extensionsapmodel
_paymentValue
- initial attribute declared by typeSAPPaymentMode
at extensionsapmodel
-
SAPPaymentModeModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.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 typeItem
at extensioncore
_paymentMode
- initial attribute declared by typeSAPPaymentMode
at extensionsapmodel
_paymentName
- initial attribute declared by typeSAPPaymentMode
at extensionsapmodel
_paymentValue
- initial attribute declared by typeSAPPaymentMode
at extensionsapmodel
_sapConfiguration
- initial attribute declared by typeSAPPaymentMode
at extensionsapmodel
-
-
Method Detail
-
getPaymentMode
@Accessor(qualifier="paymentMode", type=GETTER) public PaymentModeModel getPaymentMode()
Generated method - Getter of theSAPPaymentMode.paymentMode
attribute defined at extensionsapmodel
.- Returns:
- the paymentMode
-
getPaymentName
@Accessor(qualifier="paymentName", type=GETTER) public java.lang.String getPaymentName()
Generated method - Getter of theSAPPaymentMode.paymentName
attribute defined at extensionsapmodel
.- Returns:
- the paymentName
-
getPaymentValue
@Accessor(qualifier="paymentValue", type=GETTER) public java.lang.String getPaymentValue()
Generated method - Getter of theSAPPaymentMode.paymentValue
attribute defined at extensionsapmodel
.- Returns:
- the paymentValue
-
getSapConfiguration
@Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
Generated method - Getter of theSAPPaymentMode.sapConfiguration
attribute defined at extensionsapmodel
.- Returns:
- the sapConfiguration
-
setPaymentMode
@Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(PaymentModeModel value)
Generated method - Setter ofSAPPaymentMode.paymentMode
attribute defined at extensionsapmodel
.- Parameters:
value
- the paymentMode
-
setPaymentName
@Accessor(qualifier="paymentName", type=SETTER) public void setPaymentName(java.lang.String value)
Generated method - Setter ofSAPPaymentMode.paymentName
attribute defined at extensionsapmodel
.- Parameters:
value
- the paymentName
-
setPaymentValue
@Accessor(qualifier="paymentValue", type=SETTER) public void setPaymentValue(java.lang.String value)
Generated method - Setter ofSAPPaymentMode.paymentValue
attribute defined at extensionsapmodel
.- Parameters:
value
- the paymentValue
-
setSapConfiguration
@Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
Generated method - Initial setter ofSAPPaymentMode.sapConfiguration
attribute defined at extensionsapmodel
. Can only be used at creation of model - before first save.- Parameters:
value
- the sapConfiguration
-
-