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:
java.io.Serializable
public class StandardPaymentModeModel extends PaymentModeModel
Generated model class for type StandardPaymentMode first defined at extension paymentstandard.- 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_TYPECODEGenerated model type code constant.static java.lang.StringNETGenerated constant - Attribute key ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.static java.lang.StringPAYMENTMODEVALUESGenerated 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, SUPPORTEDDELIVERYMODES
-
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 StandardPaymentModeModel()Generated constructor - Default constructor for generic creation.StandardPaymentModeModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextStandardPaymentModeModel(java.lang.Boolean _active, java.lang.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(java.lang.Boolean _active, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetNet()Generated method - Getter of theStandardPaymentMode.netattribute defined at extensionpaymentstandard.java.util.Collection<StandardPaymentModeValueModel>getPaymentModeValues()Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.voidsetNet(java.lang.Boolean value)Generated method - Setter ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.voidsetPaymentModeValues(java.util.Collection<StandardPaymentModeValueModel> value)Generated 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, setPaymentInfoType
-
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
-
NET
public static final java.lang.String NET
Generated constant - Attribute key ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.- See Also:
- Constant Field Values
-
PAYMENTMODEVALUES
public static final java.lang.String PAYMENTMODEVALUES
Generated constant - Attribute key ofStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardPaymentModeModel
public StandardPaymentModeModel()
Generated constructor - Default constructor for generic creation.
-
StandardPaymentModeModel
public StandardPaymentModeModel(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(java.lang.Boolean _active, java.lang.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(java.lang.Boolean _active, java.lang.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 Detail
-
getNet
@Accessor(qualifier="net", type=GETTER) public java.lang.Boolean getNet()
Generated method - Getter of theStandardPaymentMode.netattribute defined at extensionpaymentstandard.- Returns:
- the net
-
getPaymentModeValues
@Accessor(qualifier="paymentModeValues", type=GETTER) public java.util.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
@Accessor(qualifier="net", type=SETTER) public void setNet(java.lang.Boolean value)
Generated method - Setter ofStandardPaymentMode.netattribute defined at extensionpaymentstandard.- Parameters:
value- the net
-
setPaymentModeValues
@Accessor(qualifier="paymentModeValues", type=SETTER) public void setPaymentModeValues(java.util.Collection<StandardPaymentModeValueModel> value)
Generated method - Setter ofStandardPaymentMode.paymentModeValuesattribute defined at extensionpaymentstandard.- Parameters:
value- the paymentModeValues
-
-