public class MoviePK extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private Date |
releaseDate |
private static long |
serialVersionUID |
private String |
title |
Modifier | Constructor and Description |
---|---|
protected |
MoviePK() |
|
MoviePK(String title,
Date releaseDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getReleaseDate() |
String |
getTitle() |
int |
hashCode() |
private static final long serialVersionUID
private String title
private Date releaseDate
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.