Changes for page Data Model

Last modified by Vincent Massol on 2023/12/01

<
From version < 63.3 >
edited by Sergei Kulagin
on 2022/11/18
To version < 63.4 >
edited by Sergei Kulagin
on 2022/11/18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  = XWiki Classes, Objects, and Properties =
12 12  
13 -If you are familiar with object oriented programming, you understand the concept of classes, properties and objects. The presentation level data model that XWiki exposes is much the same.
13 +If you are familiar with object oriented programming, you understand the concept of classes, properties, and objects. The presentation level data model that XWiki exposes is much the same.
14 14  
15 15  ; Classes
16 16  : An XWiki class is like a template that defines a unique type of object. It defines what properties an object can have. When you define a custom class, you are saying that your application may need to create one or many objects (instances) of that class. The class itself is like a cookie cutter and the objects are unique instances of that class. So, in this analogy, if the class is the cookie cutter, the objects are the cookies (and we are talking about real edible cookies in this analogy; not Web cookies).

Get Connected