public class EmailVersandAuftrag extends Object implements IVersandAuftrag
Constructor and Description |
---|
EmailVersandAuftrag() |
Modifier and Type | Method and Description |
---|---|
String |
getAbsender()
Getter für Absender.
|
long |
getAppID()
Getter für ApplikationsID.
|
Collection<String> |
getBCCEmpfaenger()
Getter für BCC-Empfänger.
|
String |
getBetreff()
Getter für Betreff.
|
Collection<String> |
getCCEmpfaenger()
Getter für CC-Empfänger.
|
String |
getEmpfaenger()
Getter für Empfänger.
|
long |
getLaufNr()
Getter für laufende Nummer.
|
String |
getText()
Getter für Text der Mail.
|
void |
init(de.bsvrz.dav.daf.main.Data data)
Initialisierung.
|
String |
toString() |
public String getAbsender()
public long getAppID()
IVersandAuftrag
getAppID
in interface IVersandAuftrag
public Collection<String> getBCCEmpfaenger()
public String getBetreff()
public Collection<String> getCCEmpfaenger()
public String getEmpfaenger()
public long getLaufNr()
IVersandAuftrag
getLaufNr
in interface IVersandAuftrag
public String getText()
public void init(de.bsvrz.dav.daf.main.Data data)
IVersandAuftrag
init
in interface IVersandAuftrag
data
- Datensatz, aus dem die Parameter initialisiert werden sollenCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.