Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.business/src/org/gastro/business/Waiter.java')
-rw-r--r--plugins/org.gastro.business/src/org/gastro/business/Waiter.java59
1 files changed, 28 insertions, 31 deletions
diff --git a/plugins/org.gastro.business/src/org/gastro/business/Waiter.java b/plugins/org.gastro.business/src/org/gastro/business/Waiter.java
index d6054ed486..aceac9c112 100644
--- a/plugins/org.gastro.business/src/org/gastro/business/Waiter.java
+++ b/plugins/org.gastro.business/src/org/gastro/business/Waiter.java
@@ -24,17 +24,18 @@ import java.util.Date;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Waiter</b></em>'. <!-- end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.gastro.business.Waiter#getBusinessDay <em>Business Day</em>}</li>
- * <li>{@link org.gastro.business.Waiter#getTables <em>Tables</em>}</li>
- * <li>{@link org.gastro.business.Waiter#getEmployee <em>Employee</em>}</li>
- * <li>{@link org.gastro.business.Waiter#getFrom <em>From</em>}</li>
- * <li>{@link org.gastro.business.Waiter#getUntil <em>Until</em>}</li>
+ * <li>{@link org.gastro.business.Waiter#getBusinessDay <em>Business Day</em>}</li>
+ * <li>{@link org.gastro.business.Waiter#getTables <em>Tables</em>}</li>
+ * <li>{@link org.gastro.business.Waiter#getEmployee <em>Employee</em>}</li>
+ * <li>{@link org.gastro.business.Waiter#getFrom <em>From</em>}</li>
+ * <li>{@link org.gastro.business.Waiter#getUntil <em>Until</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.business.BusinessPackage#getWaiter()
* @model
* @extends CDOObject
@@ -43,14 +44,14 @@ import java.util.Date;
public interface Waiter extends CDOObject
{
/**
- * Returns the value of the '<em><b>Business Day</b></em>' container reference. It is bidirectional and its opposite
- * is '{@link org.gastro.business.BusinessDay#getWaiters <em>Waiters</em>}'. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Business Day</b></em>' container reference.
+ * It is bidirectional and its opposite is '{@link org.gastro.business.BusinessDay#getWaiters <em>Waiters</em>}'.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Business Day</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>Business Day</em>' container reference.
* @see #setBusinessDay(BusinessDay)
* @see org.gastro.business.BusinessPackage#getWaiter_BusinessDay()
@@ -61,25 +62,23 @@ public interface Waiter extends CDOObject
BusinessDay getBusinessDay();
/**
- * Sets the value of the '{@link org.gastro.business.Waiter#getBusinessDay <em>Business Day</em>}' container
- * reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Business Day</em>' container reference.
+ * Sets the value of the '{@link org.gastro.business.Waiter#getBusinessDay <em>Business Day</em>}' container reference.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param value the new value of the '<em>Business Day</em>' container reference.
* @see #getBusinessDay()
* @generated
*/
void setBusinessDay(BusinessDay value);
/**
- * Returns the value of the '<em><b>Tables</b></em>' reference list. The list contents are of type
- * {@link org.gastro.inventory.Table}. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Tables</b></em>' reference list.
+ * The list contents are of type {@link org.gastro.inventory.Table}.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tables</em>' reference list isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Tables</em>' reference list.
* @see org.gastro.business.BusinessPackage#getWaiter_Tables()
* @model
@@ -88,13 +87,13 @@ public interface Waiter extends CDOObject
EList<Table> getTables();
/**
- * Returns the value of the '<em><b>Employee</b></em>' reference. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Employee</b></em>' reference.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Employee</em>' reference isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Employee</em>' reference.
* @see #setEmployee(Employee)
* @see org.gastro.business.BusinessPackage#getWaiter_Employee()
@@ -115,12 +114,12 @@ public interface Waiter extends CDOObject
void setEmployee(Employee value);
/**
- * Returns the value of the '<em><b>From</b></em>' attribute. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>From</b></em>' attribute.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>From</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>From</em>' attribute.
* @see #setFrom(Date)
* @see org.gastro.business.BusinessPackage#getWaiter_From()
@@ -130,23 +129,22 @@ public interface Waiter extends CDOObject
Date getFrom();
/**
- * Sets the value of the '{@link org.gastro.business.Waiter#getFrom <em>From</em>}' attribute. <!-- begin-user-doc -->
+ * Sets the value of the '{@link org.gastro.business.Waiter#getFrom <em>From</em>}' attribute.
+ * <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>From</em>' attribute.
+ * @param value the new value of the '<em>From</em>' attribute.
* @see #getFrom()
* @generated
*/
void setFrom(Date value);
/**
- * Returns the value of the '<em><b>Until</b></em>' attribute. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Until</b></em>' attribute.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Until</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Until</em>' attribute.
* @see #setUntil(Date)
* @see org.gastro.business.BusinessPackage#getWaiter_Until()
@@ -156,11 +154,10 @@ public interface Waiter extends CDOObject
Date getUntil();
/**
- * Sets the value of the '{@link org.gastro.business.Waiter#getUntil <em>Until</em>}' attribute. <!-- begin-user-doc
+ * Sets the value of the '{@link org.gastro.business.Waiter#getUntil <em>Until</em>}' attribute.
+ * <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Until</em>' attribute.
+ * @param value the new value of the '<em>Until</em>' attribute.
* @see #getUntil()
* @generated
*/

Back to the top