Exemplo n.º 1
0
 def TestObject(self):
     to = TestObject()
     to.message = "This is a test message that is set by spring via Object context"
     return to
Exemplo n.º 2
0
 def TestObject(self):
     to = TestObject()
     to.message = 'This is a test message that is set by spring via Object context'
     return to
Exemplo n.º 3
0
 def TestObject(self):
     to = TestObject()
     to.message = 'Message set by the object context'
     return to
Exemplo n.º 4
0
 def TestObject(self):
     to = TestObject()
     to.message = 'Message set by the object context'
     return to