Class JavaPropertyInfo

    • Constructor Detail

      • JavaPropertyInfo

        public JavaPropertyInfo()
        Creates an empty JavaPropertyInfo
      • JavaPropertyInfo

        public JavaPropertyInfo​(int newmodifier)
        JavaPropertyInfo constructor
        Parameters:
        newmodifier - Modifier flag of the property
    • Method Detail

      • getModifier

        public int getModifier()
        Get the JavaPropertyInfo::modifier
        Returns:
        the modifier
      • setModifier

        public void setModifier​(int newmodifier)
        Set the JavaPropertyInfo::modifier
        Parameters:
        newmodifier - the modifier to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public UUID getId()
        Returns:
        the id
      • setId

        public void setId​(UUID theid)
        Parameters:
        theid - the id to set