RichFaces Showcase 4.3.1.Final

org.richfaces.demo.togglepanel
Class Profile

java.lang.Object
  extended by org.richfaces.demo.togglepanel.Profile
All Implemented Interfaces:
Serializable

public class Profile
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Profile()
           
 
Method Summary
 String getCompany()
           
 String getFirstName()
           
 String getLastName()
           
 String getNotes()
           
 void setCompany(String company)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 void setNotes(String notes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Method Detail

getCompany

public String getCompany()

setCompany

public void setCompany(String company)

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getLastName

public String getLastName()

setLastName

public void setLastName(String lastName)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

RichFaces Showcase 4.3.1.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.