Class S4CMConfigModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapserviceorder.model.S4CMConfigModel
- All Implemented Interfaces:
Serializable
Generated model class for type S4CMConfig first defined at extension sapserviceorder.
- 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 ofS4CMConfig.idattribute defined at extensionsapserviceorder.static final StringGenerated constant - Attribute key ofS4CMConfig.warehousesattribute defined at extensionsapserviceorder.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.S4CMConfigModel(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 parametersS4CMConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextS4CMConfigModel(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 theS4CMConfig.idattribute defined at extensionsapserviceorder.Generated method - Getter of theS4CMConfig.warehousesattribute defined at extensionsapserviceorder.voidGenerated method - Setter ofS4CMConfig.idattribute defined at extensionsapserviceorder.voidsetWarehouses(Collection<WarehouseModel> value) Generated method - Setter ofS4CMConfig.warehousesattribute defined at extensionsapserviceorder.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 ofS4CMConfig.idattribute defined at extensionsapserviceorder.- See Also:
-
WAREHOUSES
Generated constant - Attribute key ofS4CMConfig.warehousesattribute defined at extensionsapserviceorder.- See Also:
-
-
Constructor Details
-
S4CMConfigModel
public S4CMConfigModel()Generated constructor - Default constructor for generic creation. -
S4CMConfigModel
public S4CMConfigModel(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
-
S4CMConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public S4CMConfigModel(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:
_warehouses- initial attribute declared by typeS4CMConfigat extensionsapserviceorder
-
S4CMConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public S4CMConfigModel(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:
_owner- initial attribute declared by typeItemat extensioncore_warehouses- initial attribute declared by typeS4CMConfigat extensionsapserviceorder
-
-
Method Details
-
getId
Generated method - Getter of theS4CMConfig.idattribute defined at extensionsapserviceorder.- Returns:
- the id - id
-
getWarehouses
Generated method - Getter of theS4CMConfig.warehousesattribute defined at extensionsapserviceorder. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the warehouses
-
setId
Generated method - Setter ofS4CMConfig.idattribute defined at extensionsapserviceorder.- Parameters:
value- the id - id
-
setWarehouses
@Accessor(qualifier="warehouses", type=SETTER) public void setWarehouses(Collection<WarehouseModel> value) Generated method - Setter ofS4CMConfig.warehousesattribute defined at extensionsapserviceorder.- Parameters:
value- the warehouses
-