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_TYPECODEGenerated model type code constant.static java.lang.StringDEFAULTCOUNTRYCODEGenerated constant - Attribute key ofSAPRevenueCloudConfiguration.defaultCountryCodeattribute defined at extensionsaprevenuecloudproduct.static java.lang.StringMARKETTOCATALOGMAPPINGSGenerated constant - Attribute key ofSAPRevenueCloudConfiguration.marketToCatalogMappingsattribute defined at extensionsaprevenuecloudproduct.static java.lang.StringNAMEGenerated constant - Attribute key ofSAPRevenueCloudConfiguration.nameattribute defined at extensionsaprevenuecloudproduct.static java.lang.StringREPLICATECUSTOMERGenerated constant - Attribute key ofSAPRevenueCloudConfiguration.replicateCustomerattribute 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.StringgetDefaultCountryCode()Generated method - Getter of theSAPRevenueCloudConfiguration.defaultCountryCodeattribute defined at extensionsaprevenuecloudproduct.java.util.Collection<SAPMarketToCatalogMappingModel>getMarketToCatalogMappings()Generated method - Getter of theSAPRevenueCloudConfiguration.marketToCatalogMappingsattribute defined at extensionsaprevenuecloudproduct.java.lang.StringgetName()Generated method - Getter of theSAPRevenueCloudConfiguration.nameattribute defined at extensionsaprevenuecloudproduct.booleanisReplicateCustomer()Generated method - Getter of theSAPRevenueCloudConfiguration.replicateCustomerattribute defined at extensionsaprevenuecloudproduct.voidsetDefaultCountryCode(java.lang.String value)Generated method - Setter ofSAPRevenueCloudConfiguration.defaultCountryCodeattribute defined at extensionsaprevenuecloudproduct.voidsetMarketToCatalogMappings(java.util.Collection<SAPMarketToCatalogMappingModel> value)Generated method - Setter ofSAPRevenueCloudConfiguration.marketToCatalogMappingsattribute defined at extensionsaprevenuecloudproduct.voidsetName(java.lang.String value)Generated method - Setter ofSAPRevenueCloudConfiguration.nameattribute defined at extensionsaprevenuecloudproduct.voidsetReplicateCustomer(boolean value)Generated method - Setter ofSAPRevenueCloudConfiguration.replicateCustomerattribute 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.nameattribute defined at extensionsaprevenuecloudproduct.- See Also:
- Constant Field Values
-
REPLICATECUSTOMER
public static final java.lang.String REPLICATECUSTOMER
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.replicateCustomerattribute defined at extensionsaprevenuecloudproduct.- See Also:
- Constant Field Values
-
DEFAULTCOUNTRYCODE
public static final java.lang.String DEFAULTCOUNTRYCODE
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.defaultCountryCodeattribute defined at extensionsaprevenuecloudproduct.- See Also:
- Constant Field Values
-
MARKETTOCATALOGMAPPINGS
public static final java.lang.String MARKETTOCATALOGMAPPINGS
Generated constant - Attribute key ofSAPRevenueCloudConfiguration.marketToCatalogMappingsattribute 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 typeItemat extensioncore
-
-
Method Detail
-
getDefaultCountryCode
@Accessor(qualifier="defaultCountryCode", type=GETTER) public java.lang.String getDefaultCountryCode()
Generated method - Getter of theSAPRevenueCloudConfiguration.defaultCountryCodeattribute 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.marketToCatalogMappingsattribute 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.nameattribute 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.replicateCustomerattribute 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.defaultCountryCodeattribute 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.marketToCatalogMappingsattribute defined at extensionsaprevenuecloudproduct.- Parameters:
value- the marketToCatalogMappings
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofSAPRevenueCloudConfiguration.nameattribute 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.replicateCustomerattribute defined at extensionsaprevenuecloudproduct.- Parameters:
value- the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
-
-