Sat Jan 31, 2009 1:35 am
public class FilmBean {
private String filmName;
// getter method for property filmName
public String getFilmName() {
return filmName;
}
// setter method to set the value of the property filmName
public void setFilmName(String newFilm) {
filmName = newFilm;
}
|
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.