com.stratelia.silverpeas.notificationManager.model
Class NotifChannelRow

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

public class NotifChannelRow
extends Object


Constructor Summary
NotifChannelRow(int aId, String aName, String aDescription, String aCouldBeAdded, String aFromAvailable, String aSubjectAvailable)
           
 
Method Summary
 String getCouldBeAdded()
           
 String getDescription()
           
 String getFromAvailable()
           
 int getId()
           
 String getName()
           
 String getSubjectAvailable()
           
 void setCouldBeAdded(String aCouldBeAdded)
           
 void setDescription(String aDescription)
           
 void setFromAvailable(String aFromAvailable)
           
 void setId(int aId)
           
 void setName(String aName)
           
 void setSubjectAvailable(String aSubjectAvailable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifChannelRow

public NotifChannelRow(int aId,
                       String aName,
                       String aDescription,
                       String aCouldBeAdded,
                       String aFromAvailable,
                       String aSubjectAvailable)
Method Detail

getId

public int getId()

setId

public void setId(int aId)

getName

public String getName()

setName

public void setName(String aName)

getDescription

public String getDescription()

setDescription

public void setDescription(String aDescription)

getCouldBeAdded

public String getCouldBeAdded()

setCouldBeAdded

public void setCouldBeAdded(String aCouldBeAdded)

getFromAvailable

public String getFromAvailable()

setFromAvailable

public void setFromAvailable(String aFromAvailable)

getSubjectAvailable

public String getSubjectAvailable()

setSubjectAvailable

public void setSubjectAvailable(String aSubjectAvailable)


Copyright © 2016 Silverpeas. All Rights Reserved.