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 booleanequals(Object object)javax.mail.internet.InternetAddress[]getInternetAddresses()StringgetValue()inthashCode()booleanisBlank()voidsetValue(String value)
-
-
-
Constructor Detail
-
DefaultAddress
public DefaultAddress(String value)
-
-
Method Detail
-
equals
public boolean equals(Object object)
- Specified by:
equalsin interfaceMailEditor.Address- Overrides:
equalsin classObject
-
getInternetAddresses
public javax.mail.internet.InternetAddress[] getInternetAddresses()
- Specified by:
getInternetAddressesin interfaceMailEditor.Address
-
getValue
public String getValue()
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceMailEditor.Address- Overrides:
hashCodein classObject
-
isBlank
public boolean isBlank()
- Specified by:
isBlankin interfaceMailEditor.Address
-
setValue
public void setValue(String value)
-
-