public class SAPPaymentModeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SAPCONFIGPAYMENTRELATION
Generated relation code constant for relation
SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
PAYMENTMODE
Generated constant - Attribute key of
SAPPaymentMode.paymentMode attribute defined at extension sapmodel. |
static String |
PAYMENTNAME
Generated constant - Attribute key of
SAPPaymentMode.paymentName attribute defined at extension sapmodel. |
static String |
PAYMENTVALUE
Generated constant - Attribute key of
SAPPaymentMode.paymentValue attribute defined at extension sapmodel. |
static String |
SAPCONFIGURATION
Generated constant - Attribute key of
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
String _paymentName,
String _paymentValue,
SAPConfigurationModel _sapConfiguration)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPPaymentModeModel(PaymentModeModel _paymentMode,
String _paymentName,
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. |
String |
getPaymentName()
Generated method - Getter of the
SAPPaymentMode.paymentName attribute defined at extension sapmodel. |
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(String value)
Generated method - Setter of
SAPPaymentMode.paymentName attribute defined at extension sapmodel. |
void |
setPaymentValue(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, 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 _SAPCONFIGPAYMENTRELATION
SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel.public static final String SAPCONFIGURATION
SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.public static final String PAYMENTMODE
SAPPaymentMode.paymentMode attribute defined at extension sapmodel.public static final String PAYMENTNAME
SAPPaymentMode.paymentName attribute defined at extension sapmodel.public static final 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, String _paymentName, 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, String _paymentName, 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 String getPaymentName()
SAPPaymentMode.paymentName attribute defined at extension sapmodel.@Accessor(qualifier="paymentValue", type=GETTER) public 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(String value)
SAPPaymentMode.paymentName attribute defined at extension sapmodel.value - the paymentName@Accessor(qualifier="paymentValue", type=SETTER) public void setPaymentValue(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 © 2017 SAP SE. All Rights Reserved.