Skip to content

Instantly share code, notes, and snippets.

@usbportnoy
Created September 28, 2016 05:04
Show Gist options
  • Select an option

  • Save usbportnoy/3711cfb43ce7bdac9f510714d1257b29 to your computer and use it in GitHub Desktop.

Select an option

Save usbportnoy/3711cfb43ce7bdac9f510714d1257b29 to your computer and use it in GitHub Desktop.
public class Profile {
Date lastOnline;
public Date getLastOnline() {
return lastOnline;
}
public void setLastOnline(Date lastOnline) {
this.lastOnline = lastOnline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment