org.apache.myfaces.custom.selectitems
Class Movie
java.lang.Object
org.apache.myfaces.custom.selectitems.Movie
public class Movie
- extends Object
- Version:
- $Revision$ $Date$
Simple test entity
- Author:
- cagatay (latest modification by $Author$)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Movie
public Movie()
Movie
public Movie(String name,
String director)
getName
public String getName()
setName
public void setName(String name)
getDirector
public String getDirector()
setDirector
public void setDirector(String director)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.