[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Inheritance in ozone?



Does this work?

public class BaseItemImpl extends OzoneObject implements BaseItem
public class ExtendedtemImpl extends BaseItemImpl implements Extendedtem
public class VeryExtendedtemImpl extends ExtendedItemImpl implements VeryExtendedtem

I have read that the OPP requires *Impl classes to extend OzoneObject.  I wonder if
this is directly or not?  In short, does ozone support inheritence in its persistable
objects?

Thanks,
Nathan Probst