Ignore:
Timestamp:
1 Jan 2009, 16:41:54 (16 years ago)
Author:
uli
Message:

Add basic interfaces for hostels, students, faculties.

File:
1 edited

Legend:

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

    r3526 r3826  
    1212        required = True,
    1313        )
     14
     15class IStudentContainer(Interface):
     16    """A container for StudentObjects.
     17    """
     18
     19class IHostelContainer(Interface):
     20    """A container for hostels.
     21    """
     22
     23class IFacultyContainer(Interface):
     24    """A container for faculties.
     25    """
Note: See TracChangeset for help on using the changeset viewer.