Package gnue :: Package appserver :: Module data :: Class SortRecord
[show private | hide private]

Class SortRecord


Method Summary
  __init__(self, row, sorting)
  __cmp__(self, other)
This function implements the comparison of two instances.
  __repr__(self)
This function returns an official string representation of the sort record

Method Details

__init__(self, row, sorting=None)
(Constructor)

__cmp__(self, other)
(Comparison operator)

This function implements the comparison of two instances.

__repr__(self)
(Representation operator)

This function returns an official string representation of the sort record


GNUe Home

Public API

Developer's Corner