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_SAPCONFIGPAYMENTRELATIONGenerated relation code constant for relationSapConfigPaymentRelationdefining source attributesapConfigurationin extensionsapmodel.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringPAYMENTMODEGenerated constant - Attribute key ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.static java.lang.StringPAYMENTNAMEGenerated constant - Attribute key ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.static java.lang.StringPAYMENTVALUEGenerated constant - Attribute key ofSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.static java.lang.StringSAPCONFIGURATIONGenerated 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, 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 PaymentModeModelgetPaymentMode()Generated method - Getter of theSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.java.lang.StringgetPaymentName()Generated method - Getter of theSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.java.lang.StringgetPaymentValue()Generated method - Getter of theSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.SAPConfigurationModelgetSapConfiguration()Generated method - Getter of theSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.voidsetPaymentMode(PaymentModeModel value)Generated method - Setter ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.voidsetPaymentName(java.lang.String value)Generated method - Setter ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.voidsetPaymentValue(java.lang.String value)Generated method - Setter ofSAPPaymentMode.paymentValueattribute defined at extensionsapmodel.voidsetSapConfiguration(SAPConfigurationModel value)Generated 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, 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 relationSapConfigPaymentRelationdefining source attributesapConfigurationin extensionsapmodel.- See Also:
- Constant Field Values
-
SAPCONFIGURATION
public static final java.lang.String SAPCONFIGURATION
Generated constant - Attribute key ofSAPPaymentMode.sapConfigurationattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
PAYMENTMODE
public static final java.lang.String PAYMENTMODE
Generated constant - Attribute key ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
PAYMENTNAME
public static final java.lang.String PAYMENTNAME
Generated constant - Attribute key ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.- See Also:
- Constant Field Values
-
PAYMENTVALUE
public static final java.lang.String PAYMENTVALUE
Generated constant - Attribute key ofSAPPaymentMode.paymentValueattribute 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 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, 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 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 Detail
-
getPaymentMode
@Accessor(qualifier="paymentMode", type=GETTER) public PaymentModeModel getPaymentMode()
Generated method - Getter of theSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.- Returns:
- the paymentMode
-
getPaymentName
@Accessor(qualifier="paymentName", type=GETTER) public java.lang.String getPaymentName()
Generated method - Getter of theSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.- Returns:
- the paymentName
-
getPaymentValue
@Accessor(qualifier="paymentValue", type=GETTER) public java.lang.String 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
@Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(PaymentModeModel value)
Generated method - Setter ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.- Parameters:
value- the paymentMode
-
setPaymentName
@Accessor(qualifier="paymentName", type=SETTER) public void setPaymentName(java.lang.String value)
Generated method - Setter ofSAPPaymentMode.paymentNameattribute defined at extensionsapmodel.- Parameters:
value- the paymentName
-
setPaymentValue
@Accessor(qualifier="paymentValue", type=SETTER) public void setPaymentValue(java.lang.String value)
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
-
-