Class MailWorkerContextImpl
java.lang.Object
ch.tocco.nice2.toolbox.api.collection.DefaultWriteableMap<String>
ch.tocco.nice2.optional.mailintegration.impl.MailWorkerContextImpl
- All Implemented Interfaces:
MailWorkerContext,ReadOnlyMap<String>,WriteableMap<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.URLNamevoidsetMailboxUrl(jakarta.mail.URLName mailboxUrl) Methods inherited from class ch.tocco.nice2.toolbox.api.collection.DefaultWriteableMap
clear, containsKey, equals, getBoolean, getBoolean, getDate, getDate, getDecimal, getDecimal, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getInt, getInt, getLong, getLong, getString, getString, getValue, getValue, getValue, getValues, hashCode, keySet, removeValue, setBoolean, setDate, setDecimal, setDouble, setEnum, setFloat, setInt, setLong, setString, setValue, setValues, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.toolbox.api.collection.ReadOnlyMap
containsKey, getBoolean, getBoolean, getDate, getDate, getDecimal, getDecimal, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getInt, getInt, getLong, getLong, getString, getString, getValue, getValue, keySetMethods inherited from interface ch.tocco.nice2.toolbox.api.collection.WriteableMap
clear, removeValue, setBoolean, setDate, setDecimal, setDouble, setEnum, setFloat, setInt, setLong, setString, setValue
-
Constructor Details
-
MailWorkerContextImpl
public MailWorkerContextImpl()
-
-
Method Details
-
setMailboxUrl
public void setMailboxUrl(jakarta.mail.URLName mailboxUrl) -
getMailboxUrl
public jakarta.mail.URLName getMailboxUrl()- Specified by:
getMailboxUrlin interfaceMailWorkerContext
-