com.stratelia.silverpeas.notificationManager.model
Class NotifPreferenceRow

java.lang.Object
  extended by com.stratelia.silverpeas.notificationManager.model.NotifPreferenceRow

public class NotifPreferenceRow
extends Object


Constructor Summary
NotifPreferenceRow(int aId, int aNotifAddressId, int aComponentInstanceId, int aUserId, int aMessageType)
           
 
Method Summary
 int getComponentInstanceId()
           
 int getId()
           
 int getMessageType()
           
 int getNotifAddressId()
           
 int getUserId()
           
 void setComponentInstanceId(int aComponentInstanceId)
           
 void setId(int aId)
           
 void setMessageType(int aMessageType)
           
 void setNotifAddressId(int aNotifAddressId)
           
 void setUserId(int aUserId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifPreferenceRow

public NotifPreferenceRow(int aId,
                          int aNotifAddressId,
                          int aComponentInstanceId,
                          int aUserId,
                          int aMessageType)
Method Detail

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.