Package myorg.queryex
Class MovieRolePK
- java.lang.Object
-
- myorg.queryex.MovieRolePK
-
- All Implemented Interfaces:
Serializable
public class MovieRolePK extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private String
movie
private String
role
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MovieRolePK()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getMovie()
String
getRole()
int
hashCode()
MovieRolePK
setMovie(String movie)
MovieRolePK
setRole(String role)
String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
movie
private String movie
-
role
private String role
-
-
Method Detail
-
getMovie
public String getMovie()
-
setMovie
public MovieRolePK setMovie(String movie)
-
getRole
public String getRole()
-
setRole
public MovieRolePK setRole(String role)
-
-