Serialized Form
-
Package org.atlanmod
-
Class org.atlanmod.DefaultSerializableEObject extends org.eclipse.emf.ecore.impl.EObjectImpl implements Serializable
-
-
Package org.atlanmod.zoo.socialnetwork
-
Package org.atlanmod.zoo.socialnetwork.impl
-
Class org.atlanmod.zoo.socialnetwork.impl.CommentImpl extends SubmissionImpl implements Serializable
-
Serialized Fields
-
likedBy
org.eclipse.emf.common.util.EList<User> likedBy
The cached value of the 'Liked By' reference list.- See Also:
CommentImpl.getLikedBy()
-
post
Post post
The cached value of the 'Post' reference.- See Also:
CommentImpl.getPost()
-
-
-
Class org.atlanmod.zoo.socialnetwork.impl.PostImpl extends SubmissionImpl implements Serializable
-
Class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl extends DefaultSerializableEObject implements Serializable
-
Serialized Fields
-
posts
org.eclipse.emf.common.util.EList<Post> posts
The cached value of the 'Posts' containment reference list.- See Also:
SocialNetworkRootImpl.getPosts()
-
users
org.eclipse.emf.common.util.EList<User> users
The cached value of the 'Users' containment reference list.- See Also:
SocialNetworkRootImpl.getUsers()
-
-
-
Class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl extends DefaultSerializableEObject implements Serializable
-
Serialized Fields
-
comments
org.eclipse.emf.common.util.EList<Comment> comments
The cached value of the 'Comments' containment reference list.- See Also:
SubmissionImpl.getComments()
-
content
String content
The cached value of the 'Content' attribute.- See Also:
SubmissionImpl.getContent()
-
id
String id
The cached value of the 'Id' attribute.- See Also:
SubmissionImpl.getId()
-
submitter
User submitter
The cached value of the 'Submitter' reference.- See Also:
SubmissionImpl.getSubmitter()
-
timestamp
Date timestamp
The cached value of the 'Timestamp' attribute.- See Also:
SubmissionImpl.getTimestamp()
-
-
-
Class org.atlanmod.zoo.socialnetwork.impl.UserImpl extends DefaultSerializableEObject implements Serializable
-
Serialized Fields
-
friends
org.eclipse.emf.common.util.EList<User> friends
The cached value of the 'Friends' reference list.- See Also:
UserImpl.getFriends()
-
id
String id
The cached value of the 'Id' attribute.- See Also:
UserImpl.getId()
-
likes
org.eclipse.emf.common.util.EList<Comment> likes
The cached value of the 'Likes' reference list.- See Also:
UserImpl.getLikes()
-
name
String name
The cached value of the 'Name' attribute.- See Also:
UserImpl.getName()
-
submissions
org.eclipse.emf.common.util.EList<Submission> submissions
The cached value of the 'Submissions' reference list.- See Also:
UserImpl.getSubmissions()
-
-
-