Class NewsSet

java.lang.Object
org.jasig.portlet.newsreader.NewsSet

public class NewsSet extends Object

NewsSet class.

Since:
5.1.1
Author:
bgonzalez
  • Constructor Details

    • NewsSet

      public NewsSet()
  • Method Details

    • getId

      public Long getId()

      Getter for the field id.

      Returns:
      a Long object
    • setId

      public void setId(Long id)

      Setter for the field id.

      Parameters:
      id - a Long object
    • getName

      public String getName()

      Getter for the field name.

      Returns:
      a String object
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object
    • getNewsConfigurations

      public Set<NewsConfiguration> getNewsConfigurations()

      Getter for the field newsConfigurations.

      Returns:
      a Set object
    • setNewsConfigurations

      public void setNewsConfigurations(Set<NewsConfiguration> calendars)

      Setter for the field newsConfigurations.

      Parameters:
      calendars - a Set object
    • getUserId

      public String getUserId()

      Getter for the field userId.

      Returns:
      a String object
    • setUserId

      public void setUserId(String userId)

      Setter for the field userId.

      Parameters:
      userId - a String object
    • addNewsConfiguration

      public void addNewsConfiguration(NewsConfiguration config)

      addNewsConfiguration.

      Parameters:
      config - a NewsConfiguration object