public class Profile extends EntityObject
Constructor and Description |
---|
Profile() |
Profile(User user,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Attribute attribute)
Adds or updates the attribute in the Profile's set of attributes.
|
boolean |
equals(Object o) |
Set<Attribute> |
getAttributes() |
String |
getName() |
User |
getUser() |
int |
hashCode() |
void |
setAttributes(Set<Attribute> attributes) |
void |
setName(String name) |
void |
setUser(User user) |
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDate
public void setUser(User user)
public User getUser()
public String getName()
public void setName(String name)
public void addAttribute(Attribute attribute)
attribute
- attribute to add or update.public int hashCode()
hashCode
in class EntityObject
public boolean equals(Object o)
equals
in class EntityObject
Copyright © 2020 Atlassian. All rights reserved.