public class StandardPaymentModeValueModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_STDMODEVALUESRELATION
Generated relation code constant for relation
StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
StandardPaymentModeValue.currency attribute defined at extension paymentstandard. |
static java.lang.String |
PAYMENTMODE
Generated constant - Attribute key of
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
StandardPaymentModeValue.value attribute defined at extension paymentstandard. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StandardPaymentModeValueModel()
Generated constructor - Default constructor for generic creation.
|
StandardPaymentModeValueModel(CurrencyModel _currency,
ItemModel _owner,
StandardPaymentModeModel _paymentMode,
java.lang.Double _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StandardPaymentModeValueModel(CurrencyModel _currency,
StandardPaymentModeModel _paymentMode,
java.lang.Double _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StandardPaymentModeValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
getCurrency()
Generated method - Getter of the
StandardPaymentModeValue.currency attribute defined at extension paymentstandard. |
StandardPaymentModeModel |
getPaymentMode()
Generated method - Getter of the
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. |
java.lang.Double |
getValue()
Generated method - Getter of the
StandardPaymentModeValue.value attribute defined at extension paymentstandard. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
StandardPaymentModeValue.currency attribute defined at extension paymentstandard. |
void |
setPaymentMode(StandardPaymentModeModel value)
Generated method - Initial setter of
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. |
void |
setValue(java.lang.Double value)
Generated method - Setter of
StandardPaymentModeValue.value attribute defined at extension paymentstandard. |
getComments, 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 _STDMODEVALUESRELATION
StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard.public static final java.lang.String CURRENCY
StandardPaymentModeValue.currency attribute defined at extension paymentstandard.public static final java.lang.String VALUE
StandardPaymentModeValue.value attribute defined at extension paymentstandard.public static final java.lang.String PAYMENTMODE
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.public StandardPaymentModeValueModel()
public StandardPaymentModeValueModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StandardPaymentModeValueModel(CurrencyModel _currency, StandardPaymentModeModel _paymentMode, java.lang.Double _value)
_currency - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard_paymentMode - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard_value - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard@Deprecated public StandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, java.lang.Double _value)
_currency - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard_owner - initial attribute declared by type Item at extension core_paymentMode - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard_value - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
StandardPaymentModeValue.currency attribute defined at extension paymentstandard.@Accessor(qualifier="paymentMode", type=GETTER) public StandardPaymentModeModel getPaymentMode()
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.@Accessor(qualifier="value", type=GETTER) public java.lang.Double getValue()
StandardPaymentModeValue.value attribute defined at extension paymentstandard.@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
StandardPaymentModeValue.currency attribute defined at extension paymentstandard.value - the currency@Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(StandardPaymentModeModel value)
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. Can only be used at creation of model - before first save.value - the paymentModeCopyright © 2018 SAP SE. All Rights Reserved.