public class ReceiverDeterminationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
RECEIVERTYPE_BCC |
static int |
RECEIVERTYPE_CC |
static int |
RECEIVERTYPE_TO |
Constructor and Description |
---|
ReceiverDeterminationResult(NotificationReceiverI _nr,
MyTISMAdresse[] _addresses)
Constructor for the case where the receiver (either the original or the catchall) can be used.
|
ReceiverDeterminationResult(NotificationReceiverI _nr,
MyTISMAdresse[] _addresses,
int _receivertype) |
ReceiverDeterminationResult(NotificationReceiverI _nr,
MyTISMAdresse[] _addresses,
java.lang.String _remark)
Constructor for the case where the given receiver is unusable for some reason.
|
Modifier and Type | Method and Description |
---|---|
MyTISMAdresse[] |
getAddresses() |
NotificationReceiverI |
getNr() |
NotificationReceiverI |
getReceiver() |
int |
getReceivertype() |
java.lang.String |
getRemark() |
boolean |
isCatchall() |
boolean |
isUseableReceiver() |
void |
setCatchall(boolean $3) |
void |
setNr(NotificationReceiverI $1) |
void |
setReceivertype(int $4) |
void |
setRemark(java.lang.String $2) |
public static final int RECEIVERTYPE_TO
public static final int RECEIVERTYPE_CC
public static final int RECEIVERTYPE_BCC
public ReceiverDeterminationResult(NotificationReceiverI _nr, MyTISMAdresse[] _addresses, java.lang.String _remark)
getRemark()
; addresses may be
actually available or not (null).public ReceiverDeterminationResult(NotificationReceiverI _nr, MyTISMAdresse[] _addresses)
public ReceiverDeterminationResult(NotificationReceiverI _nr, MyTISMAdresse[] _addresses, int _receivertype)
public NotificationReceiverI getReceiver()
public boolean isUseableReceiver()
public MyTISMAdresse[] getAddresses()
public java.lang.String getRemark()
public NotificationReceiverI getNr()
public void setNr(NotificationReceiverI $1)
public void setRemark(java.lang.String $2)
public boolean isCatchall()
public void setCatchall(boolean $3)
public int getReceivertype()
public void setReceivertype(int $4)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.