Home | History | Annotate | Download | only in address

Lines Matching refs:localPart

31 	private String localPart;

36 * @param localPart The part of the e-mail address to the left of the "@".
39 public Mailbox(String localPart, String domain) {
40 this(null, localPart, domain);
46 * @param localPart The part of the e-mail address to the left of the "@".
49 public Mailbox(DomainList route, String localPart, String domain) {
51 this.localPart = localPart;
67 return localPart;
107 + localPart