Class ReferenceDivisionMappingModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.ReferenceDivisionMappingModel
- All Implemented Interfaces:
Serializable
Generated model class for type ReferenceDivisionMapping first defined at extension sapmodel.
Divisions per Sales Organization - Assign Master Data. Filled from ERP view V_TVKOS_ST.
- 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 ofReferenceDivisionMapping.divisionattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofReferenceDivisionMapping.refDivisionConditionsattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofReferenceDivisionMapping.refDivisionCustomerattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.static final StringGenerated constant - Attribute key ofReferenceDivisionMapping.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.ReferenceDivisionMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextReferenceDivisionMappingModel(String _division, ItemModel _owner, String _refDivisionConditions, String _refDivisionCustomer, String _salesOrganization) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReferenceDivisionMappingModel(String _division, String _refDivisionConditions, String _refDivisionCustomer, String _salesOrganization) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theReferenceDivisionMapping.divisionattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.getDivisionName(Locale loc) Generated method - Getter of theReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.refDivisionConditionsattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.refDivisionCustomerattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.Generated method - Getter of theReferenceDivisionMapping.salesOrganizationattribute defined at extensionsapmodel.voidsetDivision(String value) Generated method - Setter ofReferenceDivisionMapping.divisionattribute defined at extensionsapmodel.voidsetDivisionName(String value) Generated method - Setter ofReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.voidsetDivisionName(String value, Locale loc) Generated method - Setter ofReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.voidsetRefDivisionConditions(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionConditionsattribute defined at extensionsapmodel.voidGenerated method - Setter ofReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.voidsetRefDivisionConditionsName(String value, Locale loc) Generated method - Setter ofReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.voidsetRefDivisionCustomer(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionCustomerattribute defined at extensionsapmodel.voidsetRefDivisionCustomerName(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.voidsetRefDivisionCustomerName(String value, Locale loc) Generated method - Setter ofReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.voidsetSalesOrganization(String value) Generated method - Setter ofReferenceDivisionMapping.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 ofReferenceDivisionMapping.salesOrganizationattribute defined at extensionsapmodel.- See Also:
-
DIVISION
Generated constant - Attribute key ofReferenceDivisionMapping.divisionattribute defined at extensionsapmodel.- See Also:
-
DIVISIONNAME
Generated constant - Attribute key ofReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.- See Also:
-
REFDIVISIONCONDITIONS
Generated constant - Attribute key ofReferenceDivisionMapping.refDivisionConditionsattribute defined at extensionsapmodel.- See Also:
-
REFDIVISIONCONDITIONSNAME
Generated constant - Attribute key ofReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.- See Also:
-
REFDIVISIONCUSTOMER
Generated constant - Attribute key ofReferenceDivisionMapping.refDivisionCustomerattribute defined at extensionsapmodel.- See Also:
-
REFDIVISIONCUSTOMERNAME
Generated constant - Attribute key ofReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.- See Also:
-
-
Constructor Details
-
ReferenceDivisionMappingModel
public ReferenceDivisionMappingModel()Generated constructor - Default constructor for generic creation. -
ReferenceDivisionMappingModel
public ReferenceDivisionMappingModel(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
-
ReferenceDivisionMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public ReferenceDivisionMappingModel(String _division, String _refDivisionConditions, String _refDivisionCustomer, String _salesOrganization) 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 - Constructor with all mandatory attributes.- Parameters:
_division- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel_refDivisionConditions- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel_refDivisionCustomer- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel_salesOrganization- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel
-
ReferenceDivisionMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public ReferenceDivisionMappingModel(String _division, ItemModel _owner, String _refDivisionConditions, String _refDivisionCustomer, String _salesOrganization) 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:
_division- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel_owner- initial attribute declared by typeItemat extensioncore_refDivisionConditions- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel_refDivisionCustomer- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel_salesOrganization- initial attribute declared by typeReferenceDivisionMappingat extensionsapmodel
-
-
Method Details
-
getDivision
Generated method - Getter of theReferenceDivisionMapping.divisionattribute defined at extensionsapmodel.- Returns:
- the division - Division
-
getDivisionName
Generated method - Getter of theReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.- Returns:
- the divisionName - Division Name
-
getDivisionName
Generated method - Getter of theReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.- Parameters:
loc- the value localization key- Returns:
- the divisionName - Division Name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getRefDivisionConditions
Generated method - Getter of theReferenceDivisionMapping.refDivisionConditionsattribute defined at extensionsapmodel.- Returns:
- the refDivisionConditions - Reference division for conditions
-
getRefDivisionConditionsName
@Accessor(qualifier="refDivisionConditionsName", type=GETTER) public String getRefDivisionConditionsName()Generated method - Getter of theReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.- Returns:
- the refDivisionConditionsName - Reference division name for conditions
-
getRefDivisionConditionsName
@Accessor(qualifier="refDivisionConditionsName", type=GETTER) public String getRefDivisionConditionsName(Locale loc) Generated method - Getter of theReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.- Parameters:
loc- the value localization key- Returns:
- the refDivisionConditionsName - Reference division name for conditions
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getRefDivisionCustomer
Generated method - Getter of theReferenceDivisionMapping.refDivisionCustomerattribute defined at extensionsapmodel.- Returns:
- the refDivisionCustomer - Reference division for customer
-
getRefDivisionCustomerName
@Accessor(qualifier="refDivisionCustomerName", type=GETTER) public String getRefDivisionCustomerName()Generated method - Getter of theReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.- Returns:
- the refDivisionCustomerName - Reference division name for customer
-
getRefDivisionCustomerName
@Accessor(qualifier="refDivisionCustomerName", type=GETTER) public String getRefDivisionCustomerName(Locale loc) Generated method - Getter of theReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.- Parameters:
loc- the value localization key- Returns:
- the refDivisionCustomerName - Reference division name for customer
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getSalesOrganization
Generated method - Getter of theReferenceDivisionMapping.salesOrganizationattribute defined at extensionsapmodel.- Returns:
- the salesOrganization - Sales Organization
-
setDivision
Generated method - Setter ofReferenceDivisionMapping.divisionattribute defined at extensionsapmodel.- Parameters:
value- the division - Division
-
setDivisionName
Generated method - Setter ofReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.- Parameters:
value- the divisionName - Division Name
-
setDivisionName
@Accessor(qualifier="divisionName", type=SETTER) public void setDivisionName(String value, Locale loc) Generated method - Setter ofReferenceDivisionMapping.divisionNameattribute defined at extensionsapmodel.- Parameters:
value- the divisionName - Division Nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setRefDivisionConditions
@Accessor(qualifier="refDivisionConditions", type=SETTER) public void setRefDivisionConditions(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionConditionsattribute defined at extensionsapmodel.- Parameters:
value- the refDivisionConditions - Reference division for conditions
-
setRefDivisionConditionsName
@Accessor(qualifier="refDivisionConditionsName", type=SETTER) public void setRefDivisionConditionsName(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.- Parameters:
value- the refDivisionConditionsName - Reference division name for conditions
-
setRefDivisionConditionsName
@Accessor(qualifier="refDivisionConditionsName", type=SETTER) public void setRefDivisionConditionsName(String value, Locale loc) Generated method - Setter ofReferenceDivisionMapping.refDivisionConditionsNameattribute defined at extensionsapmodel.- Parameters:
value- the refDivisionConditionsName - Reference division name for conditionsloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setRefDivisionCustomer
@Accessor(qualifier="refDivisionCustomer", type=SETTER) public void setRefDivisionCustomer(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionCustomerattribute defined at extensionsapmodel.- Parameters:
value- the refDivisionCustomer - Reference division for customer
-
setRefDivisionCustomerName
@Accessor(qualifier="refDivisionCustomerName", type=SETTER) public void setRefDivisionCustomerName(String value) Generated method - Setter ofReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.- Parameters:
value- the refDivisionCustomerName - Reference division name for customer
-
setRefDivisionCustomerName
@Accessor(qualifier="refDivisionCustomerName", type=SETTER) public void setRefDivisionCustomerName(String value, Locale loc) Generated method - Setter ofReferenceDivisionMapping.refDivisionCustomerNameattribute defined at extensionsapmodel.- Parameters:
value- the refDivisionCustomerName - Reference division name for customerloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setSalesOrganization
@Accessor(qualifier="salesOrganization", type=SETTER) public void setSalesOrganization(String value) Generated method - Setter ofReferenceDivisionMapping.salesOrganizationattribute defined at extensionsapmodel.- Parameters:
value- the salesOrganization - Sales Organization
-