Skip to content

Instantly share code, notes, and snippets.

@yulisunny
Last active April 29, 2016 23:02
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 yulisunny/321aefdfe3c9765b217a990ff95c2556 to your computer and use it in GitHub Desktop.
Save yulisunny/321aefdfe3c9765b217a990ff95c2556 to your computer and use it in GitHub Desktop.
public abstract class AbstractQueuedObject {
private DateTime persistedTime;
private DateTime polledTime;
private DateTime sentTime;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment