|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.messaging.outboundservice.RecipientInfo
A Recipient Information object to represent a recipient that a message is being sent to.
Field Summary | |
static int |
MEMBER
|
static int |
SECUREMASK
|
static int |
SECUREMEMBER
|
static int |
STORE
|
Constructor Summary | |
RecipientInfo()
Constructs the RecipientInfo object. |
|
RecipientInfo(java.lang.Object a_recipientID,
int a_recipientType)
Constructs the RecipientInfo object. |
Method Summary | |
java.lang.Object |
getRecipientId()
Returns the recipient Id. |
int |
getRecipientType()
Returns the recipient type. |
boolean |
isMember()
Determines whether the recipient type is a member. |
boolean |
isSecureMember()
Determines whether the recipient's address info is secure or not. |
boolean |
isStore()
Determines whether the recipient type is a store. |
void |
setRecipientId(java.lang.Object newRecipientId)
Sets the recipient Id. |
void |
setRecipientType(int newRecipientType)
Sets the recipient type. |
java.lang.String |
toString()
Returns a String that represents the value of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int MEMBER
public static int SECUREMASK
public static int SECUREMEMBER
public static int STORE
Constructor Detail |
public RecipientInfo()
public RecipientInfo(java.lang.Object a_recipientID, int a_recipientType)
a_recipientID
- java.lang.Object The recipient Id.a_recipientType
- int The recipient type.Method Detail |
public java.lang.Object getRecipientId()
public int getRecipientType()
public boolean isMember()
public boolean isSecureMember()
public boolean isStore()
public void setRecipientId(java.lang.Object newRecipientId)
newRecipientId
- java.lang.Long The recipient Id.public void setRecipientType(int newRecipientType)
newRecipientType
- int The recipient type.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |