Class ClassPK

    • Field Detail

      • id

        protected Long id
        The id.
      • classname

        protected String classname
        The classname.
    • Constructor Detail

      • ClassPK

        public ClassPK()
    • Method Detail

      • getShortName

        public String getShortName()
        Gets the short name.
        Returns:
        the short name
      • setShortName

        public void setShortName​(String shortName)
        Sets the short name.
        Parameters:
        shortName - the new short name
      • getId

        public Long getId()
        Gets the id.
        Returns:
        the id
      • setId

        public void setId​(Long id)
        Sets the id.
        Parameters:
        id - the new id
      • getClassname

        public String getClassname()
        Gets the classname.
        Returns:
        the classname
      • setClassname

        public void setClassname​(String classname)
        Sets the classname.
        Parameters:
        classname - the new classname
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object