com.stratelia.silverpeas.notificationManager.model
Class NotifDefaultAddressRow

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

public class NotifDefaultAddressRow
extends Object


Constructor Summary
NotifDefaultAddressRow(int aId, int aUserId, int aNotifAddressId)
           
 
Method Summary
 int getId()
           
 int getNotifAddressId()
           
 int getUserId()
           
 void setId(int aId)
           
 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

NotifDefaultAddressRow

public NotifDefaultAddressRow(int aId,
                              int aUserId,
                              int aNotifAddressId)
Method Detail

getId

public int getId()

setId

public void setId(int aId)

getUserId

public int getUserId()

setUserId

public void setUserId(int aUserId)

getNotifAddressId

public int getNotifAddressId()

setNotifAddressId

public void setNotifAddressId(int aNotifAddressId)


Copyright © 2016 Silverpeas. All Rights Reserved.