|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.ken.bo.UserChannelSubscription
@Entity public class UserChannelSubscription
This class represents an instance of a user's subscription to a specific notification channel.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
UserChannelSubscription()
Constructs a UserChannelSubscription instance. |
|
| Method Summary | |
|---|---|
NotificationChannel |
getChannel()
Gets the channel attribute. |
Long |
getId()
Gets the id attribute. |
String |
getUserId()
Gets the userId attribute. |
void |
setChannel(NotificationChannel channel)
Sets the channel attribute value. |
void |
setId(Long id)
Sets the id attribute value. |
void |
setUserId(String userId)
Sets the userId attribute value. |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public UserChannelSubscription()
| Method Detail |
|---|
public NotificationChannel getChannel()
public void setChannel(NotificationChannel channel)
channel - The channel to set.public Long getId()
public void setId(Long id)
id - The id to set.public String getUserId()
public void setUserId(String userId)
userId - The userId to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||