Skip to content
Snippets Groups Projects
Staff.java 5.65 KiB
public class Staff {
    public Employee evanlou() {
    	return new Employee(
	    "Evan Lou",
    	    "Student",
	    "Very Lazy and Procrastinates",
	    "lazy_cat.png",
	    "A lazy cat"	    
	);
    }
    public Employee rairai77() {
        return new Employee(
            "Raahil Jain",
            "Student",
            "Sleepy",
            "snorlax.png",
            "A snorlax sitting"
        );
    }
    public Employee lwang42() {
	return new Employee(
	   "Lawrence Wang",
   	   "Student",
	   "Better than Ataberk at Tennis",
	   "hobbes.jpg",
	   "Hobbes"
	);
    }	
    public Employee mehulc() {
    	return new Employee(
	   "Mehul Chaudhari",
	   "Student",
	   "Eating",
	   "snoopy.jpg",
	   "just snoopy."
	);
    } 
    public Employee xckevin(){
      return new Employee(
        "Kevin",
        "Bro",
        "chill dude",
        "kevin.jpg",
        "Photo"
      );
    }

    public Employee ayildiz(){
      return new Employee(
        "Ataberk",
        "Funny guy",
        "Hasn't slept in days",
        "ataberk.png",
        "Go Dawgs"
      );
    }

    public Employee ank05(){
    	return new Employee(
	  "Ankhita",
	  "Student",
	  "Studying",
	  "ankhita.png",
	  "smiley"
	  );
    }

     public Employee ikshitas(){
        return new Employee(
          "Ikshita",