org.richfaces.demo.togglepanel
Class Profile
java.lang.Object
org.richfaces.demo.togglepanel.Profile
- All Implemented Interfaces:
- Serializable
public class Profile
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Profile
public Profile()
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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.