Example #2:
EmailAddress john = new EmailAddress("j.smith@example.com"); //j.smith String name = john.getName(); //j.smith@example.com String email = john.getEmail(); //j.smith@example.com String full = tomas.toString();
@author Tomas Varaneckas <tomas.varaneckas@gmail.com> @version $Id: EmailAddress.java 37 2009-07-09 17:26:41Z tomas.varaneckas $ @since 0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|