Class ProjectAttributeKey
- java.lang.Object
-
- com.epam.ta.reportportal.entity.project.ProjectAttributeKey
-
- All Implemented Interfaces:
java.io.Serializable
public class ProjectAttributeKey extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectAttributeKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AttributegetAttribute()ProjectgetProject()inthashCode()voidsetAttribute(Attribute attribute)voidsetProject(Project project)
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-