// FILE: C:/Documents and Settings/acallebs/My Documents//User.cs // In this section you can add your own using directives // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CD9 begin // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CD9 end /** * A class that represents ... * * @see OtherClasses * @author your_name_here */ public class User { // Attributes public Integer ID; public String userName; public String password; // Associations /** */ public ArrayList myUserInfo; // Operations public void AddUser(String userName, String password) { // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CE3 begin // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CE3 end } } /* end class User */ /* lost code following: // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CAE begin // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CAE end // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CD1 begin // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CD1 end // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CCF begin // section -64--88-1--71--58ab8f2:11fcd8f1513:-8000:0000000000000CCF end