From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../sdm/quasar/client/showcase/data/Company.html | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html new file mode 100644 index 0000000..e568b61 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html @@ -0,0 +1,351 @@ + + + + + + +Company (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Company

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Company
+
+
+
+
public class Company
extends java.lang.Object
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Company() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.ListgetEmployees() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.util.ListgetProjects() + +
+           
+ voidsetEmployees(java.util.List employees) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetProjects(java.util.List projects) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Company

+
+public Company()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getEmployees

+
+public java.util.List getEmployees()
+
+
+
+
+
+
+ +

+getProjects

+
+public java.util.List getProjects()
+
+
+
+
+
+
+ +

+setEmployees

+
+public void setEmployees(java.util.List employees)
+
+
+
+
+
+
+ +

+setProjects

+
+public void setProjects(java.util.List projects)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3