com.stratelia.silverpeas.notificationManager.model
Class NotifAddressRow
java.lang.Object
com.stratelia.silverpeas.notificationManager.model.NotifAddressRow
public class NotifAddressRow
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifAddressRow
public NotifAddressRow(int aId,
int aUserId,
String aNotifName,
int aNotifChannelId,
String aAddress,
String aUsage,
int aPriority)
getId
public int getId()
setId
public void setId(int aId)
getUserId
public int getUserId()
setUserId
public void setUserId(int aUserId)
getNotifName
public String getNotifName()
setNotifName
public void setNotifName(String aNotifName)
getNotifChannelId
public int getNotifChannelId()
setNotifChannelId
public void setNotifChannelId(int aNotifChannelId)
getAddress
public String getAddress()
setAddress
public void setAddress(String aAddress)
getUsage
public String getUsage()
setUsage
public void setUsage(String aUsage)
getPriority
public int getPriority()
setPriority
public void setPriority(int aPriority)
Copyright © 2016 Silverpeas. All Rights Reserved.