Class UrlImplementation


  • @Entity
    public class UrlImplementation
    extends java.lang.Object
    • Constructor Detail

      • UrlImplementation

        public UrlImplementation()
    • Method Detail

      • getId

        public int getId()
        Returns:
        the id
      • setId

        public void setId​(int id)
        Parameters:
        id - the id to set
      • getUrl

        public java.lang.String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(java.lang.String url)
        Parameters:
        url - the url to set
      • getYear

        public int getYear()
        Returns:
        the year
      • setYear

        public void setYear​(int year)
        Parameters:
        year - the year to set