Ignore:
Timestamp:
10 Jun 2011, 12:00:04 (13 years ago)
Author:
uli
Message:

Rename 'getApplicationState' to 'state'. Properties are always named like
attributes (lowe_case_with_underscores; they appear as attributes in the

interface) and not like methods (camelCase).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r6327 r6332  
    284284    """
    285285    msgs = Attribute('Workflow transitions with date of transition.')
    286     getApplicationState = Attribute('Returns the application state of an applicant')
     286    state = Attribute('Returns the application state of an applicant')
    287287
    288288    reg_no = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.