added getZoneNum

This commit is contained in:
Darren Ranalli 2003-11-06 04:26:24 +00:00
parent bc99818e0e
commit 535a7ebe46

View File

@ -20,4 +20,9 @@ class ZoneEntityBase(Entity.Entity):
self.zoneId = zoneId
def getZoneId(self):
"""network zoneId"""
return self.zoneId
def getZoneNum(self):
"""zoneNum from model"""
return self.modelZoneNum