Class MailEditor.DefaultAddress
- java.lang.Object
-
- com.openindex.openestate.tool.mail.MailEditor.DefaultAddress
-
- All Implemented Interfaces:
MailEditor.Address
- Enclosing class:
- MailEditor
public static class MailEditor.DefaultAddress extends Object implements MailEditor.Address
-
-
Constructor Summary
Constructors Constructor Description DefaultAddress(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
javax.mail.internet.InternetAddress[]
getInternetAddresses()
String
getValue()
int
hashCode()
boolean
isBlank()
void
setValue(String value)
-
-
-
Constructor Detail
-
DefaultAddress
public DefaultAddress(String value)
-
-
Method Detail
-
equals
public boolean equals(Object object)
- Specified by:
equals
in interfaceMailEditor.Address
- Overrides:
equals
in classObject
-
getInternetAddresses
public javax.mail.internet.InternetAddress[] getInternetAddresses()
- Specified by:
getInternetAddresses
in interfaceMailEditor.Address
-
getValue
public String getValue()
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceMailEditor.Address
- Overrides:
hashCode
in classObject
-
isBlank
public boolean isBlank()
- Specified by:
isBlank
in interfaceMailEditor.Address
-
setValue
public void setValue(String value)
-
-