public class SAPRevenueCloudConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTCOUNTRYCODE
Generated constant - Attribute key of
SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct. |
static java.lang.String |
MARKETTOCATALOGMAPPINGS
Generated constant - Attribute key of
SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct. |
static java.lang.String |
NAME
Generated constant - Attribute key of
SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct. |
static java.lang.String |
REPLICATECUSTOMER
Generated constant - Attribute key of
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRevenueCloudConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
SAPRevenueCloudConfigurationModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRevenueCloudConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultCountryCode()
Generated method - Getter of the
SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct. |
java.util.Collection<SAPMarketToCatalogMappingModel> |
getMarketToCatalogMappings()
Generated method - Getter of the
SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct. |
java.lang.String |
getName()
Generated method - Getter of the
SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct. |
boolean |
isReplicateCustomer()
Generated method - Getter of the
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct. |
void |
setDefaultCountryCode(java.lang.String value)
Generated method - Setter of
SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct. |
void |
setMarketToCatalogMappings(java.util.Collection<SAPMarketToCatalogMappingModel> value)
Generated method - Setter of
SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct. |
void |
setName(java.lang.String value)
Generated method - Setter of
SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct. |
void |
setReplicateCustomer(boolean value)
Generated method - Setter of
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct. |
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 NAME
SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.public static final java.lang.String REPLICATECUSTOMER
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.public static final java.lang.String DEFAULTCOUNTRYCODE
SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.public static final java.lang.String MARKETTOCATALOGMAPPINGS
SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.public SAPRevenueCloudConfigurationModel()
public SAPRevenueCloudConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPRevenueCloudConfigurationModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="defaultCountryCode", type=GETTER) public java.lang.String getDefaultCountryCode()
SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.@Accessor(qualifier="marketToCatalogMappings", type=GETTER) public java.util.Collection<SAPMarketToCatalogMappingModel> getMarketToCatalogMappings()
SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.@Accessor(qualifier="replicateCustomer", type=GETTER) public boolean isReplicateCustomer()
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.@Accessor(qualifier="defaultCountryCode", type=SETTER) public void setDefaultCountryCode(java.lang.String value)
SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.value - the defaultCountryCode - Default Country Code for the Customer if no address is entered.@Accessor(qualifier="marketToCatalogMappings", type=SETTER) public void setMarketToCatalogMappings(java.util.Collection<SAPMarketToCatalogMappingModel> value)
SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.value - the marketToCatalogMappings@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.value - the name - Sap Revenue Cloud configuration name@Accessor(qualifier="replicateCustomer", type=SETTER) public void setReplicateCustomer(boolean value)
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.value - the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue CloudCopyright © 2018 SAP SE. All Rights Reserved.