org.jtheque.filmstobuy.persistence.od.able
Interface FilmToBuy

All Superinterfaces:
Comparable<org.jtheque.core.managers.persistence.able.Entity>, org.jtheque.core.managers.persistence.able.Entity
All Known Implementing Classes:
AbstractFilmToBuy, FilmToBuyImpl

public interface FilmToBuy
extends org.jtheque.core.managers.persistence.able.Entity

Author:
Baptiste Wicht

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

getTitle

String getTitle()
Return the title.

Returns:
the title

setTitle

void setTitle(String title)
Set a new title to the film.

Parameters:
title - the title to set

getDate

org.jtheque.utils.bean.IntDate getDate()
Return the date of the film.

Returns:
the date

setDate

void setDate(org.jtheque.utils.bean.IntDate date)
Set the date of the add of the film.

Parameters:
date - the date to set


Copyright © 2010 JTheque. All Rights Reserved.