Skip to content

Instantly share code, notes, and snippets.

@tadams
Created January 13, 2014 17:54
Show Gist options
  • Save tadams/8404810 to your computer and use it in GitHub Desktop.
Save tadams/8404810 to your computer and use it in GitHub Desktop.
public class UnknownJobRole extends JobRole {
@Override
public boolean isUnderSalaryBand() {
return false;
}
@Override
public boolean isHighTurnOverRole() {
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment