Ignore:
Timestamp:
25 Sep 2013, 06:46:53 (11 years ago)
Author:
Henrik Bettermann
Message:

Convert longtitle() into property attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py

    r10642 r10650  
    5555        )
    5656
    57     def longtitle():
    58         """
    59         Returns the long title of a faculty.
    60         """
    6157
    6258class IFacultyAdd(IFaculty):
     
    114110    certificates = Attribute("A container for certificates.")
    115111
    116     def longtitle():
    117         """
    118         Returns the long title of a department.
    119         """
    120112
    121113class IDepartmentAdd(IDepartment):
     
    185177        )
    186178
    187     def longtitle():
    188         """
    189         Returns the long title of a course.
    190         """
    191179
    192180class ICourseAdd(ICourse):
     
    293281        required = False,
    294282        )
    295 
    296     def longtitle():
    297         """
    298         Returns the long title of a certificate.
    299         """
    300283
    301284    @invariant
     
    364347        """
    365348
    366     def longtitle():
    367         """
    368         Returns the long title of a certificatecourse.
    369         """
    370 
    371 
    372349class ICertificateCourseAdd(ICertificateCourse):
    373350    """A certificatecourse is referring a course and
Note: See TracChangeset for help on using the changeset viewer.