Class ProjectKeys

    • Field Detail

      • projectId

        private int projectId
    • Constructor Detail

      • ProjectKeys

        public ProjectKeys()
        Create a new ProjectKeys object.
    • Method Detail

      • getProjectId

        public int getProjectId()
        Get the id of the project.
      • setProjectId

        public void setProjectId​(int projectId)
        Set the id of the project.
      • equals

        public boolean equals​(Object o)
        Check if this object is equal to another ProjectKeys object. They are considered to be the same if the project id and the key id are the same. The permissions may be different.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Calculate the hash code for the object.
        Overrides:
        hashCode in class Object