Class Referee

java.lang.Object
com.sportdataapi.data.Referee

public class Referee
extends java.lang.Object
Referee object for Sportdataapi.com.
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    Referee()
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    rs.baselib.util.RsDay getBirthday()
    Returns the birthday.
    java.lang.String getCommonName()
    Returns the common name.
    Country getCountry()
    Returns the country.
    java.lang.String getFirstName()
    Returns the firstName.
    int getId()
    Returns the id.
    java.lang.String getImage()
    Returns the image.
    java.lang.String getLastName()
    Returns the lastName.
    java.lang.String getName()
    Returns the name.
    void setBirthday​(rs.baselib.util.RsDay birthday)
    Sets the birthday.
    void setCommonName​(java.lang.String commonName)
    Sets the common name.
    void setCountry​(Country country)
    Sets the country.
    void setFirstName​(java.lang.String firstName)
    Sets the firstName.
    void setId​(int id)
    Sets the id.
    void setImage​(java.lang.String image)
    Sets the image.
    void setLastName​(java.lang.String lastName)
    Sets the lastName.
    void setName​(java.lang.String name)
    Sets the name

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Referee

      public Referee()
      Constructor.
  • Method Details

    • getId

      public int getId()
      Returns the id.
      Returns:
      the id
    • setId

      public void setId​(int id)
      Sets the id.
      Parameters:
      id - the id to set
    • getName

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

      public void setName​(java.lang.String name)
      Sets the name
      Parameters:
      name - the name to set
    • getCommonName

      public java.lang.String getCommonName()
      Returns the common name.
      Returns:
      the commonName
    • setCommonName

      public void setCommonName​(java.lang.String commonName)
      Sets the common name.
      Parameters:
      commonName - the commonName to set
    • getFirstName

      public java.lang.String getFirstName()
      Returns the firstName.
      Returns:
      the firstName
    • setFirstName

      public void setFirstName​(java.lang.String firstName)
      Sets the firstName.
      Parameters:
      firstName - the firstName to set
    • getLastName

      public java.lang.String getLastName()
      Returns the lastName.
      Returns:
      the lastName
    • setLastName

      public void setLastName​(java.lang.String lastName)
      Sets the lastName.
      Parameters:
      lastName - the lastName to set
    • getBirthday

      public rs.baselib.util.RsDay getBirthday()
      Returns the birthday.
      Returns:
      the birthday
    • setBirthday

      public void setBirthday​(rs.baselib.util.RsDay birthday)
      Sets the birthday.
      Parameters:
      birthday - the birthday to set
    • getImage

      public java.lang.String getImage()
      Returns the image.
      Returns:
      the image
    • setImage

      public void setImage​(java.lang.String image)
      Sets the image.
      Parameters:
      image - the image to set
    • getCountry

      public Country getCountry()
      Returns the country.
      Returns:
      the country
    • setCountry

      public void setCountry​(Country country)
      Sets the country.
      Parameters:
      country - the country to set