com.stratelia.silverpeas.notificationManager.model
Class NotifChannelRow
java.lang.Object
com.stratelia.silverpeas.notificationManager.model.NotifChannelRow
public class NotifChannelRow
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifChannelRow
public NotifChannelRow(int aId,
String aName,
String aDescription,
String aCouldBeAdded,
String aFromAvailable,
String aSubjectAvailable)
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.