Class ProjectUserId
- java.lang.Object
-
- com.epam.ta.reportportal.entity.user.ProjectUserId
-
- All Implemented Interfaces:
java.io.Serializable
@Embeddable public class ProjectUserId extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectUserId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetProjectId()java.lang.LonggetUserId()inthashCode()voidsetProjectId(java.lang.Long projectId)voidsetUserId(java.lang.Long userId)
-
-
-
Method Detail
-
getUserId
public java.lang.Long getUserId()
-
setUserId
public void setUserId(java.lang.Long userId)
-
getProjectId
public java.lang.Long getProjectId()
-
setProjectId
public void setProjectId(java.lang.Long projectId)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-