Class StandardPaymentModeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.order.payment.PaymentModeModel
de.hybris.platform.paymentstandard.model.StandardPaymentModeModel
- All Implemented Interfaces:
Serializable
Generated model class for type StandardPaymentMode first defined at extension paymentstandard.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.static final StringGenerated constant - Attribute key ofStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.Fields inherited from class de.hybris.platform.core.model.order.payment.PaymentModeModel
ACTIVE, CODE, DESCRIPTION, NAME, PAYMENTINFOTYPE, SUPPORTEDDELIVERYMODESFields 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.StandardPaymentModeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextStandardPaymentModeModel(Boolean _active, String _code, ItemModel _owner, ComposedTypeModel _paymentInfoType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStandardPaymentModeModel(Boolean _active, String _code, ComposedTypeModel _paymentInfoType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptiongetNet()Generated method - Getter of theStandardPaymentMode.netattribute defined at extensionpaymentstandard.Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.voidGenerated method - Setter ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.voidGenerated method - Setter ofStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.Methods inherited from class de.hybris.platform.core.model.order.payment.PaymentModeModel
getActive, getCode, getDescription, getDescription, getName, getName, getPaymentinfotype, getPaymentInfoType, getSupporteddeliverymodes, getSupportedDeliveryModes, setActive, setCode, setDescription, setDescription, setName, setName, setPaymentinfotype, setPaymentInfoTypeMethods 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:
-
NET
Generated constant - Attribute key ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.- See Also:
-
PAYMENTMODEVALUES
Generated constant - Attribute key ofStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.- See Also:
-
-
Constructor Details
-
StandardPaymentModeModel
public StandardPaymentModeModel()Generated constructor - Default constructor for generic creation. -
StandardPaymentModeModel
public StandardPaymentModeModel(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
-
StandardPaymentModeModel
@Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeModel(Boolean _active, String _code, ComposedTypeModel _paymentInfoType) 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:
_active- initial attribute declared by typePaymentModeat extensioncore_code- initial attribute declared by typePaymentModeat extensioncore_paymentInfoType- initial attribute declared by typePaymentModeat extensioncore
-
StandardPaymentModeModel
@Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeModel(Boolean _active, String _code, ItemModel _owner, ComposedTypeModel _paymentInfoType) 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:
_active- initial attribute declared by typePaymentModeat extensioncore_code- initial attribute declared by typePaymentModeat extensioncore_owner- initial attribute declared by typeItemat extensioncore_paymentInfoType- initial attribute declared by typePaymentModeat extensioncore
-
-
Method Details
-
getNet
Generated method - Getter of theStandardPaymentMode.netattribute defined at extensionpaymentstandard.- Returns:
- the net
-
getPaymentModeValues
@Accessor(qualifier="paymentModeValues", type=GETTER) public Collection<StandardPaymentModeValueModel> getPaymentModeValues()Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the paymentModeValues
-
setNet
Generated method - Setter ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.- Parameters:
value- the net
-
setPaymentModeValues
@Accessor(qualifier="paymentModeValues", type=SETTER) public void setPaymentModeValues(Collection<StandardPaymentModeValueModel> value) Generated method - Setter ofStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.- Parameters:
value- the paymentModeValues
-