public class PaymentModeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
PaymentMode.active attribute defined at extension core. |
static String |
CODE
Generated constant - Attribute key of
PaymentMode.code attribute defined at extension core. |
static String |
DESCRIPTION
Generated constant - Attribute key of
PaymentMode.description attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
PaymentMode.name attribute defined at extension core. |
static String |
PAYMENTINFOTYPE
Generated constant - Attribute key of
PaymentMode.paymentInfoType attribute defined at extension core. |
static String |
SUPPORTEDDELIVERYMODES
Generated constant - Attribute key of
PaymentMode.supportedDeliveryModes attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PaymentModeModel()
Generated constructor - Default constructor for generic creation.
|
PaymentModeModel(Boolean _active,
String _code,
ComposedTypeModel _paymentInfoType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PaymentModeModel(Boolean _active,
String _code,
ItemModel _owner,
ComposedTypeModel _paymentInfoType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PaymentModeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
PaymentMode.active attribute defined at extension core. |
String |
getCode()
Generated method - Getter of the
PaymentMode.code attribute defined at extension core. |
String |
getDescription()
Generated method - Getter of the
PaymentMode.description attribute defined at extension core. |
String |
getDescription(Locale loc)
Generated method - Getter of the
PaymentMode.description attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
PaymentMode.name attribute defined at extension core. |
String |
getName(Locale loc)
Generated method - Getter of the
PaymentMode.name attribute defined at extension core. |
ComposedTypeModel |
getPaymentinfotype()
Deprecated.
use
getPaymentInfoType() instead |
ComposedTypeModel |
getPaymentInfoType()
Generated method - Getter of the
PaymentMode.paymentInfoType attribute defined at extension core. |
Collection<DeliveryModeModel> |
getSupporteddeliverymodes()
Deprecated.
use
getSupportedDeliveryModes() instead |
Collection<DeliveryModeModel> |
getSupportedDeliveryModes()
Generated method - Getter of the
PaymentMode.supportedDeliveryModes attribute defined at extension core. |
void |
setActive(Boolean value)
Generated method - Setter of
PaymentMode.active attribute defined at extension core. |
void |
setCode(String value)
Generated method - Setter of
PaymentMode.code attribute defined at extension core. |
void |
setDescription(String value)
Generated method - Setter of
PaymentMode.description attribute defined at extension core. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
PaymentMode.description attribute defined at extension core. |
void |
setName(String value)
Generated method - Setter of
PaymentMode.name attribute defined at extension core. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
PaymentMode.name attribute defined at extension core. |
void |
setPaymentinfotype(ComposedTypeModel value)
Deprecated.
|
void |
setPaymentInfoType(ComposedTypeModel value)
Generated method - Setter of
PaymentMode.paymentInfoType attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String ACTIVE
PaymentMode.active attribute defined at extension core.public static final String CODE
PaymentMode.code attribute defined at extension core.public static final String DESCRIPTION
PaymentMode.description attribute defined at extension core.public static final String NAME
PaymentMode.name attribute defined at extension core.public static final String PAYMENTINFOTYPE
PaymentMode.paymentInfoType attribute defined at extension core.public static final String SUPPORTEDDELIVERYMODES
PaymentMode.supportedDeliveryModes attribute defined at extension core.public PaymentModeModel()
public PaymentModeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PaymentModeModel(Boolean _active, String _code, ComposedTypeModel _paymentInfoType)
_active - initial attribute declared by type PaymentMode at extension core_code - initial attribute declared by type PaymentMode at extension core_paymentInfoType - initial attribute declared by type PaymentMode at extension core@Deprecated public PaymentModeModel(Boolean _active, String _code, ItemModel _owner, ComposedTypeModel _paymentInfoType)
_active - initial attribute declared by type PaymentMode at extension core_code - initial attribute declared by type PaymentMode at extension core_owner - initial attribute declared by type Item at extension core_paymentInfoType - initial attribute declared by type PaymentMode at extension core@Accessor(qualifier="active", type=GETTER) public Boolean getActive()
PaymentMode.active attribute defined at extension core.@Accessor(qualifier="code", type=GETTER) public String getCode()
PaymentMode.code attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription()
PaymentMode.description attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
PaymentMode.description attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=GETTER) public String getName()
PaymentMode.name attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
PaymentMode.name attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Deprecated public ComposedTypeModel getPaymentinfotype()
getPaymentInfoType() insteadPaymentMode.paymentInfoType attribute defined at extension core.@Accessor(qualifier="paymentInfoType", type=GETTER) public ComposedTypeModel getPaymentInfoType()
PaymentMode.paymentInfoType attribute defined at extension core.@Deprecated public Collection<DeliveryModeModel> getSupporteddeliverymodes()
getSupportedDeliveryModes() insteadPaymentMode.supportedDeliveryModes attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="supportedDeliveryModes", type=GETTER) public Collection<DeliveryModeModel> getSupportedDeliveryModes()
PaymentMode.supportedDeliveryModes attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
PaymentMode.active attribute defined at extension core.value - the active@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
PaymentMode.code attribute defined at extension core.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
PaymentMode.description attribute defined at extension core.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
PaymentMode.description attribute defined at extension core.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=SETTER) public void setName(String value)
PaymentMode.name attribute defined at extension core.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
PaymentMode.name attribute defined at extension core.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Deprecated public void setPaymentinfotype(ComposedTypeModel value)
setPaymentInfoType(de.hybris.platform.core.model.type.ComposedTypeModel) insteadPaymentMode.paymentInfoType attribute defined at extension core.value - the paymentInfoType@Accessor(qualifier="paymentInfoType", type=SETTER) public void setPaymentInfoType(ComposedTypeModel value)
PaymentMode.paymentInfoType attribute defined at extension core.value - the paymentInfoTypeCopyright © 2017 SAP SE. All Rights Reserved.