public class Video_Director
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Video_Director() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getDirectorId() |
int |
getVideoId() |
int |
hashCode() |
void |
setDirectorId(int directorId) |
void |
setVideoId(int videoId) |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int getVideoId()
public void setVideoId(int videoId)
videoId
- the videoId to setpublic int getDirectorId()
public void setDirectorId(int directorId)
directorId
- the directorId to set