com.stratelia.silverpeas.notificationManager.model
Class NotifPreferenceRow
java.lang.Object
com.stratelia.silverpeas.notificationManager.model.NotifPreferenceRow
public class NotifPreferenceRow
- extends Object
Constructor Summary |
NotifPreferenceRow(int aId,
int aNotifAddressId,
int aComponentInstanceId,
int aUserId,
int aMessageType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifPreferenceRow
public NotifPreferenceRow(int aId,
int aNotifAddressId,
int aComponentInstanceId,
int aUserId,
int aMessageType)
getId
public int getId()
setId
public void setId(int aId)
getNotifAddressId
public int getNotifAddressId()
setNotifAddressId
public void setNotifAddressId(int aNotifAddressId)
getComponentInstanceId
public int getComponentInstanceId()
setComponentInstanceId
public void setComponentInstanceId(int aComponentInstanceId)
getUserId
public int getUserId()
setUserId
public void setUserId(int aUserId)
getMessageType
public int getMessageType()
setMessageType
public void setMessageType(int aMessageType)
Copyright © 2016 Silverpeas. All Rights Reserved.