Created
September 28, 2016 05:04
-
-
Save usbportnoy/3711cfb43ce7bdac9f510714d1257b29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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