Joe, I believe SQL developer supports (nearly all of) the SQL*plus syntax, including the
COLUMN command, which can be used to declare a variable:
This at least worked in my SQL Developer (version 3.0)
There may be other ways to define a variable (eg. the DEFINE command), but I'm not very well versed in them.