Class NotifDefaultAddressRow
- java.lang.Object
-
- org.silverpeas.core.notification.user.client.model.NotifDefaultAddressRow
-
public class NotifDefaultAddressRow extends Object
-
-
Constructor Summary
Constructors Constructor Description NotifDefaultAddressRow(int aId, int aUserId, int aNotifAddressId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
int
getNotifAddressId()
int
getUserId()
void
setId(int aId)
void
setNotifAddressId(int aNotifAddressId)
void
setUserId(int aUserId)
-