|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilmToBuy
| Method Summary | |
|---|---|
org.jtheque.utils.bean.IntDate |
getDate()
Return the date of the film. |
String |
getTitle()
Return the title. |
void |
setDate(org.jtheque.utils.bean.IntDate date)
Set the date of the add of the film. |
void |
setTitle(String title)
Set a new title to the film. |
| Methods inherited from interface org.jtheque.core.managers.persistence.able.Entity |
|---|
getDisplayableText, getId, getTemporaryContext, isSaved, restoreMemento, saveToMemento, setId |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getTitle()
void setTitle(String title)
title - the title to setorg.jtheque.utils.bean.IntDate getDate()
void setDate(org.jtheque.utils.bean.IntDate date)
date - the date to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||