Class DistChannelMappingKeyImpl
java.lang.Object
de.hybris.platform.sap.sapcommonbol.common.salesarea.businessobject.impl.DistChannelMappingKeyImpl
- All Implemented Interfaces:
DistChannelMappingKey
Class defines the key for the distribution channel mapping.
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDistChannel(String distChannel) voidsetSalesOrg(String salesOrg) toString()
-
Field Details
-
salesOrg
-
distChannel
-
-
Constructor Details
-
DistChannelMappingKeyImpl
public DistChannelMappingKeyImpl()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getSalesOrg
- Specified by:
getSalesOrgin interfaceDistChannelMappingKey- Returns:
- sales organisation
-
setSalesOrg
- Specified by:
setSalesOrgin interfaceDistChannelMappingKey- Parameters:
salesOrg- sales organisation
-
getDistChannel
- Specified by:
getDistChannelin interfaceDistChannelMappingKey- Returns:
- distribution channel
-
setDistChannel
- Specified by:
setDistChannelin interfaceDistChannelMappingKey- Parameters:
distChannel- distribution channel
-
toString
-