Class {
#name : #Content,
#superclass : #Object,
#instVars : [
'text',
'user',
'creation',
'reactions'
],
#category : #'Practica1-Core'
}

{ #category : #accessing }
Content >> creation [
^ creation
]

{ #category : #accessing }
Content >> creation: anObject [
creation := anObject
]

{ #category : #accessing }
Content >> reactions [
^ reactions
]

{ #category : #accessing }
Content >> reactions: anObject [
reactions := anObject
]

{ #category : #accessing }
Content >> text [
^ text
]

{ #category : #accessing }
Content >> text: anObject [
text := anObject
]

{ #category : #accessing }
Content >> user [
^user
]

{ #category : #accessing }
Content >> user: anObject [
user := anObject
]

?????

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]

http://www.clubSmalltalk.org
--- 
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de 
Grupos de Google.
Para cancelar la suscripción a este grupo y dejar de recibir sus mensajes, 
envía un correo electrónico a [email protected].
Para ver este debate en la Web, visita 
https://groups.google.com/d/msgid/clubsmalltalk/1a53d014-48c3-4b82-8808-04c069918ceb%40googlegroups.com.
Para obtener más opciones, visita https://groups.google.com/d/optout.

Responder a