|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.movies.persistence.od.impl.MovieCategoryRelation
public final class MovieCategoryRelation
A relation between a category and a movie.
Constructor Summary | |
---|---|
MovieCategoryRelation()
|
Method Summary | |
---|---|
int |
getCategory()
Return the category of the relation. |
int |
getMovie()
Return the movie of the relation. |
void |
setCategory(int category)
Set the category of the relation. |
void |
setMovie(int movie)
Set the movie of the relation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MovieCategoryRelation()
Method Detail |
---|
public int getCategory()
public void setCategory(int category)
category
- The category of the relation.public int getMovie()
public void setMovie(int movie)
movie
- The movie of the relation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |