Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java')
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java33
1 files changed, 17 insertions, 16 deletions
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java
index 17d777cc77..330ca6a2f4 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java
@@ -15,17 +15,16 @@ package org.gastro.inventory;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Stock Product</b></em>'. <!-- end-user-doc -->
- *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.gastro.inventory.StockProduct#getStock <em>Stock</em>}</li>
- * <li>{@link org.gastro.inventory.StockProduct#getCost <em>Cost</em>}</li>
- * <li>{@link org.gastro.inventory.StockProduct#getAvailable <em>Available</em>}</li>
- * <li>{@link org.gastro.inventory.StockProduct#getOrderLimit <em>Order Limit</em>}</li>
+ * <li>{@link org.gastro.inventory.StockProduct#getStock <em>Stock</em>}</li>
+ * <li>{@link org.gastro.inventory.StockProduct#getCost <em>Cost</em>}</li>
+ * <li>{@link org.gastro.inventory.StockProduct#getAvailable <em>Available</em>}</li>
+ * <li>{@link org.gastro.inventory.StockProduct#getOrderLimit <em>Order Limit</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getStockProduct()
* @model
* @generated
@@ -33,14 +32,14 @@ package org.gastro.inventory;
public interface StockProduct extends Product
{
/**
- * Returns the value of the '<em><b>Stock</b></em>' container reference.
- * It is bidirectional and its opposite is '{@link org.gastro.inventory.Stock#getProducts <em>Products</em>}'.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Stock</b></em>' container reference. It is bidirectional and its opposite is '
+ * {@link org.gastro.inventory.Stock#getProducts <em>Products</em>}'. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stock</em>' container reference isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Stock</em>' container reference.
* @see #setStock(Stock)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_Stock()
@@ -62,12 +61,12 @@ public interface StockProduct extends Product
void setStock(Stock value);
/**
- * Returns the value of the '<em><b>Cost</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Cost</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cost</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Cost</em>' attribute.
* @see #setCost(float)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_Cost()
@@ -88,13 +87,13 @@ public interface StockProduct extends Product
void setCost(float value);
/**
- * Returns the value of the '<em><b>Available</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Available</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Available</em>' attribute isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Available</em>' attribute.
* @see #setAvailable(int)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_Available()
@@ -115,13 +114,13 @@ public interface StockProduct extends Product
void setAvailable(int value);
/**
- * Returns the value of the '<em><b>Order Limit</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Order Limit</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Order Limit</em>' attribute isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Order Limit</em>' attribute.
* @see #setOrderLimit(int)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_OrderLimit()
@@ -133,7 +132,9 @@ public interface StockProduct extends Product
/**
* Sets the value of the '{@link org.gastro.inventory.StockProduct#getOrderLimit <em>Order Limit</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Order Limit</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Order Limit</em>' attribute.
* @see #getOrderLimit()
* @generated
*/

Back to the top