Package myorg.queryex
Class Actor
- java.lang.Object
-
- myorg.queryex.Actor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Date
getBirthDate()
String
getFirstName()
String
getLastName()
Person
getPerson()
Set<MovieRole>
getRoles()
int
getVersion()
int
hashCode()
Actor
setBirthDate(Date date)
Actor
setFirstName(String name)
Actor
setLastName(String name)
void
setRoles(Set<MovieRole> roles)
String
toString()
-