Package org.kuali.rice.kcb.bo
Class RecipientDelivererConfig
java.lang.Object
org.kuali.rice.kcb.bo.RecipientDelivererConfig
This class represents the enablement of a deliverer for a particular channel for a particular user.
Each RecipientDelivererConfig instance represents a user as having applied a deliverer type configuration
to a channel, such that any messages, targeted at the userId, will also be delivered to the correlating
deliverer type (delivererName) for that user.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the channels attribute.Gets the delivererName attribute.getId()Gets the id attribute.Return value of lock column for OJB optimistic lockingGets the recipientId attribute.voidsetChannel(String channel) Sets the channel attribute value.voidsetDelivererName(String delivererName) Sets the delivererName attribute value.voidSets the id attribute value.voidsetLockVerNbr(Integer lockVerNbr) Set value of lock column for OJB optimistic lockingvoidsetRecipientId(String recipientId) Sets the recipientId attribute value.toString()
-
Field Details
-
RECIPIENT_ID
Field names for queries- See Also:
-
CHANNEL
- See Also:
-
-
Constructor Details
-
RecipientDelivererConfig
public RecipientDelivererConfig()
-
-
Method Details
-
getId
Gets the id attribute.- Returns:
- Returns the id.
-
setId
Sets the id attribute value.- Parameters:
id- The id to set.
-
getLockVerNbr
Return value of lock column for OJB optimistic locking- Returns:
- value of lock column for OJB optimistic locking
-
setLockVerNbr
Set value of lock column for OJB optimistic locking- Parameters:
lockVerNbr- value of lock column for OJB optimistic locking
-
getRecipientId
Gets the recipientId attribute.- Returns:
- Returns the recipientId.
-
setRecipientId
Sets the recipientId attribute value.- Parameters:
recipientId- The userId to set.
-
getDelivererName
Gets the delivererName attribute.- Returns:
- Returns the name.
-
setDelivererName
Sets the delivererName attribute value.- Parameters:
delivererName- The delivererName to set.
-
getChannel
Gets the channels attribute.- Returns:
- Returns the channel.
-
setChannel
Sets the channel attribute value.- Parameters:
channel- The channel to set.
-
toString
-