Class SAPSalesOrganizationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.sap.sapmodel.model.SAPSalesOrganizationModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPSalesOrganizationModel extends ItemModel
Generated model class for type SAPSalesOrganization first defined at extension sapmodel.- 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
DISTRIBUTIONCHANNEL
Generated constant - Attribute key ofSAPSalesOrganization.distributionChannel
attribute defined at extensionsapmodel
.static java.lang.String
DIVISION
Generated constant - Attribute key ofSAPSalesOrganization.division
attribute defined at extensionsapmodel
.static java.lang.String
SALESORGANIZATION
Generated constant - Attribute key ofSAPSalesOrganization.salesOrganization
attribute defined at extensionsapmodel
.-
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 SAPSalesOrganizationModel()
Generated constructor - Default constructor for generic creation.SAPSalesOrganizationModel(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 parametersSAPSalesOrganizationModel(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
getDistributionChannel()
Generated method - Getter of theSAPSalesOrganization.distributionChannel
attribute defined at extensionsapmodel
.java.lang.String
getDivision()
Generated method - Getter of theSAPSalesOrganization.division
attribute defined at extensionsapmodel
.java.lang.String
getSalesOrganization()
Generated method - Getter of theSAPSalesOrganization.salesOrganization
attribute defined at extensionsapmodel
.void
setDistributionChannel(java.lang.String value)
Generated method - Setter ofSAPSalesOrganization.distributionChannel
attribute defined at extensionsapmodel
.void
setDivision(java.lang.String value)
Generated method - Setter ofSAPSalesOrganization.division
attribute defined at extensionsapmodel
.void
setSalesOrganization(java.lang.String value)
Generated method - Setter ofSAPSalesOrganization.salesOrganization
attribute defined at extensionsapmodel
.-
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
-
SALESORGANIZATION
public static final java.lang.String SALESORGANIZATION
Generated constant - Attribute key ofSAPSalesOrganization.salesOrganization
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
DISTRIBUTIONCHANNEL
public static final java.lang.String DISTRIBUTIONCHANNEL
Generated constant - Attribute key ofSAPSalesOrganization.distributionChannel
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
DIVISION
public static final java.lang.String DIVISION
Generated constant - Attribute key ofSAPSalesOrganization.division
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPSalesOrganizationModel
public SAPSalesOrganizationModel()
Generated constructor - Default constructor for generic creation.
-
SAPSalesOrganizationModel
public SAPSalesOrganizationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPSalesOrganizationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPSalesOrganizationModel(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
-
getDistributionChannel
@Accessor(qualifier="distributionChannel", type=GETTER) public java.lang.String getDistributionChannel()
Generated method - Getter of theSAPSalesOrganization.distributionChannel
attribute defined at extensionsapmodel
.- Returns:
- the distributionChannel - Distribution Channel
-
getDivision
@Accessor(qualifier="division", type=GETTER) public java.lang.String getDivision()
Generated method - Getter of theSAPSalesOrganization.division
attribute defined at extensionsapmodel
.- Returns:
- the division - Division
-
getSalesOrganization
@Accessor(qualifier="salesOrganization", type=GETTER) public java.lang.String getSalesOrganization()
Generated method - Getter of theSAPSalesOrganization.salesOrganization
attribute defined at extensionsapmodel
.- Returns:
- the salesOrganization - Sales Organization
-
setDistributionChannel
@Accessor(qualifier="distributionChannel", type=SETTER) public void setDistributionChannel(java.lang.String value)
Generated method - Setter ofSAPSalesOrganization.distributionChannel
attribute defined at extensionsapmodel
.- Parameters:
value
- the distributionChannel - Distribution Channel
-
setDivision
@Accessor(qualifier="division", type=SETTER) public void setDivision(java.lang.String value)
Generated method - Setter ofSAPSalesOrganization.division
attribute defined at extensionsapmodel
.- Parameters:
value
- the division - Division
-
setSalesOrganization
@Accessor(qualifier="salesOrganization", type=SETTER) public void setSalesOrganization(java.lang.String value)
Generated method - Setter ofSAPSalesOrganization.salesOrganization
attribute defined at extensionsapmodel
.- Parameters:
value
- the salesOrganization - Sales Organization
-
-