Class ProjectAttributeKey

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProjectAttributeKey
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ProjectAttributeKey

        public ProjectAttributeKey()
    • Method Detail

      • getProject

        public Project getProject()
      • setProject

        public void setProject​(Project project)
      • getAttribute

        public Attribute getAttribute()
      • setAttribute

        public void setAttribute​(Attribute attribute)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object