public class SAPPaymentModeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SAPCONFIGPAYMENTRELATION
Generated relation code constant for relation
SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
PAYMENTMODE
Generated constant - Attribute key of
SAPPaymentMode.paymentMode attribute defined at extension sapmodel. |
static java.lang.String |
PAYMENTNAME
Generated constant - Attribute key of
SAPPaymentMode.paymentName attribute defined at extension sapmodel. |
static java.lang.String |
PAYMENTVALUE
Generated constant - Attribute key of
SAPPaymentMode.paymentValue attribute defined at extension sapmodel. |
static java.lang.String |
SAPCONFIGURATION
Generated constant - Attribute key of
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPPaymentModeModel()
Generated constructor - Default constructor for generic creation.
|
SAPPaymentModeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SAPPaymentModeModel(ItemModel _owner,
PaymentModeModel _paymentMode,
java.lang.String _paymentName,
java.lang.String _paymentValue,
SAPConfigurationModel _sapConfiguration)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPPaymentModeModel(PaymentModeModel _paymentMode,
java.lang.String _paymentName,
java.lang.String _paymentValue)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PaymentModeModel |
getPaymentMode()
Generated method - Getter of the
SAPPaymentMode.paymentMode attribute defined at extension sapmodel. |
java.lang.String |
getPaymentName()
Generated method - Getter of the
SAPPaymentMode.paymentName attribute defined at extension sapmodel. |
java.lang.String |
getPaymentValue()
Generated method - Getter of the
SAPPaymentMode.paymentValue attribute defined at extension sapmodel. |
SAPConfigurationModel |
getSapConfiguration()
Generated method - Getter of the
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. |
void |
setPaymentMode(PaymentModeModel value)
Generated method - Setter of
SAPPaymentMode.paymentMode attribute defined at extension sapmodel. |
void |
setPaymentName(java.lang.String value)
Generated method - Setter of
SAPPaymentMode.paymentName attribute defined at extension sapmodel. |
void |
setPaymentValue(java.lang.String value)
Generated method - Setter of
SAPPaymentMode.paymentValue attribute defined at extension sapmodel. |
void |
setSapConfiguration(SAPConfigurationModel value)
Generated method - Initial setter of
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. |
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 _SAPCONFIGPAYMENTRELATION
SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel.public static final java.lang.String SAPCONFIGURATION
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.public static final java.lang.String PAYMENTMODE
SAPPaymentMode.paymentMode attribute defined at extension sapmodel.public static final java.lang.String PAYMENTNAME
SAPPaymentMode.paymentName attribute defined at extension sapmodel.public static final java.lang.String PAYMENTVALUE
SAPPaymentMode.paymentValue attribute defined at extension sapmodel.public SAPPaymentModeModel()
public SAPPaymentModeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPPaymentModeModel(PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.String _paymentValue)
_paymentMode - initial attribute declared by type SAPPaymentMode at extension sapmodel_paymentName - initial attribute declared by type SAPPaymentMode at extension sapmodel_paymentValue - initial attribute declared by type SAPPaymentMode at extension sapmodel@Deprecated public SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.String _paymentValue, SAPConfigurationModel _sapConfiguration)
_owner - initial attribute declared by type Item at extension core_paymentMode - initial attribute declared by type SAPPaymentMode at extension sapmodel_paymentName - initial attribute declared by type SAPPaymentMode at extension sapmodel_paymentValue - initial attribute declared by type SAPPaymentMode at extension sapmodel_sapConfiguration - initial attribute declared by type SAPPaymentMode at extension sapmodel@Accessor(qualifier="paymentMode", type=GETTER) public PaymentModeModel getPaymentMode()
SAPPaymentMode.paymentMode attribute defined at extension sapmodel.@Accessor(qualifier="paymentName", type=GETTER) public java.lang.String getPaymentName()
SAPPaymentMode.paymentName attribute defined at extension sapmodel.@Accessor(qualifier="paymentValue", type=GETTER) public java.lang.String getPaymentValue()
SAPPaymentMode.paymentValue attribute defined at extension sapmodel.@Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.@Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(PaymentModeModel value)
SAPPaymentMode.paymentMode attribute defined at extension sapmodel.value - the paymentMode@Accessor(qualifier="paymentName", type=SETTER) public void setPaymentName(java.lang.String value)
SAPPaymentMode.paymentName attribute defined at extension sapmodel.value - the paymentName@Accessor(qualifier="paymentValue", type=SETTER) public void setPaymentValue(java.lang.String value)
SAPPaymentMode.paymentValue attribute defined at extension sapmodel.value - the paymentValue@Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. Can only be used at creation of model - before first save.value - the sapConfigurationCopyright © 2018 SAP SE. All Rights Reserved.