Class SAPRevenueCloudConfigurationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.sap.hybris.saprevenuecloudproduct.model.SAPRevenueCloudConfigurationModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPRevenueCloudConfigurationModel extends ItemModel
Generated model class for type SAPRevenueCloudConfiguration first defined at extension saprevenuecloudproduct.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
DEFAULTCOUNTRYCODE
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.defaultCountryCode
attribute defined at extensionsaprevenuecloudproduct
.static java.lang.String
MARKETTOCATALOGMAPPINGS
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
.static java.lang.String
NAME
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.name
attribute defined at extensionsaprevenuecloudproduct
.static java.lang.String
REPLICATECUSTOMER
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.replicateCustomer
attribute defined at extensionsaprevenuecloudproduct
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SAPRevenueCloudConfigurationModel()
Generated constructor - Default constructor for generic creation.SAPRevenueCloudConfigurationModel(ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRevenueCloudConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultCountryCode()
Generated method - Getter of theSAPRevenueCloudConfiguration.defaultCountryCode
attribute defined at extensionsaprevenuecloudproduct
.java.util.Collection<SAPMarketToCatalogMappingModel>
getMarketToCatalogMappings()
Generated method - Getter of theSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
.java.lang.String
getName()
Generated method - Getter of theSAPRevenueCloudConfiguration.name
attribute defined at extensionsaprevenuecloudproduct
.boolean
isReplicateCustomer()
Generated method - Getter of theSAPRevenueCloudConfiguration.replicateCustomer
attribute defined at extensionsaprevenuecloudproduct
.void
setDefaultCountryCode(java.lang.String value)
Generated method - Setter ofSAPRevenueCloudConfiguration.defaultCountryCode
attribute defined at extensionsaprevenuecloudproduct
.void
setMarketToCatalogMappings(java.util.Collection<SAPMarketToCatalogMappingModel> value)
Generated method - Setter ofSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
.void
setName(java.lang.String value)
Generated method - Setter ofSAPRevenueCloudConfiguration.name
attribute defined at extensionsaprevenuecloudproduct
.void
setReplicateCustomer(boolean value)
Generated method - Setter ofSAPRevenueCloudConfiguration.replicateCustomer
attribute defined at extensionsaprevenuecloudproduct
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.name
attribute defined at extensionsaprevenuecloudproduct
.- See Also:
- Constant Field Values
-
REPLICATECUSTOMER
public static final java.lang.String REPLICATECUSTOMER
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.replicateCustomer
attribute defined at extensionsaprevenuecloudproduct
.- See Also:
- Constant Field Values
-
DEFAULTCOUNTRYCODE
public static final java.lang.String DEFAULTCOUNTRYCODE
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.defaultCountryCode
attribute defined at extensionsaprevenuecloudproduct
.- See Also:
- Constant Field Values
-
MARKETTOCATALOGMAPPINGS
public static final java.lang.String MARKETTOCATALOGMAPPINGS
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPRevenueCloudConfigurationModel
public SAPRevenueCloudConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
SAPRevenueCloudConfigurationModel
public SAPRevenueCloudConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPRevenueCloudConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRevenueCloudConfigurationModel(ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getDefaultCountryCode
@Accessor(qualifier="defaultCountryCode", type=GETTER) public java.lang.String getDefaultCountryCode()
Generated method - Getter of theSAPRevenueCloudConfiguration.defaultCountryCode
attribute defined at extensionsaprevenuecloudproduct
.- Returns:
- the defaultCountryCode - Default Country Code for the Customer if no address is entered.
-
getMarketToCatalogMappings
@Accessor(qualifier="marketToCatalogMappings", type=GETTER) public java.util.Collection<SAPMarketToCatalogMappingModel> getMarketToCatalogMappings()
Generated method - Getter of theSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the marketToCatalogMappings
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theSAPRevenueCloudConfiguration.name
attribute defined at extensionsaprevenuecloudproduct
.- Returns:
- the name - Sap Revenue Cloud configuration name
-
isReplicateCustomer
@Accessor(qualifier="replicateCustomer", type=GETTER) public boolean isReplicateCustomer()
Generated method - Getter of theSAPRevenueCloudConfiguration.replicateCustomer
attribute defined at extensionsaprevenuecloudproduct
.- Returns:
- the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
-
setDefaultCountryCode
@Accessor(qualifier="defaultCountryCode", type=SETTER) public void setDefaultCountryCode(java.lang.String value)
Generated method - Setter ofSAPRevenueCloudConfiguration.defaultCountryCode
attribute defined at extensionsaprevenuecloudproduct
.- Parameters:
value
- the defaultCountryCode - Default Country Code for the Customer if no address is entered.
-
setMarketToCatalogMappings
@Accessor(qualifier="marketToCatalogMappings", type=SETTER) public void setMarketToCatalogMappings(java.util.Collection<SAPMarketToCatalogMappingModel> value)
Generated method - Setter ofSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
.- Parameters:
value
- the marketToCatalogMappings
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofSAPRevenueCloudConfiguration.name
attribute defined at extensionsaprevenuecloudproduct
.- Parameters:
value
- the name - Sap Revenue Cloud configuration name
-
setReplicateCustomer
@Accessor(qualifier="replicateCustomer", type=SETTER) public void setReplicateCustomer(boolean value)
Generated method - Setter ofSAPRevenueCloudConfiguration.replicateCustomer
attribute defined at extensionsaprevenuecloudproduct
.- Parameters:
value
- the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
-
-