Package com.xero.models.project
Class ProjectUser
java.lang.Object
com.xero.models.project.ProjectUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEmail address of the user.booleangetEmail()Email address of the user.getName()Full name of the user.Identifier of the user of the project.inthashCode()Full name of the user.voidEmail address of the user.voidFull name of the user.voidIdentifier of the user of the project.toString()Identifier of the user of the project.
-
Constructor Details
-
ProjectUser
public ProjectUser()
-
-
Method Details
-
userId
Identifier of the user of the project.- Parameters:
userId- UUID- Returns:
- ProjectUser
-
getUserId
-
setUserId
-
name
Full name of the user.- Parameters:
name- String- Returns:
- ProjectUser
-
getName
-
setName
-
email
Email address of the user.- Parameters:
email- String- Returns:
- ProjectUser
-
getEmail
-
setEmail
-
equals
-
hashCode
-
toString
-