Class SAPCpiOutboundCardPaymentModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundCardPaymentModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPCpiOutboundCardPayment first defined at extension sapcpiadapter.
- 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 relationSAPCpiOutboundOrder2SAPCpiOutboundCardPaymentdefining source attributesapCpiOutboundOrderin extensionsapcpiadapter.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.ccOwnerattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.orderIdattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.paymentProviderattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.requestIdattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.subscriptionIdattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.validToMonthattribute defined at extensionsapcpiadapter.static final StringGenerated constant - Attribute key ofSAPCpiOutboundCardPayment.validToYearattribute defined at extensionsapcpiadapter.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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundCardPaymentModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPCpiOutboundCardPayment.ccOwnerattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.orderIdattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.paymentProviderattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.requestIdattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.subscriptionIdattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.validToMonthattribute defined at extensionsapcpiadapter.Generated method - Getter of theSAPCpiOutboundCardPayment.validToYearattribute defined at extensionsapcpiadapter.voidsetCcOwner(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.ccOwnerattribute defined at extensionsapcpiadapter.voidsetOrderId(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.orderIdattribute defined at extensionsapcpiadapter.voidsetPaymentProvider(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.paymentProviderattribute defined at extensionsapcpiadapter.voidsetRequestId(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.requestIdattribute defined at extensionsapcpiadapter.voidGenerated method - Setter ofSAPCpiOutboundCardPayment.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.voidsetSubscriptionId(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.subscriptionIdattribute defined at extensionsapcpiadapter.voidsetValidToMonth(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.validToMonthattribute defined at extensionsapcpiadapter.voidsetValidToYear(String value) Generated method - Setter ofSAPCpiOutboundCardPayment.validToYearattribute defined at extensionsapcpiadapter.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:
-
_SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDCARDPAYMENT
Generated relation code constant for relationSAPCpiOutboundOrder2SAPCpiOutboundCardPaymentdefining source attributesapCpiOutboundOrderin extensionsapcpiadapter.- See Also:
-
ORDERID
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.orderIdattribute defined at extensionsapcpiadapter.- See Also:
-
REQUESTID
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.requestIdattribute defined at extensionsapcpiadapter.- See Also:
-
CCOWNER
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.ccOwnerattribute defined at extensionsapcpiadapter.- See Also:
-
VALIDTOMONTH
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.validToMonthattribute defined at extensionsapcpiadapter.- See Also:
-
VALIDTOYEAR
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.validToYearattribute defined at extensionsapcpiadapter.- See Also:
-
SUBSCRIPTIONID
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.subscriptionIdattribute defined at extensionsapcpiadapter.- See Also:
-
PAYMENTPROVIDER
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.paymentProviderattribute defined at extensionsapcpiadapter.- See Also:
-
SAPCPIOUTBOUNDORDER
Generated constant - Attribute key ofSAPCpiOutboundCardPayment.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.- See Also:
-
-
Constructor Details
-
SAPCpiOutboundCardPaymentModel
public SAPCpiOutboundCardPaymentModel()Generated constructor - Default constructor for generic creation. -
SAPCpiOutboundCardPaymentModel
public SAPCpiOutboundCardPaymentModel(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
-
SAPCpiOutboundCardPaymentModel
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
-
-
Method Details
-
getCcOwner
Generated method - Getter of theSAPCpiOutboundCardPayment.ccOwnerattribute defined at extensionsapcpiadapter.- Returns:
- the ccOwner
-
getOrderId
Generated method - Getter of theSAPCpiOutboundCardPayment.orderIdattribute defined at extensionsapcpiadapter.- Returns:
- the orderId
-
getPaymentProvider
Generated method - Getter of theSAPCpiOutboundCardPayment.paymentProviderattribute defined at extensionsapcpiadapter.- Returns:
- the paymentProvider
-
getRequestId
Generated method - Getter of theSAPCpiOutboundCardPayment.requestIdattribute defined at extensionsapcpiadapter.- Returns:
- the requestId
-
getSapCpiOutboundOrder
@Accessor(qualifier="sapCpiOutboundOrder", type=GETTER) public SAPCpiOutboundOrderModel getSapCpiOutboundOrder()Generated method - Getter of theSAPCpiOutboundCardPayment.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.- Returns:
- the sapCpiOutboundOrder
-
getSubscriptionId
Generated method - Getter of theSAPCpiOutboundCardPayment.subscriptionIdattribute defined at extensionsapcpiadapter.- Returns:
- the subscriptionId
-
getValidToMonth
Generated method - Getter of theSAPCpiOutboundCardPayment.validToMonthattribute defined at extensionsapcpiadapter.- Returns:
- the validToMonth
-
getValidToYear
Generated method - Getter of theSAPCpiOutboundCardPayment.validToYearattribute defined at extensionsapcpiadapter.- Returns:
- the validToYear
-
setCcOwner
Generated method - Setter ofSAPCpiOutboundCardPayment.ccOwnerattribute defined at extensionsapcpiadapter.- Parameters:
value- the ccOwner
-
setOrderId
Generated method - Setter ofSAPCpiOutboundCardPayment.orderIdattribute defined at extensionsapcpiadapter.- Parameters:
value- the orderId
-
setPaymentProvider
Generated method - Setter ofSAPCpiOutboundCardPayment.paymentProviderattribute defined at extensionsapcpiadapter.- Parameters:
value- the paymentProvider
-
setRequestId
Generated method - Setter ofSAPCpiOutboundCardPayment.requestIdattribute defined at extensionsapcpiadapter.- Parameters:
value- the requestId
-
setSapCpiOutboundOrder
@Accessor(qualifier="sapCpiOutboundOrder", type=SETTER) public void setSapCpiOutboundOrder(SAPCpiOutboundOrderModel value) Generated method - Setter ofSAPCpiOutboundCardPayment.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.- Parameters:
value- the sapCpiOutboundOrder
-
setSubscriptionId
Generated method - Setter ofSAPCpiOutboundCardPayment.subscriptionIdattribute defined at extensionsapcpiadapter.- Parameters:
value- the subscriptionId
-
setValidToMonth
Generated method - Setter ofSAPCpiOutboundCardPayment.validToMonthattribute defined at extensionsapcpiadapter.- Parameters:
value- the validToMonth
-
setValidToYear
Generated method - Setter ofSAPCpiOutboundCardPayment.validToYearattribute defined at extensionsapcpiadapter.- Parameters:
value- the validToYear
-