Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Last active March 21, 2018 05:07
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 chathurangat/421b33d96f5fd6f69546e9618f6e0aa6 to your computer and use it in GitHub Desktop.
Save chathurangat/421b33d96f5fd6f69546e9618f6e0aa6 to your computer and use it in GitHub Desktop.
import java.io.Serializable;
public class StudentCourseId implements Serializable
{
private Long course;
private Long student;
//TODO add getters and setters for all above properties
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment