public class StandardPaymentModeModel extends PaymentModeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
NET
Generated constant - Attribute key of
StandardPaymentMode.net attribute defined at extension paymentstandard. |
static java.lang.String |
PAYMENTMODEVALUES
Generated constant - Attribute key of
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard. |
ACTIVE, CODE, DESCRIPTION, NAME, PAYMENTINFOTYPE, SUPPORTEDDELIVERYMODES_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StandardPaymentModeModel()
Generated constructor - Default constructor for generic creation.
|
StandardPaymentModeModel(java.lang.Boolean _active,
java.lang.String _code,
ComposedTypeModel _paymentInfoType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StandardPaymentModeModel(java.lang.Boolean _active,
java.lang.String _code,
ItemModel _owner,
ComposedTypeModel _paymentInfoType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StandardPaymentModeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getNet()
Generated method - Getter of the
StandardPaymentMode.net attribute defined at extension paymentstandard. |
java.util.Collection<StandardPaymentModeValueModel> |
getPaymentModeValues()
Generated method - Getter of the
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard. |
void |
setNet(java.lang.Boolean value)
Generated method - Setter of
StandardPaymentMode.net attribute defined at extension paymentstandard. |
void |
setPaymentModeValues(java.util.Collection<StandardPaymentModeValueModel> value)
Generated method - Setter of
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard. |
getActive, getCode, getDescription, getDescription, getName, getName, getPaymentinfotype, getPaymentInfoType, getSupporteddeliverymodes, getSupportedDeliveryModes, setActive, setCode, setDescription, setDescription, setName, setName, setPaymentinfotype, setPaymentInfoTypegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String NET
StandardPaymentMode.net attribute defined at extension paymentstandard.public static final java.lang.String PAYMENTMODEVALUES
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.public StandardPaymentModeModel()
public StandardPaymentModeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public StandardPaymentModeModel(java.lang.Boolean _active,
java.lang.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 StandardPaymentModeModel(java.lang.Boolean _active,
java.lang.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="net", type=GETTER) public java.lang.Boolean getNet()
StandardPaymentMode.net attribute defined at extension paymentstandard.@Accessor(qualifier="paymentModeValues", type=GETTER) public java.util.Collection<StandardPaymentModeValueModel> getPaymentModeValues()
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="net", type=SETTER) public void setNet(java.lang.Boolean value)
StandardPaymentMode.net attribute defined at extension paymentstandard.value - the net@Accessor(qualifier="paymentModeValues", type=SETTER) public void setPaymentModeValues(java.util.Collection<StandardPaymentModeValueModel> value)
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.value - the paymentModeValuesCopyright © 2018 SAP SE. All Rights Reserved.