// FILE: C:/Documents and Settings/acallebs/My Documents//UserInfo.cs // In this section you can add your own using directives // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CB5 begin // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CB5 end /** * A class that represents ... * * @see OtherClasses * @author your_name_here */ public class UserInfo { // Attributes public Integer ID; public String Name; public String Address; public String PhoneNumber; public Integer userID; // Associations /** */ public ArrayList myUser; } /* end class UserInfo */