accessing
isInDB

	(Tweet storedInstances select: [ :each | each id = self id ])
		ifEmpty: [ ^ false ]
		ifNotEmpty: [ ^ true ].