Class DB2024TEAM07_User

java.lang.Object
com.jdbc.model.DB2024TEAM07_User

public class DB2024TEAM07_User extends Object
DB 2024 team 07 user.
  • Field Details

    • user_id

      private String user_id
    • user_pw

      private String user_pw
    • name

      private String name
    • student_id

      private int student_id
    • email

      private String email
    • location

      private String location
  • Constructor Details

    • DB2024TEAM07_User

      public DB2024TEAM07_User()
      Instantiates a new Db 2024 team 07 user.
    • DB2024TEAM07_User

      public DB2024TEAM07_User(String user_id, String user_pw, String name, int student_id, String email, String location)
      Instantiates a new Db 2024 team 07 user.
      Parameters:
      user_id - the user id
      user_pw - the user pw
      name - the name
      student_id - the student id
      email - the email
      location - the location
  • Method Details

    • getUser_id

      public String getUser_id()
      Gets user id.
      Returns:
      the user id
    • setUser_id

      public void setUser_id(String user_id)
      Sets user id.
      Parameters:
      user_id - the user id
    • getUser_pw

      public String getUser_pw()
      Gets user pw.
      Returns:
      the user pw
    • setUser_pw

      public void setUser_pw(String user_pw)
      Sets user pw.
      Parameters:
      user_pw - the user pw
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getStudent_id

      public int getStudent_id()
      Gets student id.
      Returns:
      the student id
    • setStudent_id

      public void setStudent_id(int student_id)
      Sets student id.
      Parameters:
      student_id - the student id
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Sets email.
      Parameters:
      email - the email
    • getLocation

      public String getLocation()
      Gets location.
      Returns:
      the location
    • setLocation

      public void setLocation(String location)
      Sets location.
      Parameters:
      location - the location