|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.movies.views.impl.fb.MovieFormBean
public final class MovieFormBean
A form bean to keep data about movies.
| Constructor Summary | |
|---|---|
MovieFormBean()
|
|
| Method Summary | |
|---|---|
void |
fillMovie(Movie movie)
Fill the movie with the infos of the form bean. |
void |
setCategories(Collection<Category> categories)
Set the categories of the movie. |
void |
setDuration(PreciseDuration duration)
Set the duration of the form bean. |
void |
setFile(String file)
Set the path to the file. |
void |
setNote(org.jtheque.core.utils.db.Note note)
Set the note of the movie. |
void |
setResolution(Resolution resolution)
Set the resolution of the form bean. |
void |
setTitle(String title)
Set the title. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MovieFormBean()
| Method Detail |
|---|
public void setTitle(String title)
IMovieFormBean
setTitle in interface IMovieFormBeantitle - The title.public void setCategories(Collection<Category> categories)
IMovieFormBean
setCategories in interface IMovieFormBeancategories - The categories of the movie.public void setFile(String file)
IMovieFormBean
setFile in interface IMovieFormBeanfile - The path to the file.public void setNote(org.jtheque.core.utils.db.Note note)
IMovieFormBean
setNote in interface IMovieFormBeannote - The note of the movie.public void setDuration(PreciseDuration duration)
IMovieFormBean
setDuration in interface IMovieFormBeanduration - The duration of the form bean.public void setResolution(Resolution resolution)
IMovieFormBean
setResolution in interface IMovieFormBeanresolution - The resolution of the form bean.public void fillMovie(Movie movie)
IMovieFormBean
fillMovie in interface IMovieFormBeanmovie - The movie to fill.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||