147 def dirName(self): |
147 def dirName(self): |
148 """ |
148 """ |
149 Public method returning the directory name. |
149 Public method returning the directory name. |
150 |
150 |
151 @return directory name (string) |
151 @return directory name (string) |
|
152 """ |
|
153 return self._dirName |
|
154 |
|
155 def name(self): |
|
156 """ |
|
157 Public method to return the name of the item. |
|
158 |
|
159 @return name of the item (string) |
152 """ |
160 """ |
153 return self._dirName |
161 return self._dirName |
154 |
162 |
155 def lessThan(self, other, column, order): |
163 def lessThan(self, other, column, order): |
156 """ |
164 """ |