org.apache.myfaces.portlet.faces.demo.helloworld
Class NameBean

java.lang.Object
  extended by org.apache.myfaces.portlet.faces.demo.helloworld.NameBean

public class NameBean
extends Object


Field Summary
 String _name
           
 
Constructor Summary
NameBean()
           
 
Method Summary
 String getName()
           
 void setName(String _name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

public String _name
Constructor Detail

NameBean

public NameBean()
Method Detail

setName

public void setName(String _name)

getName

public String getName()


Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.