Example #1
0
 def getchatgrpid(self):
     chatgrp().getid()
Example #2
0
 def setchatgrpid(self, id=0):
     chatgrp().setid(id)
Example #3
0
 def setuid1(self, uid1=0):
     chatgrp().setuid1(uid1)
Example #4
0
 def getuid1(self):
     chatgrp().getuid1()
Example #5
0
 def setuid0(self, uid0=0):
     chatgrp().setuid0(uid0)
Example #6
0
 def getuid0(self):
     chatgrp().getuid0()
Example #7
0
 def __init__(self):
     from model.chatgrp import chatgrp
     self.senderCallsign = senderCallsign
     self.id = id
     self.parent = parent
     self.chatgrp = chatgrp()