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 |
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.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. |
java.lang.Boolean |
getReplicateCustomer()
Generated method - Getter of the
SAPRevenueCloudConfiguration.replicateCustomer 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(java.lang.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 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="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 java.lang.Boolean getReplicateCustomer()
SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.@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(java.lang.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.