com.stratelia.silverpeas.notificationManager.model
Class NotifAddressRow

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

public class NotifAddressRow
extends Object


Constructor Summary
NotifAddressRow(int aId, int aUserId, String aNotifName, int aNotifChannelId, String aAddress, String aUsage, int aPriority)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifAddressRow

public NotifAddressRow(int aId,
                       int aUserId,
                       String aNotifName,
                       int aNotifChannelId,
                       String aAddress,
                       String aUsage,
                       int aPriority)
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)


Copyright © 2016 Silverpeas. All Rights Reserved.