org.jboss.seam.mail.example
Class Person
java.lang.Object
org.jboss.seam.mail.example.Person
- All Implemented Interfaces:
- EmailContact
@Model
public class Person
- extends Object
- implements EmailContact
- Author:
- Cody Lerum
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
Person
public Person(String name,
String email)
getName
@NotNull
@NotEmpty
public String getName()
- Specified by:
getName in interface EmailContact
setName
public void setName(String name)
getEmail
@NotNull
@NotEmpty
@Email
public String getEmail()
setEmail
public void setEmail(String email)
getAddress
public String getAddress()
- Specified by:
getAddress in interface EmailContact
Copyright © 2011 Seam Framework. All Rights Reserved.