Skip to content

Instantly share code, notes, and snippets.

@AyatKhraisat
Last active October 17, 2018 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AyatKhraisat/c26c52753f2c657b150c8c3a9c510029 to your computer and use it in GitHub Desktop.
Save AyatKhraisat/c26c52753f2c657b150c8c3a9c510029 to your computer and use it in GitHub Desktop.
public String getName() {
return (name!=null) ? name :"" ;
}
public ArrayList<Grade> getGrades() {
return (grades!=null) ? grades : new ArrayList<Grade>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment