Class NotifAddressRow
- java.lang.Object
-
- org.silverpeas.core.notification.user.client.model.NotifAddressRow
-
public class NotifAddressRow extends Object
-
-
Constructor Summary
Constructors Constructor Description NotifAddressRow(int aId, String aUserId, String aNotifName, int aNotifChannelId, String aAddress, String aUsage, int aPriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
int
getId()
int
getNotifChannelId()
String
getNotifName()
int
getPriority()
String
getUsage()
int
getUserId()
void
setAddress(String aAddress)
void
setId(int aId)
void
setNotifChannelId(int aNotifChannelId)
void
setNotifName(String aNotifName)
void
setPriority(int aPriority)
void
setUsage(String aUsage)
void
setUserId(int aUserId)
-
-
-
Method Detail
-
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)
-
-