Changeset 3927


Ignore:
Timestamp:
7 Feb 2009, 11:00:48 (16 years ago)
Author:
uli
Message:

Add interface for contained stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/interfaces.py

    r3922 r3927  
    2020    """A container for WAeUP objects.
    2121    """
     22
     23class IWAeUPContained(IWAeUPObject):
     24    """An item contained in an IWAeUPContainer.
     25    """
    2226   
    2327class IStudentContainer(IWAeUPContainer):
     
    2933    """
    3034
    31 class IFaculty(Interface):
     35class IFaculty(IWAeUPContainer):
    3236    """Representation of a university faculty.
    3337    """
Note: See TracChangeset for help on using the changeset viewer.