Skip to content

Instantly share code, notes, and snippets.

@enesakar
Created March 8, 2012 07:59
Show Gist options
  • Save enesakar/1999543 to your computer and use it in GitHub Desktop.
Save enesakar/1999543 to your computer and use it in GitHub Desktop.
package com.hazelsimpledb.model;
import java.io.Serializable;
public class Contact implements Serializable{
private String name;
private String phone;
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment