/home/kosta/dev/java/ria_test/web/build/java_generated/KGIRiaTest/UserVO.java

1    package KGIRiaTest; 
2     
3     
4    /** 
5    * KGIRiaTest/UserVO.java . 
6    * Generated by the IDL-to-Java compiler (portable), version "3.1" 
7    * from metadata/ria.idl 
8    * Tuesday, October 5, 2004 7:08:52 PM CDT 
9    */ 
10    
11   public final class UserVO implements org.omg.CORBA.portable.IDLEntity 
12   { 
13     public String login = null; 
14     public String fullName = null; 
15     public KGIRiaTest.ContactVO contacts[] = null; 
16    
17     public UserVO () 
18     { 
19     } // ctor 
20    
21     public UserVO (String _login, String _fullName, KGIRiaTest.ContactVO[] _contacts) 
22     { 
23       login = _login; 
24       fullName = _fullName; 
25       contacts = _contacts; 
26     } // ctor 
27    
28   } // class UserVO 
29