Class News

java.lang.Object
org.api.mtgstock.modele.News

public class News extends Object
  • Constructor Details

    • News

      public News()
  • Method Details

    • toUri

      public String toUri()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getSlug

      public String getSlug()
    • setSlug

      public void setSlug(String slug)
    • getCategoryId

      public Integer getCategoryId()
    • setCategoryId

      public void setCategoryId(Integer categoryId)
    • getCategoryLabel

      public String getCategoryLabel()
    • setCategoryLabel

      public void setCategoryLabel(String categoryLabel)