public class StandardPaymentModeModel extends PaymentModeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
NET
Generated constant - Attribute key of
StandardPaymentMode.net attribute defined at extension paymentstandard. |
static 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, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StandardPaymentModeModel()
Generated constructor - Default constructor for generic creation.
|
StandardPaymentModeModel(Boolean _active,
String _code,
ComposedTypeModel _paymentInfoType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StandardPaymentModeModel(Boolean _active,
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 |
|---|---|
Boolean |
getNet()
Generated method - Getter of the
StandardPaymentMode.net attribute defined at extension paymentstandard. |
Collection<StandardPaymentModeValueModel> |
getPaymentModeValues()
Generated method - Getter of the
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard. |
void |
setNet(Boolean value)
Generated method - Setter of
StandardPaymentMode.net attribute defined at extension paymentstandard. |
void |
setPaymentModeValues(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, 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 NET
StandardPaymentMode.net attribute defined at extension paymentstandard.public static final 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(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 StandardPaymentModeModel(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="net", type=GETTER) public Boolean getNet()
StandardPaymentMode.net attribute defined at extension paymentstandard.@Accessor(qualifier="paymentModeValues", type=GETTER) public 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(Boolean value)
StandardPaymentMode.net attribute defined at extension paymentstandard.value - the net@Accessor(qualifier="paymentModeValues", type=SETTER) public void setPaymentModeValues(Collection<StandardPaymentModeValueModel> value)
StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.value - the paymentModeValuesCopyright © 2017 SAP SE. All Rights Reserved.