A useful base class for objects which implement the
Publishable interface.
We implement all the methods of Publishable without
the class itself advertising the fact so that it can be used
for base classes which have a mix of publishable and not.
This silliness wouldn't be neccessary if Java allowed even a limited
form of multiple inheritence.
|