June 2002
Intermediate to advanced
400 pages
7h 48m
English
Now, let's take a closer look at the way we have modeled the Post entity.
The timestamp attribute is exactly that, a timestamp. It is not meant to be a random date or one that you can set. It is to mark the time and date when a post is made. As such we can automate this. But to do that we have to write our first bit of Enterprise Objects logic. (You might have noticed that so far, we have developed basically a codeless application.)
Until now, entities have been informally referred to as classes, so that it would be easier to conceptualize.
In reality, however, they don't have to be separate classes. Each of our Enterprise Objects uses a generic class to draw their ...