get Name of User
| 99 | Owner(string name, string tell, string login, string password) : Security(name, tell, login, password) { } |
| 100 | // get Name of User |
| 101 | string getName() { |
| 102 | return name; |
| 103 | } |
| 104 | |
| 105 | // get Tell of User |
| 106 | string getTell() { |
nothing calls this directly
no outgoing calls
no test coverage detected