Class SAPCentralOrderConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.sapcentralorderservices.model.SAPCentralOrderConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPCentralOrderConfiguration first defined at extension sapcentralorderservices.
- 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 ofSAPCentralOrderConfiguration.idattribute defined at extensionsapcentralorderservices.static final StringGenerated constant - Attribute key ofSAPCentralOrderConfiguration.warehousesattribute defined at extensionsapcentralorderservices.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.SAPCentralOrderConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPCentralOrderConfigurationModel(String _id, ItemModel _owner, Collection<WarehouseModel> _warehouses) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCentralOrderConfigurationModel(String _id, Collection<WarehouseModel> _warehouses) 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 TypeMethodDescriptiongetId()Generated method - Getter of theSAPCentralOrderConfiguration.idattribute defined at extensionsapcentralorderservices.Generated method - Getter of theSAPCentralOrderConfiguration.warehousesattribute defined at extensionsapcentralorderservices.voidGenerated method - Setter ofSAPCentralOrderConfiguration.idattribute defined at extensionsapcentralorderservices.voidsetWarehouses(Collection<WarehouseModel> value) Generated method - Setter ofSAPCentralOrderConfiguration.warehousesattribute defined at extensionsapcentralorderservices.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:
-
ID
Generated constant - Attribute key ofSAPCentralOrderConfiguration.idattribute defined at extensionsapcentralorderservices.- See Also:
-
WAREHOUSES
Generated constant - Attribute key ofSAPCentralOrderConfiguration.warehousesattribute defined at extensionsapcentralorderservices.- See Also:
-
-
Constructor Details
-
SAPCentralOrderConfigurationModel
public SAPCentralOrderConfigurationModel()Generated constructor - Default constructor for generic creation. -
SAPCentralOrderConfigurationModel
public SAPCentralOrderConfigurationModel(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
-
SAPCentralOrderConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCentralOrderConfigurationModel(String _id, Collection<WarehouseModel> _warehouses) 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:
_id- initial attribute declared by typeSAPCentralOrderConfigurationat extensionsapcentralorderservices_warehouses- initial attribute declared by typeSAPCentralOrderConfigurationat extensionsapcentralorderservices
-
SAPCentralOrderConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCentralOrderConfigurationModel(String _id, ItemModel _owner, Collection<WarehouseModel> _warehouses) 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:
_id- initial attribute declared by typeSAPCentralOrderConfigurationat extensionsapcentralorderservices_owner- initial attribute declared by typeItemat extensioncore_warehouses- initial attribute declared by typeSAPCentralOrderConfigurationat extensionsapcentralorderservices
-
-
Method Details
-
getId
Generated method - Getter of theSAPCentralOrderConfiguration.idattribute defined at extensionsapcentralorderservices.- Returns:
- the id - Central Order Configuration unique Id
-
getWarehouses
Generated method - Getter of theSAPCentralOrderConfiguration.warehousesattribute defined at extensionsapcentralorderservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the warehouses
-
setId
Generated method - Setter ofSAPCentralOrderConfiguration.idattribute defined at extensionsapcentralorderservices.- Parameters:
value- the id - Central Order Configuration unique Id
-
setWarehouses
@Accessor(qualifier="warehouses", type=SETTER) public void setWarehouses(Collection<WarehouseModel> value) Generated method - Setter ofSAPCentralOrderConfiguration.warehousesattribute defined at extensionsapcentralorderservices.- Parameters:
value- the warehouses
-