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:
Serializable
Generated model class for type SAPSalesOrganization first defined at extension sapmodel.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPSalesOrganization.distributionChannelattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPSalesOrganization.divisionattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofSAPSalesOrganization.salesOrganizationattribute defined at extensionsapmodel.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated 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(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPSalesOrganization.distributionChannelattribute defined at extensionsapmodel.Generated method - Getter of theSAPSalesOrganization.divisionattribute defined at extensionsapmodel.Generated method - Getter of theSAPSalesOrganization.salesOrganizationattribute defined at extensionsapmodel.voidsetDistributionChannel(String value) Generated method - Setter ofSAPSalesOrganization.distributionChannelattribute defined at extensionsapmodel.voidsetDivision(String value) Generated method - Setter ofSAPSalesOrganization.divisionattribute defined at extensionsapmodel.voidsetSalesOrganization(String value) Generated method - Setter ofSAPSalesOrganization.salesOrganizationattribute defined at extensionsapmodel.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SALESORGANIZATION
Generated constant - Attribute key ofSAPSalesOrganization.salesOrganizationattribute defined at extensionsapmodel.- See Also:
-
DISTRIBUTIONCHANNEL
Generated constant - Attribute key ofSAPSalesOrganization.distributionChannelattribute defined at extensionsapmodel.- See Also:
-
DIVISION
Generated constant - Attribute key ofSAPSalesOrganization.divisionattribute defined at extensionsapmodel.- See Also:
-
-
Constructor Details
-
SAPSalesOrganizationModel
public SAPSalesOrganizationModel()Generated constructor - Default constructor for generic creation. -
SAPSalesOrganizationModel
public SAPSalesOrganizationModel(de.hybris.platform.servicelayer.model.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, 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 Details
-
getDistributionChannel
Generated method - Getter of theSAPSalesOrganization.distributionChannelattribute defined at extensionsapmodel.- Returns:
- the distributionChannel - Distribution Channel
-
getDivision
Generated method - Getter of theSAPSalesOrganization.divisionattribute defined at extensionsapmodel.- Returns:
- the division - Division
-
getSalesOrganization
Generated method - Getter of theSAPSalesOrganization.salesOrganizationattribute defined at extensionsapmodel.- Returns:
- the salesOrganization - Sales Organization
-
setDistributionChannel
@Accessor(qualifier="distributionChannel", type=SETTER) public void setDistributionChannel(String value) Generated method - Setter ofSAPSalesOrganization.distributionChannelattribute defined at extensionsapmodel.- Parameters:
value- the distributionChannel - Distribution Channel
-
setDivision
Generated method - Setter ofSAPSalesOrganization.divisionattribute defined at extensionsapmodel.- Parameters:
value- the division - Division
-
setSalesOrganization
@Accessor(qualifier="salesOrganization", type=SETTER) public void setSalesOrganization(String value) Generated method - Setter ofSAPSalesOrganization.salesOrganizationattribute defined at extensionsapmodel.- Parameters:
value- the salesOrganization - Sales Organization
-